index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
dlfcn.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement dladdr() (partially)
Jon Turney
2017-03-08
1
-0
/
+34
*
dlopen: on x/lib search x/bin if exe is in x/bin
newlib-snapshot-20160923
Michael Haubenwallner
2016-09-08
1
-1
/
+42
*
dlopen: switch to new pathfinder class
Michael Haubenwallner
2016-09-08
1
-109
/
+201
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
dlopen: Add dot to filename if no slash is present
Corinna Vinschen
2016-06-01
1
-1
/
+1
*
* dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.
Corinna Vinschen
2015-02-11
1
-3
/
+3
*
* dlfcn.cc (dlopen): Drop patch accommodating SetDllDiretory from
Corinna Vinschen
2014-10-27
1
-28
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.
Corinna Vinschen
2014-10-17
1
-4
/
+4
*
* cygheap.cc (init_cygheap::init_installation_root): Install Cygwin's
Corinna Vinschen
2014-10-14
1
-1
/
+32
*
* dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same as
Corinna Vinschen
2014-10-12
1
-1
/
+1
*
* dlfcn.cc (set_dl_error): Drop useless __stdcall.
Corinna Vinschen
2014-10-12
1
-14
/
+13
*
* dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.
Corinna Vinschen
2014-10-10
1
-0
/
+4
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-28
/
+4
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* dlfcn.cc (gfpod_helper): Helper function to search DLL using
Corinna Vinschen
2011-09-01
1
-6
/
+46
*
* dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 using
Corinna Vinschen
2011-08-16
1
-6
/
+21
*
* autoload.cc (GetModuleHandleExW): Define.
Corinna Vinschen
2011-08-16
1
-11
/
+25
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* autoload.cc (EnumProcessModules): Remove.
Corinna Vinschen
2011-05-11
1
-15
/
+37
*
* dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.
Corinna Vinschen
2010-06-14
1
-2
/
+2
*
* dlfcn.cc (get_full_path_of_dll): Handle non-existent file.
Corinna Vinschen
2010-04-29
1
-2
/
+2
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-12
/
+4
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-3
/
+12
*
* dlfcn.cc (dlopen): Make sure exception handler is really loaded after dynamic
Christopher Faylor
2010-02-24
1
-0
/
+3
*
* dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.
Corinna Vinschen
2009-11-02
1
-9
/
+6
*
* cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.
Corinna Vinschen
2009-08-13
1
-0
/
+21
*
* dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
Corinna Vinschen
2009-04-16
1
-23
/
+23
*
* dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.
Corinna Vinschen
2009-03-19
1
-2
/
+2
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-7
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.
Corinna Vinschen
2008-03-11
1
-2
/
+4
*
* path.h (path_conv::operator char *): Delete.
Corinna Vinschen
2007-08-16
1
-1
/
+1
*
* debug.cc (close_handle): Change debug output format slightly.
Christopher Faylor
2007-07-10
1
-3
/
+1
*
* dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
Corinna Vinschen
2006-01-31
1
-1
/
+1
*
white space
Christopher Faylor
2005-08-12
1
-1
/
+1
*
* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment
Christopher Faylor
2005-06-04
1
-2
/
+2
*
* dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.
Christopher Faylor
2005-05-30
1
-1
/
+1
*
* spawn.cc (find_exec): Accept a PATH-like string in place of an environment
Christopher Faylor
2005-05-22
1
-1
/
+2
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-8
/
+8
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
1
-1
/
+1
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-1
/
+1
*
* autoload.cc (EnumProcessModules): Add.
Corinna Vinschen
2004-09-14
1
-1
/
+22
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-7
/
+0
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-8
/
+6
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-2
/
+2
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
* dlfcn.cc (dlerror): Only report load errors once per error.
Christopher Faylor
2003-02-01
1
-4
/
+9
[next]