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-04-07This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_29-releasecvs2svn
2014-01-08* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function intoChristopher Faylor
2013-12-10* globals.cc (hntdll): Define/declare.Christopher Faylor
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-20* exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.Christopher Faylor
2013-07-20* exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.Christopher Faylor
2013-07-20reword commentChristopher Faylor
2013-07-20* exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor
2013-07-20* exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.Christopher Faylor
2013-06-08* exceptions.cc (try_to_debug): Don't use yield() when waiting for anotherChristopher Faylor
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor
2013-06-07* exceptions.cc (_cygtls::handle_SIGCONT): Reinstate previous behavior but makeChristopher Faylor
2013-06-07* exceptions.cc (exception::handle): Add comment explaining si_addr behavior.Christopher Faylor
2013-06-06 * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting forCorinna Vinschen
2013-06-02 * exceptions.cc (exception::handle): Resurrect accidentally lostCorinna Vinschen
2013-05-01* exceptions.cc (cygwin_exception::dumpstack): Guard against wild pointerChristopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-03-28* exceptions.cc (exception::handle): Generalize comment.Christopher Faylor
2013-03-10* cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor
2013-03-01Remove now-inappropriate comment.Christopher Faylor
2013-03-01* exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-23* exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor
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