aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/hookapi.cc
AgeCommit message (Expand)AuthorFilesLines
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-21/+21
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-5/+74
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-2/+2
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-08-20 * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen1-1/+2
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen1-1/+1
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor1-4/+14
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor1-1/+0
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor1-1/+3
2005-12-16* hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor1-14/+3
2005-09-28* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor1-1/+1
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor1-1/+1
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor1-1/+1
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor1-6/+22
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor1-10/+13
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor1-1/+1
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-0/+218