summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/nlsfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* cygwin wcsxfrm: byte swap result ourselvesCorinna Vinschen2017-06-061-8/+13
* Reference __global_locale only via __get_global_locale.Corinna Vinschen2016-08-231-3/+3
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-201-1/+2
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-151-6/+6
* Implement per-locale string functionsCorinna Vinschen2016-08-151-10/+38
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-151-20/+24
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-151-9/+9
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-151-1/+1
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-151-57/+38
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-151-40/+32
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-151-24/+43
* Add support for certain newer locales only available with ScriptCorinna Vinschen2016-06-241-1/+5
* Drop has_localenames flagCorinna Vinschen2016-06-231-150/+64
* Drop has_always_all_codepages flagCorinna Vinschen2016-06-231-46/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* strxfrm/wcsxfrm: Always return length of the transformed stringCorinna Vinschen2016-04-121-12/+24
* 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