]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2011-12-12 Corinna Vinschen * mount.cc (fs_info::update): Set has_buggy_reopen...
2011-12-12 Corinna Vinschen * libc/time/strftime.c (get_era_info): Fix off-by...
2011-12-12 Corinna Vinschen * dcrt0.cc (wow64_respawn): New static variable.
2011-12-12 Christopher... * pipe.cc (fhandler_pipe::create): Use debug_printf...
2011-12-11 Christopher... * select.cc (select_stuff::wait): Very minor formatting...
2011-12-10 Keith MarshallCorrect defective configure checkin
2011-12-10 Christopher... fix another typo in ChangeLog
2011-12-10 Christopher... * sigproc.h (cygwait): Delete duplicate va_start and...
2011-12-10 Christopher... Add ChangeLog entry for previous change and revert...
2011-12-10 Christopher... Clarify entry
2011-12-10 Keith MarshallBuild system clean-up (phase 1)
2011-12-10 Christopher... * exceptions.cc (ctrl_c_handler): YA in a series or...
2011-12-09 Christopher... * dllfixdbg: Work around annoying gdb warning about...
2011-12-09 Christopher... Rename cygWFMO to cygwait throughout and use the magic...
2011-12-09 Christopher... Revert erroneous checkin
2011-12-09 Christopher... * sigproc.cc (signal_exit): Revert reversion of 2011...
2011-12-09 Christopher... * select.cc (cygwin_select): Fifth time is the charm.
2011-12-08 Andrew Pinskibfd:
2011-12-08 Christopher... * select.cc (cygwin_select): Make sure that 0 is return...
2011-12-08 Christopher... * include/sys/wait.h: Add in all c++ functions.
2011-12-08 Christopher... * select.cc (select_stuff::wait): Temporarily disallow...
2011-12-08 Christopher... * include/sys/wait.h: Ensure that C++ functions are...
2011-12-08 Christopher... * select.cc (cygwin_select): Make sure that poll is...
2011-12-08 Christopher... * dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-12-08 Christopher... * fhandler_termios.cc (tty_min::kill_pgrp): Don't send...
2011-12-07 Christopher... * select.cc (cygwin_select): Add common introducer...
2011-12-07 Christopher... * exceptions.cc (ctrl_c_handler): Remove _my_tls.remove...
2011-12-07 Corinna Vinschen * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-07 Christopher... * fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid...
2011-12-06 Ulrich Weigandinclude/elf/ChangeLog:
2011-12-06 Corinna Vinschen * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rathe...
2011-12-05 Christopher... * sigproc.cc (close_my_readsig): New function.
2011-12-05 Corinna Vinschen * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct...
2011-12-04 Christopher... correct name of function
2011-12-04 Christopher... * sigproc.cc (cygWFMO): Don't assume that cancellable...
2011-12-04 Christopher... * sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN"...
2011-12-04 Christopher... * exceptions.cc (exception::handle): Drop abbreviation...
2011-12-03 Christopher... * mmap.cc (mlock): Add standard syscall return value...
2011-12-03 Christopher... fix incorrectly named file in old ChangeLog entry
2011-12-03 Corinna Vinschen * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIV...
2011-12-03 Christopher... Throughout, remove extra space after function name...
2011-12-03 Corinna Vinschen * fhandler.cc (fhandler_base::open): Fix comment a...
2011-12-03 Michael Frysingersim: export cb_get_string for people to use
2011-12-03 Corinna Vinschen * fhandler.cc (fhandler_base::open): Fix typos in...
2011-12-02 Corinna Vinschen * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
2011-12-02 Corinna Vinschen * path.cc (conv_path_list): Take cygwin_conv_path_t...
2011-12-01 Corinna Vinschen * mkgroup.c: Drop support for NT4 domains.
2011-12-01 Chris Sutcliffe2011-11-30 Ozkan Sezer <sezero@users.sourceforge...
2011-12-01 Chris Sutcliffe2011-11-30 Earnie Boyd <earnie@users.sourceforge...
2011-11-30 Chris Sutcliffe2011-11-30 Rodrigo Rivas Costa <rodrigorivascosta...
2011-11-29 Andrew Pinskiopcode/
2011-11-29 Christopher... * sigproc.cc (get_proc_lock): Remove extra NULL check...
2011-11-29 Christopher... * sync.cc: Fix comment.
2011-11-29 Christopher... * sigproc.cc (remove_proc): Don't terminate the current...
2011-11-29 DJ Delorie[libgloss]
2011-11-29 Christopher... fix older description
2011-11-28 Corinna Vinschen * locale.cc (print_locale_with_codeset): Fetch Windows...
2011-11-28 Corinna Vinschen * external.cc (fillout_pinfo): Store program name...
2011-11-28 Corinna Vinschen * ps.cc: Remove all Win 9x considerations. Use psapi...
2011-11-28 Corinna Vinschen * pinfo.cc (pinfo::exit): Call TerminateProcess to...
2011-11-27 Christopher... * init.cc (dll_entry): Revert previous change since...
2011-11-26 Keith MarshallClean up DIRENT errno handling; make it more POSIX...
2011-11-26 Christopher... * init.cc (remove): Don't bother calling through thread...
2011-11-26 Christopher... * exceptions.cc (stackdump): Make global.
2011-11-26 Christopher... * exceptions.cc (sigpacket::process): Move signal_exit...
2011-11-24 Christopher... * strace.cc (attach_process): Use NT_SUCCESS to figure...
2011-11-24 Christopher... missed this in previous checkin
2011-11-24 Christopher... * cygthread.h (cygthread::name): Default name to "main...
2011-11-24 Christopher... * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previ...
2011-11-23 Christopher... * pipe.cc (fhandler_pipe::create): Avoid derefencing...
2011-11-23 Christopher... * fhandler.h (fhandler_pipe::create): Rename from the...
2011-11-21 Christopher... * sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-21 Christopher... * sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-21 Corinna Vinschen * faq-using.xml (faq.using.weirdchars): Rewrite.
2011-11-18 Corinna Vinschen * shared.cc (get_shared_parent_dir): Use global shared...
2011-11-18 Corinna Vinschen * faq-using.xml (faq.using.converting-paths): Remove...
2011-11-17 Corinna Vinschen * shared.cc (shared_info::create): Open global shared...
2011-11-16 Christopher... * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-11-14 Christopher... * pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning...
2011-11-14 Christopher... * strace.cc (handle_output_debug_string): Disable code...
2011-11-14 Christopher... Remove erroneously checked-in debugging statements.
2011-11-14 Christopher... update copyrights
2011-11-14 Christopher... Throughout use "have_execed" macro rather than "hExeced...
2011-11-09 DJ Delorie2011-11-09 Roland McGrath <mcgrathr@google.com>
2011-11-08 Richard HendersonMerge libitm changes to configure.ac from gcc master.
2011-11-08 DJ Deloriemerge from gcc
2011-11-08 Corinna Vinschen * libnosys/Makefile.in (install): Use INSTALL_DATA.
2011-11-08 Corinna Vinschen * libc/iconv/ccs/Makefile.am: Add missing backslash.
2011-11-08 Corinna Vinschen * new-features.sgml (ov-new1.7.10): Document ptsname_r.
2011-11-08 Corinna Vinschen * posix.sgml (std-gnu): Add ptsname_r.
2011-11-08 Christopher... * fhandler.h (__ptsname): New macro.
2011-11-08 Christopher... * include/cygwin/stdlib.h: Update copyright.
2011-11-07 Christopher... * cygwin.din (ptsname_r): Export.
2011-11-07 Corinna Vinschen * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
2011-11-07 Corinna Vinschen * syscalls.cc (check_dir_not_empty): Check surplus...
2011-11-05 Christopher... * pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INST...
2011-11-05 Jon TURNEY * faq-using.xml (faq.using.fixing-fork-failures):...
2011-11-05 Christopher... * pinfo.cc (status_exit): Return complete error code...
2011-11-04 Christopher... * pinfo.h (pinfo::reattach): Only set destroy to false...
2011-11-04 Christopher... * sigproc.cc (child_info_spawn::reattach_children)...
next
This page took 0.05748 seconds and 5 git commands to generate.