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 (Collapse)Author
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
* debug.cc (iscygthread): New function. * debug.h: Declare it. * exceptions.cc (set_process_mask): Flush pending signals. (handle_sigsuspend): No need to flush pending signals. (call_handler): Refine previous tests of muto ownership. Only clear wait()'s when we have definitely responded to a signal. * fhandler_console.cc (fhandler_console::read): Don't set EINTR if executing in a "cygwin" thread. * sigproc.cc (proc_subproc): Use second argument to control whether CLEARWAIT actually sets "signalled" flag. * sync.h (muto): Add 'unstable' method.
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
2000-02-24Remove RCS cruft.Christopher Faylor
2000-02-24* hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor
interruptible. (call_handler): Avoid suspending a thread if it owns a mutex. Only set signal_arrived if the thread was actually interrupted. (events_init): Initialize module information needed by interruptible(). (sigdelayed): Don't call sig_dispatch_pending since it could screw up * init.cc (dll_entry): Record module handle of main for use by interruptible(). (proc_subproc): Reorganize handling of terminated child so that the bulk of the processing comes from the signal thread. (wait_sig): Force processing of waiting threads if SIGCHLD is not processed. * sync.cc (muto::release): Set tid == 0 after lock is released or signal processor will be confused.
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor
2000-02-22* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'Christopher Faylor
parameter.
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor
2000-02-21Update.Christopher Faylor
2000-02-21* environ.cc (getwinenv): Make __stdcall.Christopher Faylor
(winenv): Ditto. * malloc.cc (strdup): New function. Occludes newlib version. (_strdup_r): Ditto. * winsup.h: Reflect above __stdcall changes.
2000-02-21*** empty log message ***Corinna Vinschen
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor