summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* * select.h: New file split from fhandler.h.Christopher Faylor2009-06-301-22/+22
* * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen2009-06-031-1/+1
* * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen2009-06-031-12/+22
* * strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor2009-05-311-7/+25
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-8/+16
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-0/+4
* * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen2009-05-081-1/+2
* * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen2009-05-081-0/+1
* * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen2009-04-071-7/+8
* * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen2009-04-071-16/+10
* * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen2009-04-061-40/+149
* * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by atCorinna Vinschen2009-04-011-2/+6
* * strfuncs.cc (__set_charset_from_codepage): Revert to translatingCorinna Vinschen2009-03-261-2/+2
* * strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into twoCorinna Vinschen2009-03-251-3/+2
* * strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.Corinna Vinschen2009-03-251-5/+5
* * strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.Corinna Vinschen2009-03-241-4/+5
* * strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.Corinna Vinschen2009-03-241-1/+2
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-53/+436
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-4/+1
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DropCorinna Vinschen2008-05-141-1/+13
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-1/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor2008-03-021-1/+1
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-9/+16
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-8/+8
* * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen2008-02-061-12/+0
* * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen2008-02-061-8/+0
* * autoload.cc (CharToOemA): Remove.Corinna Vinschen2008-02-051-10/+16
* * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen2008-02-041-1/+13
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-4/+67
* * cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,Corinna Vinschen2007-10-231-1/+4
* * ntdll.h: Add descriptive comments to special Rtl functions.Corinna Vinschen2007-08-121-0/+21
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-021-0/+43