summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-151-22/+20
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Do not treat the command line or environment like pathsJohannes Schindelin2016-01-081-0/+4
* Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen2015-12-181-2/+0
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-20/+14
* Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen2010-02-041-0/+2
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-221-3/+1
* * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen2009-09-281-2/+2
* * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen2009-07-201-0/+5
* * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen2009-05-151-1/+1
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-12/+7
* * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen2009-04-071-6/+8
* * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen2009-04-071-5/+37
* * wchar.h: Replace UINT with unsigned int.Corinna Vinschen2009-03-241-1/+1
* * wchar.h: Remove erroneous "C" specifier from extern declaration.Corinna Vinschen2009-03-241-10/+11
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-13/+14
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-0/+39