aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-8/+1
2012-07-02 * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen1-1/+8
2012-03-05 * dll_init.cc (dll_list::operator[]): Extend comment a bit more toCorinna Vinschen1-1/+16
2012-03-04 * dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.Corinna Vinschen1-4/+30
2012-03-04 * dll_init.cc: Revert pathname changes from 2012-02-08.Corinna Vinschen1-13/+48
2012-02-09 * dll_init.h (struct dll): Re-add modname.Corinna Vinschen1-28/+26
2012-02-08 * dll_init.cc: Throughout, drop usage of modname in favor of name.Corinna Vinschen1-48/+29
2012-02-08 * dll_init.cc (dll_list::alloc): Add DLL name to fabort output. FixCorinna Vinschen1-8/+8
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor1-10/+4
2011-11-29* sync.cc: Fix comment.Christopher Faylor1-1/+1
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor1-42/+42
2011-08-01* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-30* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.Christopher Faylor1-1/+0
2011-05-30* dll_init.cc (reserve_upto): Remove.Christopher Faylor1-112/+121
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-26/+150
2011-05-28* dll_init.cc (dll_list::alloc): Initialize dll::image_size.Christopher Faylor1-6/+20
2011-05-28Revert previous checkins as they introduced a bug when running zsh.Christopher Faylor1-151/+13
2011-05-28* dll_init.cc (reserve_upto): Remove.Christopher Faylor1-6/+20
2011-05-28* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-7/+131
2011-05-28* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.Christopher Faylor1-1/+0
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-0/+16
2011-05-04* dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor1-1/+4
2011-05-04* dll_init.cc (dll_global_dtors): Avoid calling destructors during failingChristopher Faylor1-0/+5
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor1-0/+1
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor1-18/+28
2011-04-06* dll_init.cc (reserve_at, release_at): New functions.Christopher Faylor1-11/+61
2011-03-27* dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill outChristopher Faylor1-1/+4
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-08* dll_init.cc: Fix typo in comment.Christopher Faylor1-1/+1
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor1-3/+6
2010-05-03* dll_init.cc (dll_list::alloc): Add debugging assertion.Christopher Faylor1-22/+25
2010-03-28* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor1-2/+4
2010-02-28Update some copyrights.Christopher Faylor1-12/+4
2010-02-26* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor1-1/+3
2010-02-05* dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor1-2/+2
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor1-50/+30
2010-01-29* dll_init.cc (remove_dll_atexit): New function.Christopher Faylor1-0/+28
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor1-1/+1
2009-08-21* dll_init.h (has_dtors): New flag.Christopher Faylor1-2/+4
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen1-0/+20
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor1-6/+7
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-156/+41
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen1-25/+64
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen1-34/+48
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-1/+1
2008-08-13 * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen1-13/+14
2008-08-05* dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor1-3/+2
2008-08-04Changes suggested by Dave Korn.Christopher Faylor1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0