summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* Work around new g++ problem.Christopher Faylor2001-04-091-0/+1
* * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor2001-03-281-3/+3
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-4/+11
* *** empty log message ***Christopher Faylor2001-03-031-4/+4
* * dcrt0.cc (locale_init): Remove.Christopher Faylor2001-02-201-3/+0
* * cygwin.din: Export rand48 functions.Christopher Faylor2001-02-201-1/+4
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-5/+2
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-8/+3
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+2
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+6
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-12/+7
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-1/+1
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-9/+12
* * dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor2000-11-111-0/+4
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-6/+3
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-1/+2
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-182/+0
* Add comment.Christopher Faylor2000-10-251-0/+1
* * dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor2000-10-251-2/+0
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-2/+2
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-191-1/+1
* * sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor2000-10-191-4/+2
* * dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie2000-10-191-2/+2
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-171-0/+3
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-34/+40
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-17/+16
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-12/+1
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-2/+3
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-3/+16
* * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen2000-10-021-0/+1
* * cygheap.cc (cygheap_init): Born again function.Christopher Faylor2000-10-021-0/+1
* * cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor2000-09-301-2/+1
* * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen2000-09-301-1/+7
* * dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor2000-09-261-5/+4
* Commit change mentioned in ChangeLog.Christopher Faylor2000-09-131-0/+2
* * spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor2000-09-131-1/+1
* * dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor2000-09-101-3/+4
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-3/+7
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * path.cc (cwd_win32): Eliminate.Christopher Faylor2000-09-051-4/+4
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-175/+174
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-0/+1
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-3/+6
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-251-1/+1
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-241-12/+29
* Revert previous erroneous checkin.Christopher Faylor2000-08-231-10/+1
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-1/+10
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+7
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+3