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-20* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor
2013-01-19* exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor
2013-01-17* sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor
2013-01-03* sigproc.cc (exit_thread): Set thread signal mask so that no signals are sentChristopher Faylor
2013-01-03* sigproc.cc (no_signals_available): Remove exit_state test since signals areChristopher Faylor
2013-01-02* cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor
2012-12-31* sigproc.cc (wait_sig): Remove spurious extern.Christopher Faylor
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-12-22* sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt toChristopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-12-11* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor
2012-12-07* sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor
2012-12-05 * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen
2012-11-08 * sigproc.cc (proc_subproc): Delete unused variable child.Corinna Vinschen
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.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-05-02* ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor
2012-03-28* sigproc.cc (proc_terminate): Avoid releasing myself.Christopher Faylor
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-02-13* exception.h (stackdump): Declare.Christopher Faylor
2012-02-08 * sigproc.cc (child_info_fork::abort): Call TerminateProcess ratherCorinna Vinschen
2012-01-26* sigproc.cc (child_info::retry_count): Actually that should have been 0.Christopher Faylor
2012-01-26* sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2011-12-10* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor
2011-12-09* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor
2011-12-05* sigproc.cc (close_my_readsig): New function.Christopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-29* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher 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-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