summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-0/+1
* Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-121-0/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-3/+3
* * cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor2001-08-311-1/+1
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-1/+1
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-111-0/+3
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-3/+14
* * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen2001-05-191-0/+1
* * grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor2001-05-191-9/+3
* * autoload.h: Eliminate.Christopher Faylor2001-05-161-97/+276
* * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen2001-05-151-0/+9
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-3/+3
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-3/+3
* * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen2001-05-031-188/+17
* * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen2001-04-301-0/+32
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-0/+1
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-2/+34
* * fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor2001-03-221-0/+4
* * autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor2001-03-221-0/+18
* * autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor2001-03-111-39/+39
* * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen2001-03-061-0/+1
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-0/+34
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-071-0/+26
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-1/+0
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor2000-12-261-2/+2
* * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen2000-12-201-0/+1
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+1
* * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen2000-11-071-0/+1
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-0/+1
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-0/+314