Age | Commit message (Expand) | Author | Files | Lines |
2022-05-29 | Cygwin: remove miscellaneous 32-bit code | Ken Brown | 1 | -23/+0 |
2021-07-09 | Cygwin: Define PSAPI_VERSION as 1 before including psapi.h | Jon Turney | 1 | -1/+0 |
2019-02-07 | forkables: inline dll_list::forkables_supported | Michael Haubenwallner | 1 | -1/+1 |
2017-11-27 | cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ | Corinna Vinschen | 1 | -2/+2 |
2017-03-22 | dlfcn: Remove stray debug outputnewlib-snapshot-20170323 | Corinna Vinschen | 1 | -1/+0 |
2017-03-21 | Cygwin: dlfcn: Fix reference counting | Corinna Vinschen | 1 | -8/+30 |
2017-03-08 | Implement dladdr() (partially) | Jon Turney | 1 | -0/+34 |
2016-09-08 | dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923 | Michael Haubenwallner | 1 | -1/+42 |
2016-09-08 | dlopen: switch to new pathfinder class | Michael Haubenwallner | 1 | -109/+201 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-06-01 | dlopen: Add dot to filename if no slash is present | Corinna Vinschen | 1 | -1/+1 |
2015-02-11 | * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call. | Corinna Vinschen | 1 | -3/+3 |
2014-10-27 | * dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory from | Corinna Vinschen | 1 | -28/+1 |
2014-10-17 | * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir. | Corinna Vinschen | 1 | -4/+4 |
2014-10-14 | * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin's | Corinna Vinschen | 1 | -1/+32 |
2014-10-12 | * dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same as | Corinna Vinschen | 1 | -1/+1 |
2014-10-12 | * dlfcn.cc (set_dl_error): Drop useless __stdcall. | Corinna Vinschen | 1 | -14/+13 |
2014-10-10 | * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit. | Corinna Vinschen | 1 | -0/+4 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -28/+4 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2011-09-01 | * dlfcn.cc (gfpod_helper): Helper function to search DLL using | Corinna Vinschen | 1 | -6/+46 |
2011-08-16 | * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 using | Corinna Vinschen | 1 | -6/+21 |
2011-08-16 | * autoload.cc (GetModuleHandleExW): Define. | Corinna Vinschen | 1 | -11/+25 |
2011-06-06 | whitespace elimination | Christopher Faylor | 1 | -1/+1 |
2011-05-11 | * autoload.cc (EnumProcessModules): Remove. | Corinna Vinschen | 1 | -15/+37 |
2010-06-14 | * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29. | Corinna Vinschen | 1 | -2/+2 |
2010-04-29 | * dlfcn.cc (get_full_path_of_dll): Handle non-existent file. | Corinna Vinschen | 1 | -2/+2 |
2010-02-28 | Update some copyrights. | Christopher Faylor | 1 | -12/+4 |
2010-02-26 | * cygtls.h (_cygtls::init_exception_handler): Eliminate argument. | Christopher Faylor | 1 | -3/+12 |
2010-02-24 | * dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamic | Christopher Faylor | 1 | -0/+3 |
2009-11-02 | * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix. | Corinna Vinschen | 1 | -9/+6 |
2009-08-13 | * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. | Corinna Vinschen | 1 | -0/+21 |
2009-04-16 | * dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop | Corinna Vinschen | 1 | -23/+23 |
2009-03-19 | * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16. | Corinna Vinschen | 1 | -2/+2 |
2008-07-16 | Add case-sensitivity. | Corinna Vinschen | 1 | -1/+1 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -7/+0 |
2008-04-01 | * Fix copyright dates. | Corinna Vinschen | 1 | -1/+1 |
2008-03-11 | * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX. | Corinna Vinschen | 1 | -2/+4 |
2007-08-16 | * path.h (path_conv::operator char *): Delete. | Corinna Vinschen | 1 | -1/+1 |
2007-07-10 | * debug.cc (close_handle): Change debug output format slightly. | Christopher Faylor | 1 | -3/+1 |
2006-01-31 | * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option. | Corinna Vinschen | 1 | -1/+1 |
2005-08-12 | white space | Christopher Faylor | 1 | -1/+1 |
2005-06-04 | * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment | Christopher Faylor | 1 | -2/+2 |
2005-05-30 | * dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error. | Christopher Faylor | 1 | -1/+1 |
2005-05-22 | * spawn.cc (find_exec): Accept a PATH-like string in place of an environment | Christopher Faylor | 1 | -1/+2 |
2005-05-02 | white space and minor comment cleanup. | Christopher Faylor | 1 | -8/+8 |
2005-04-03 | Unify usage of CYG_MAX_PATH throughout. Change buffers from | Corinna Vinschen | 1 | -1/+1 |
2005-01-12 | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 1 | -1/+1 |
2004-09-14 | * autoload.cc (EnumProcessModules): Add. | Corinna Vinschen | 1 | -1/+22 |
2004-09-03 | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 1 | -1/+1 |