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
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-10* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-06-26* autoload (noload): Avoid clobbering bx register.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-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor
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-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie