aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/strfuncs.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen1-9/+60
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen1-68/+56
2009-09-23 * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen1-1/+3
2009-09-23 * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pairCorinna Vinschen1-35/+60
2009-09-22 * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen1-0/+1
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor1-0/+2
2009-06-30* select.h: New file split from fhandler.h.Christopher Faylor1-22/+22
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen1-1/+1
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen1-12/+22
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor1-7/+25
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-8/+16
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen1-0/+4
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen1-1/+2
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen1-0/+1
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen1-7/+8
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen1-16/+10
2009-04-06 * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen1-40/+149
2009-04-01 * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by atCorinna Vinschen1-2/+6
2009-03-26 * strfuncs.cc (__set_charset_from_codepage): Revert to translatingCorinna Vinschen1-2/+2
2009-03-25 * strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into twoCorinna Vinschen1-3/+2
2009-03-25 * strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.Corinna Vinschen1-5/+5
2009-03-24 * strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.Corinna Vinschen1-4/+5
2009-03-24 * strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.Corinna Vinschen1-1/+2
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-53/+436
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-4/+1
2008-05-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DropCorinna Vinschen1-1/+13
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-02* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor1-1/+1
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-9/+16
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-8/+8
2008-02-06 * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen1-12/+0
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-8/+0
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-10/+16
2008-02-04 * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen1-1/+13
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-4/+67
2007-10-23 * cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,Corinna Vinschen1-1/+4
2007-08-12 * ntdll.h: Add descriptive comments to special Rtl functions.Corinna Vinschen1-0/+21
2007-08-02* dcrt0.cc (codepage_type): Remove definition.Christopher Faylor1-0/+43