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
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-03-12* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor
2004-03-05* gendef (sigdelayed): Handle return here rather than going through sigbe toChristopher Faylor
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor
2004-02-25* gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor
2004-02-18* gendef (stabilize_sig_stack): New function.Christopher Faylor
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-12* gendef (_sigbe): Zero location on pop.Christopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor
2004-01-27* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor