Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-04-01 | Remove MALLOC_CHECK and calls to it entirely | Corinna Vinschen | 1 | -2/+0 |
2016-04-01 | Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK | Peter Foley | 1 | -9/+0 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -3/+3 |
2013-01-21 | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 1 | -10/+7 |
2010-09-20 | * fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to | Christopher Faylor | 1 | -2/+1 |
2008-09-11 | * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. | Christopher Faylor | 1 | -1/+0 |
2006-05-25 | * debug.h (ModifyHandle): Define new macro. | Christopher Faylor | 1 | -1/+6 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -1/+1 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+2 |
2004-01-23 | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 1 | -0/+4 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -2/+2 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -8/+0 |
2002-08-06 | * debug.h (handle_list::allocated): Remove field. | Conrad Scott | 1 | -1/+0 |
2002-08-03 | * debug.h (WaitForMultipleObjects): Correct typo. | Conrad Scott | 1 | -1/+1 |
2002-08-01 | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 1 | -7/+1 |
2002-07-14 | * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler | Christopher Faylor | 1 | -1/+1 |
2002-07-13 | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 1 | -5/+23 |
2002-05-28 | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 1 | -1/+1 |
2002-05-27 | * debug.h (being_debugged): New macro. | Christopher Faylor | 1 | -0/+3 |
2001-10-22 | * debug.cc (set_errno): Return value of errno that was set, just like the | Christopher Faylor | 1 | -2/+2 |
2001-10-05 | Revert incorrect checkins. | Christopher Faylor | 1 | -6/+0 |
2001-10-05 | * heap.h (inheap): Check for NULL. | Christopher Faylor | 1 | -0/+6 |
2001-09-11 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |
2001-09-01 | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 1 | -13/+12 |
2001-08-22 | * smallprint.c (console_printf): New function. | Christopher Faylor | 1 | -0/+6 |
2001-04-24 | * dlmalloc.c: New file. Port of Doug Lea's malloc | Egor Duda | 1 | -0/+2 |
2001-03-05 | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 1 | -0/+1 |
2001-01-12 | * debug.h: Add regparm attributes to some functions. | Christopher Faylor | 1 | -3/+3 |
2000-10-16 | * Makefile.in: Remove some obsolete stuff. | Christopher Faylor | 1 | -12/+4 |
2000-10-15 | * exceptions.cc (set_console_handler): Don't allocate | Christopher Faylor | 1 | -0/+10 |
2000-02-24 | Fix final round of gcc warnings relating to unused parameters. | Christopher Faylor | 1 | -0/+1 |
2000-02-17 | import winsup-2000-02-17 snapshot | Christopher Faylor | 1 | -0/+69 |