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
2014-10-24 * gendef (sigdelayed): 64 bit only: Fix seh_pushreg statements inCorinna Vinschen
2014-10-24 * gendef (sigdelayed): 64 bit only: Push CPU flags before aligningCorinna Vinschen
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-03-27 * gendef (_sigbe/x86_64): Fix typo in .seh_proc pseudo-op.Corinna Vinschen
2014-01-28* gendef (_setjmp (x86)): Save FPU control word location in sequentialChristopher Faylor
2014-01-28 * gendef (sigdelayed (x86_64)): Save and restore FPU control word.Corinna Vinschen
2013-05-27 * dll_init.cc (dll_list::topsort): Fix early-return condition toCorinna Vinschen
2013-05-21 x86_64 only:Corinna Vinschen
2013-05-01* gendef: Fix sigfe.s typo.Christopher Faylor
2013-05-01* i686.din: New file.Christopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-12-07* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor
2012-08-15* gendef: Tighten up whitespace detection.Christopher Faylor
2012-08-15* gendef: Delete unneeded read from <IN> which ate an arbitrary line fromChristopher Faylor
2012-08-15* exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor
2012-07-30* cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2011-12-16* gendef (sigdelayed): Remember to pop all of the saved registers.Christopher Faylor
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2010-08-01* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor
2010-07-19* gendef: Throughout, remove lock from xchgl since it is implied.Christopher Faylor
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2009-06-28* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.Christopher Faylor
2009-04-10* speclib: Semi-revert to previous version but don't try to generateChristopher Faylor
2009-03-14 * gendef: Remove STABS directives.Corinna Vinschen
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-01* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor
2007-08-09* gendef (sigbe): Reset "incyg" while the stack lock is active to avoid aChristopher Faylor
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor
2006-03-13* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor
2006-03-13* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor
2006-03-01* analyze_sigfe: New script.Christopher Faylor
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor
2005-08-29* cygtls.h (__ljfault): Declare.Christopher Faylor
2005-07-27* gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
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