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
*
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
*
* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
Christopher Faylor
2001-10-31
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-6
/
+6
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-0
/
+1
*
* dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close was
Christopher Faylor
2001-06-03
1
-1
/
+3
*
* dlfcn.cc (check_access): Eliminate.
Christopher Faylor
2001-03-26
1
-106
/
+34
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-8
/
+4
*
* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when the
Christopher Faylor
2001-02-14
1
-1
/
+2
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-2
/
+3
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-0
/
+3
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-1
/
+1
*
* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never be
Christopher Faylor
2000-07-16
1
-51
/
+35
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
1
-2
/
+1
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-1
/
+1
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+236