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
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-09-08 * exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENTCorinna Vinschen
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2005-08-29* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor
2005-08-29* cygtls.h (__ljfault): Declare.Christopher Faylor
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor
2005-08-25* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor
2005-08-24* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor
2005-05-19* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor
2004-03-15* exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor
2004-03-12 * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen
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-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor
2004-02-22* exceptions.cc (sigpacket::process): Make sure that tls is filled in forChristopher 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-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-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor