summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/nlsfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen2015-11-211-10/+56
* Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen2015-10-301-6/+13
* * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen2013-11-261-2/+2
* * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen2013-11-261-2/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-1/+0
* * lc_msg.h: Regenerate.Corinna Vinschen2013-08-191-5/+29
* * nlsfuncs.cc (__collate_range_cmp): Convert input to wchar_t and callCorinna Vinschen2013-06-191-4/+6
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-11/+6
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen2012-02-131-0/+9
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-25/+25
* * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen2010-06-011-15/+15
* * nlsfuncs.cc (__set_lc_time_from_win): Use LOCALE_SMONTHNAME1Corinna Vinschen2010-05-261-2/+12
* * cygwin.din (__locale_mb_cur_max): Export.Corinna Vinschen2010-04-281-325/+527
* * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen2010-04-091-0/+1
* * nlsfuncs.cc: Fix indentation.Corinna Vinschen2010-04-011-4/+4
* * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen2010-04-011-0/+27
* * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen2010-03-271-1/+1
* * lc_era.h: Redefine lc_era_t to keepCorinna Vinschen2010-02-221-72/+106
* * lc_era.h (lc_era): Fix "ja_JP" era_t_fmt entry to use traditionalCorinna Vinschen2010-02-201-3/+12
* * lc_era.h: New file.Corinna Vinschen2010-02-191-23/+92
* * nlsfuncs.cc (eval_datetimefmt): Rename force to flags.Corinna Vinschen2010-02-181-16/+42
* * nlsfuncs.cc (initial_setlocale): Move check whether charset hasCorinna Vinschen2010-02-111-3/+7
* * nlsfuncs.cc (__set_charset_from_locale): Allow "@euro" modifier onlyCorinna Vinschen2010-02-101-1/+4
* * nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CACorinna Vinschen2010-02-101-2/+3
* * nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specifyCorinna Vinschen2010-02-091-23/+18
* * nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.Corinna Vinschen2010-02-091-1/+1
* * lc_msg.h: New file, autogenerated from CLDR data.Corinna Vinschen2010-02-091-17/+98
* Now *really* check in what should have been checked in 12 hours ago.Corinna Vinschen2010-02-081-2/+10
* This patch got lost in the previous checkin, accidentally:Corinna Vinschen2010-02-081-1/+1
* * nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifierCorinna Vinschen2010-02-071-3/+16
* * nlsfuncs.cc (__set_locale_from_locale_alias): New function to readCorinna Vinschen2010-02-071-0/+63
* * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, ratherCorinna Vinschen2010-02-061-5/+5
* * nlsfuncs.cc (has_modifier): MOve up in file to use inCorinna Vinschen2010-02-061-27/+50
* * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen2010-02-061-0/+4
* * nlsfuncs.cc (__set_charset_from_locale): Set default locale forCorinna Vinschen2010-02-051-2/+3
* Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen2010-02-041-2/+2
* * nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos inCorinna Vinschen2010-01-251-12/+26
* * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen2010-01-251-28/+89
* * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna Vinschen2010-01-251-3/+63
* * nlsfuncs.cc (__set_charset_from_locale): Fix comment.Corinna Vinschen2010-01-241-3/+1
* * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen2010-01-241-1/+109
* * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen2010-01-231-1/+1
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-221-0/+764