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
2022-07-28Cygwin: Fix previous attempt to drop i386 targets from hookapiCorinna Vinschen
2022-07-14Cygwin: hookapi: drop handling i386 targetsCorinna Vinschen
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-09-04Cygwin: pty: Move function hook_api() into hookapi.cc.Takashi Yano
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
2012-08-17whitespace cleanupChristopher Faylor
2012-07-04* hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen
2012-04-04 * hookapi.cc (rvadelta): Compute max_size using SizeOfRawData ratherCorinna Vinschen
2012-03-13 * hookapi.cc (hook_or_detect_cygwin): Change condition when to useCorinna Vinschen
2012-03-09 * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen
2012-03-09 * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-09* hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-08-20 * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor
2005-12-16* hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor
2005-09-29* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor