summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlfcn.cc
Commit message (Expand)AuthorAgeFilesLines
* dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen2017-03-221-1/+0
* Cygwin: dlfcn: Fix reference countingCorinna Vinschen2017-03-211-8/+30
* Implement dladdr() (partially)Jon Turney2017-03-081-0/+34
* dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923Michael Haubenwallner2016-09-081-1/+42
* dlopen: switch to new pathfinder classMichael Haubenwallner2016-09-081-109/+201
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* dlopen: Add dot to filename if no slash is presentCorinna Vinschen2016-06-011-1/+1
* * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen2015-02-111-3/+3
* * dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory fromCorinna Vinschen2014-10-271-28/+1
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-4/+4
* * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen2014-10-141-1/+32
* * dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same asCorinna Vinschen2014-10-121-1/+1
* * dlfcn.cc (set_dl_error): Drop useless __stdcall.Corinna Vinschen2014-10-121-14/+13
* * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen2014-10-101-0/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-28/+4
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen2011-09-011-6/+46
* * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen2011-08-161-6/+21
* * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen2011-08-161-11/+25
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen2011-05-111-15/+37
* * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.Corinna Vinschen2010-06-141-2/+2
* * dlfcn.cc (get_full_path_of_dll): Handle non-existent file.Corinna Vinschen2010-04-291-2/+2
* Update some copyrights.Christopher Faylor2010-02-281-12/+4
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-3/+12
* * dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamicChristopher Faylor2010-02-241-0/+3
* * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.Corinna Vinschen2009-11-021-9/+6
* * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen2009-08-131-0/+21
* * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen2009-04-161-23/+23
* * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.Corinna Vinschen2009-03-191-2/+2
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-7/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen2008-03-111-2/+4
* * path.h (path_conv::operator char *): Delete.Corinna Vinschen2007-08-161-1/+1
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-101-3/+1
* * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen2006-01-311-1/+1
* white spaceChristopher Faylor2005-08-121-1/+1
* * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor2005-06-041-2/+2
* * dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.Christopher Faylor2005-05-301-1/+1
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-1/+2
* white space and minor comment cleanup.Christopher Faylor2005-05-021-8/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * autoload.cc (EnumProcessModules): Add.Corinna Vinschen2004-09-141-1/+22
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-7/+0
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-8/+6
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2