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
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-19* exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2013-01-09 * cygerrno.h: Fix copyright.Corinna Vinschen
2013-01-02* cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-12-08* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor
2012-12-07* sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor
2012-12-07* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor
2012-12-05* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor
2012-08-17* DevNotes: Add entry cgf-000016.Christopher Faylor
2012-08-17* exceptions.cc (sig_handle_tty_stop): Clear tls sig field.Christopher Faylor
2012-08-16* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-15* cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor
2012-08-15* exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-08-03* exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.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
2012-07-04* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor
2012-07-03* exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen
2012-06-27 * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-06-03* exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor
2012-03-29* exceptions.cc (ctrl_c_handler): Don't generate a SIGINT if we've execed aChristopher Faylor
2012-02-13* exception.h (stackdump): Declare.Christopher Faylor
2012-02-09* exceptions.cc (setup_handler): Reduce system_printf to sigproc_printf sinceChristopher Faylor
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-10* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor
2011-12-07* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-11-26* exceptions.cc (stackdump): Make global.Christopher Faylor
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-10-28* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-07-13* setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor
2011-07-06* exceptions.cc (_cygtls::interrupt_now): Back out previous change since itChristopher Faylor