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
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-19* common.din: Export GetCommandLine{A,W}.Christopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-07-03 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-23 * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-18 * strfuncs.cc: Remove needless includes.Corinna Vinschen
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen
2009-09-23 * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen
2009-09-23 * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pairCorinna Vinschen
2009-09-22 * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-05-09 * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen
2009-04-06 * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen
2009-04-01 * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by atCorinna Vinschen
2009-03-26 * strfuncs.cc (__set_charset_from_codepage): Revert to translatingCorinna Vinschen
2009-03-25 * strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into twoCorinna Vinschen
2009-03-25 * strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.Corinna Vinschen
2009-03-24 * strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.Corinna Vinschen
2009-03-24 * strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-05-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DropCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-03* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher 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-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-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-02-04 * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen