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
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-27 * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen
2002-06-26* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-16* child_info.h (child_proc_info): Declare as base class.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-10* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before runningChristopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor
2001-12-27* cygmagic: Add define name to warning.Christopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor
2001-10-10* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-15* Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor
2001-09-14 * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.Corinna Vinschen
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-11Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor
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