summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-1/+0
* Do not treat the command line or environment like pathsJohannes Schindelin2016-01-081-7/+34
* Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen2015-12-181-10/+4
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-1/+1
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+1
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+1
* * common.din: Export GetCommandLine{A,W}.Christopher Faylor2013-07-191-1/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-6/+6
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen2012-07-021-4/+18
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-3/+4
* whitespace eliminationChristopher Faylor2011-06-061-46/+46
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-021-1/+1
* * exec.cc (strccpy): Move function from here...Corinna Vinschen2011-01-191-1/+15
* * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen2010-04-231-3/+41
* * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen2010-01-241-28/+1
* * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen2010-01-231-17/+28
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-221-81/+0
* * strfuncs.cc: Remove needless includes.Corinna Vinschen2010-01-181-4/+1
* * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen2009-11-021-9/+60
* * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen2009-09-281-68/+56
* * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen2009-09-231-1/+3
* * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pairCorinna Vinschen2009-09-231-35/+60
* * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen2009-09-221-0/+1
* * cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor2009-08-221-0/+2
* * 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