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-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney
2019-02-07forkables: inline dll_list::forkables_supportedMichael Haubenwallner
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-03-22dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen
2017-03-21Cygwin: dlfcn: Fix reference countingCorinna Vinschen
2017-03-08Implement dladdr() (partially)Jon Turney
2016-09-08dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923Michael Haubenwallner
2016-09-08dlopen: switch to new pathfinder classMichael Haubenwallner
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-06-01dlopen: Add dot to filename if no slash is presentCorinna Vinschen
2015-02-11 * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen
2014-10-27 * dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory fromCorinna Vinschen
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen
2014-10-14 * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen
2014-10-12 * dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same asCorinna Vinschen
2014-10-12 * dlfcn.cc (set_dl_error): Drop useless __stdcall.Corinna Vinschen
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna 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
2011-09-01 * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen
2011-08-17 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen
2010-06-14 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.Corinna Vinschen
2010-04-29 * dlfcn.cc (get_full_path_of_dll): Handle non-existent file.Corinna Vinschen
2010-02-28Update some copyrights.Christopher Faylor
2010-02-27* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor
2010-02-24* dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamicChristopher Faylor
2009-11-02 * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.Corinna Vinschen
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-04-16 * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen
2009-03-19 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-11 * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2007-07-10* debug.cc (close_handle): Change debug output format slightly.Christopher Faylor
2006-02-01 * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen
2005-08-12white spaceChristopher Faylor
2005-06-04* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor
2005-05-30* dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.Christopher Faylor
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor