summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-2/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-011-9/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-10/+7
* * fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks toChristopher Faylor2010-09-201-2/+1
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+0
* * debug.h (ModifyHandle): Define new macro.Christopher Faylor2006-05-251-1/+6
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+2
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+4
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-2/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-8/+0
* * debug.h (handle_list::allocated): Remove field.Conrad Scott2002-08-061-1/+0
* * debug.h (WaitForMultipleObjects): Correct typo.Conrad Scott2002-08-031-1/+1
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-7/+1
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-141-1/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-5/+23
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-1/+1
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-271-0/+3
* * debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor2001-10-221-2/+2
* Revert incorrect checkins.Christopher Faylor2001-10-051-6/+0
* * heap.h (inheap): Check for NULL.Christopher Faylor2001-10-051-0/+6
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor2001-09-011-13/+12
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-0/+6
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-0/+2
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-3/+3
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-12/+4
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-0/+10
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-0/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+69