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
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-03-13* wait.cc (wait4): Initialize pointer on entry. Avoid callingChristopher Faylor
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2003-12-18* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen
2003-01-14Apply wait_cancel patchThomas Pfaff
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor
2001-03-19Fix spacing, copyrights.Christopher Faylor
2001-03-18Update copyrights.Christopher Faylor
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor
2001-01-16* wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor