aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2001-02-20* dcrt0.cc (locale_init): Remove.Christopher Faylor1-3/+0
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor1-1/+4
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor1-5/+2
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-8/+3
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-0/+6
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-12/+7
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-1/+1
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-9/+12
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor1-0/+4
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-6/+3
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-1/+2
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-182/+0
2000-10-25Add comment.Christopher Faylor1-0/+1
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor1-2/+0
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor1-2/+2
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-1/+1
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor1-4/+2
2000-10-19* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie1-2/+2
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie1-0/+3
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-34/+40
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-17/+16
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-12/+1
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-2/+3
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-3/+16
2000-10-02 * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen1-0/+1
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor1-0/+1
2000-09-30* cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor1-2/+1
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen1-1/+7
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor1-5/+4
2000-09-13Commit change mentioned in ChangeLog.Christopher Faylor1-0/+2
2000-09-13* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor1-1/+1
2000-09-10* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor1-3/+4
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-3/+7
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor1-4/+4
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-175/+174
2000-09-01* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor1-0/+1
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor1-3/+6
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor1-1/+1
2000-08-24* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor1-12/+29
2000-08-23Revert previous erroneous checkin.Christopher Faylor1-10/+1
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor1-1/+10
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+7
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-1/+3
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-3/+3
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-2/+2
2000-07-28* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor1-0/+1