summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlfcn.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor2003-02-011-4/+9
* * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor2001-10-311-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-6/+6
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor2001-06-031-1/+3
* * dlfcn.cc (check_access): Eliminate.Christopher Faylor2001-03-261-106/+34
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-8/+4
* * dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2001-02-141-1/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-2/+3
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+3
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+1
* * dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor2000-07-161-51/+35
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-2/+1
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+236