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-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
2002-08-06 * debug.h (handle_list::allocated): Remove field.Conrad Scott
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor
2002-07-14* debug.cc (clexec): Add missing `hl = hl->next'.Christopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-09* debug.cc: Avoid explicit zeroing of globals.Christopher Faylor
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-23* debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-05-05Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor
2001-05-05* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor
2001-03-03*** empty log message ***Christopher Faylor
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-08-24* debug.h: Allow some debug defines for use in header files.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-07-12* debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor