aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wchar.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-22/+20
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin1-0/+4
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen1-2/+0
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-20/+14
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen1-0/+2
2010-01-22 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen1-3/+1
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen1-2/+2
2009-07-20 * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen1-0/+5
2009-05-15 * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen1-1/+1
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-12/+7
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen1-6/+8
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen1-5/+37
2009-03-24 * wchar.h: Replace UINT with unsigned int.Corinna Vinschen1-1/+1
2009-03-24 * wchar.h: Remove erroneous "C" specifier from extern declaration.Corinna Vinschen1-10/+11
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-13/+14
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-0/+39