Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor
2001-07-17* child_info.h: Bump magic number.Christopher Faylor
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-04-09Work around new g++ problem.Christopher Faylor
2001-03-28* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-03*** empty log message ***Christopher Faylor
2001-02-20* dcrt0.cc (locale_init): Remove.Christopher Faylor
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor
2000-11-07* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-25Add comment.Christopher Faylor
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor
2000-10-19* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-10-03 * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor
2000-09-30* cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor
2000-09-13Commit change mentioned in ChangeLog.Christopher Faylor
2000-09-13* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor
2000-09-10* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-09-02* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor