Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-25missed this in previous checkinChristopher Faylor
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-11-22* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor
2011-11-21 * faq-using.xml (faq.using.weirdchars): Rewrite.Corinna Vinschen
2011-11-18 * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen
2011-11-18 * faq-using.xml (faq.using.converting-paths): Remove reference toCorinna Vinschen
2011-11-18 * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor
2011-11-14* strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor
2011-11-14update copyrightsChristopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-092011-11-09 Roland McGrath <mcgrathr@google.com>DJ Delorie
2011-11-08Merge libitm changes to configure.ac from gcc master.Richard Henderson
2011-11-08merge from gccDJ Delorie
2011-11-08 * libnosys/Makefile.in (install): Use INSTALL_DATA.Corinna Vinschen
2011-11-08 * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen
2011-11-08 * new-features.sgml (ov-new1.7.10): Document ptsname_r.Corinna Vinschen
2011-11-08 * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor
2011-11-08* include/cygwin/stdlib.h: Update copyright.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-05 * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.Jon TURNEY
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor
2011-11-04* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor
2011-11-04* sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor
2011-11-03* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen
2011-11-02 toplevel:Rainer Orth
2011-11-02[.]DJ Delorie
2011-11-02* config.sub: Update to version 2011-10-29 (added rl78)DJ Delorie
2011-10-30Remove erroneous entry.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-28* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor
2011-10-28 * new-features.sgml (ov-new1.7.10): Document getgrouplist.Corinna Vinschen
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen
2011-10-27bfd:Joern Rennecke
2011-10-27 * config.sub: Import these changes from the config project:Nick Clifton
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen
2011-10-25bfd:Nick Clifton