aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dlfcn.cc
AgeCommit message (Expand)AuthorFilesLines
2015-02-11 * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen1-3/+3
2014-10-27 * dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory fromCorinna Vinschen1-28/+1
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen1-4/+4
2014-10-14 * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen1-1/+32
2014-10-12 * dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same asCorinna Vinschen1-1/+1
2014-10-12 * dlfcn.cc (set_dl_error): Drop useless __stdcall.Corinna Vinschen1-14/+13
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen1-0/+4
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-28/+4
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2011-09-01 * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen1-6/+46
2011-08-16 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen1-6/+21
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen1-11/+25
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen1-15/+37
2010-06-14 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.Corinna Vinschen1-2/+2
2010-04-29 * dlfcn.cc (get_full_path_of_dll): Handle non-existent file.Corinna Vinschen1-2/+2
2010-02-28Update some copyrights.Christopher Faylor1-12/+4
2010-02-26* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor1-3/+12
2010-02-24* dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamicChristopher Faylor1-0/+3
2009-11-02 * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.Corinna Vinschen1-9/+6
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen1-0/+21
2009-04-16 * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen1-23/+23
2009-03-19 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.Corinna Vinschen1-2/+2
2008-07-16 Add case-sensitivity.Corinna Vinschen1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-7/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-11 * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen1-2/+4
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen1-1/+1
2007-07-10* debug.cc (close_handle): Change debug output format slightly.Christopher Faylor1-3/+1
2006-01-31 * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen1-1/+1
2005-08-12white spaceChristopher Faylor1-1/+1
2005-06-04* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor1-2/+2
2005-05-30* dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.Christopher Faylor1-1/+1
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor1-1/+2
2005-05-02white space and minor comment cleanup.Christopher Faylor1-8/+8
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen1-1/+22
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-7/+0
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-8/+6
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-02-01* dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor1-4/+9
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor1-1/+1
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-6/+6
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-06-03* dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor1-1/+3
2001-03-26* dlfcn.cc (check_access): Eliminate.Christopher Faylor1-106/+34