index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
strfuncs.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move string functions from miscfunc.cc to strfuncs.cc
Corinna Vinschen
2017-01-19
1
-0
/
+193
*
Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
2016-08-15
1
-31
/
+29
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Remove MALLOC_CHECK and calls to it entirely
Corinna Vinschen
2016-04-01
1
-1
/
+0
*
Do not treat the command line or environment like paths
Johannes Schindelin
2016-01-08
1
-7
/
+34
*
Drop sys_cp_wcstombs and save two arguments per call
Corinna Vinschen
2015-12-18
1
-10
/
+4
*
Fix length returned from sys_cp_wcstombs in case nwc > # of wchars
Corinna Vinschen
2015-10-22
1
-1
/
+1
*
Throughout, keep function definitions and declarations in sync with
Corinna Vinschen
2013-11-25
1
-1
/
+1
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-2
/
+1
*
* common.din: Export GetCommandLine{A,W}.
Christopher Faylor
2013-07-19
1
-1
/
+1
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-6
/
+6
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler.h (class fhandler_dev_clipboard): Remove member eof.
Corinna Vinschen
2012-07-02
1
-4
/
+18
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-3
/
+4
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-46
/
+46
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-1
/
+1
*
* exec.cc (strccpy): Move function from here...
Corinna Vinschen
2011-01-19
1
-1
/
+15
*
* path.h (get_nt_native_path): Add third parameter to declaration and
Corinna Vinschen
2010-04-23
1
-3
/
+41
*
* nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
Corinna Vinschen
2010-01-24
1
-28
/
+1
*
* strfuncs.cc (__sjis_wctomb): Special handling for characters which
Corinna Vinschen
2010-01-23
1
-17
/
+28
*
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
Corinna Vinschen
2010-01-22
1
-81
/
+0
*
* strfuncs.cc: Remove needless includes.
Corinna Vinschen
2010-01-18
1
-4
/
+1
*
* miscfuncs.h (transform_chars): Declare. Define inline variation here.
Corinna Vinschen
2009-11-02
1
-9
/
+60
*
* fhandler.h (class dev_console): Constify charset parameter of
Corinna Vinschen
2009-09-28
1
-68
/
+56
*
* strfuncs.cc (__set_charset_from_codepage): Fetch current ANSI
Corinna Vinschen
2009-09-23
1
-1
/
+3
*
* strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pair
Corinna Vinschen
2009-09-23
1
-35
/
+60
*
* strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handling
Corinna Vinschen
2009-09-22
1
-0
/
+1
*
* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866
Christopher Faylor
2009-08-22
1
-0
/
+2
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-22
/
+22
*
* strfuncs.cc (sys_cp_mbstowcs): Fix condition.
Corinna Vinschen
2009-06-03
1
-1
/
+1
*
* strfuncs.cc (sys_cp_wcstombs): Implement reverse functionality
Corinna Vinschen
2009-06-03
1
-12
/
+22
*
* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failure
Christopher Faylor
2009-05-31
1
-7
/
+25
*
* cygheap.cc (cygheap_init): Set Cygwin default locale values.
Corinna Vinschen
2009-05-14
1
-8
/
+16
*
* cygheap.h (cwdstuff): Convert to class. Make posix and dir private.
Corinna Vinschen
2009-05-13
1
-0
/
+4
*
* strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.
Corinna Vinschen
2009-05-08
1
-1
/
+2
*
* strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before converting
Corinna Vinschen
2009-05-08
1
-0
/
+1
*
* strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widechar
Corinna Vinschen
2009-04-07
1
-7
/
+8
*
* fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,
Corinna Vinschen
2009-04-07
1
-16
/
+10
*
* strfuncs.cc: Add comment to explain why we can't support JIS
Corinna Vinschen
2009-04-06
1
-40
/
+149
*
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
Corinna Vinschen
2009-04-01
1
-2
/
+6
*
* strfuncs.cc (__set_charset_from_codepage): Revert to translating
Corinna Vinschen
2009-03-26
1
-2
/
+2
*
* strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into two
Corinna Vinschen
2009-03-25
1
-3
/
+2
*
* strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.
Corinna Vinschen
2009-03-25
1
-5
/
+5
*
* strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.
Corinna Vinschen
2009-03-24
1
-4
/
+5
*
* strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.
Corinna Vinschen
2009-03-24
1
-1
/
+2
*
* ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
Corinna Vinschen
2009-03-24
1
-53
/
+436
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-4
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Drop
Corinna Vinschen
2008-05-14
1
-1
/
+13
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-1
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
[next]