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
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2008-07-14 * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-03-23* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-11 * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen
2008-02-07 * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen
2008-02-01 * miscfuncs.cc (cygwin_wcsncasecmp): Never access more than nCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-08-02* dcrt0.cc (codepage_type): Remove definition.Christopher Faylor
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2006-10-19 * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen
2005-08-19* winsup.h (create_pipe): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-11* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor
2003-10-27 * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor
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