aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/nlsfuncs.cc
AgeCommit message (Expand)AuthorFilesLines
2013-11-26 * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen1-2/+2
2013-11-26 * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen1-2/+2
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-1/+0
2013-08-19 * lc_msg.h: Regenerate.Corinna Vinschen1-5/+29
2013-06-19 * nlsfuncs.cc (__collate_range_cmp): Convert input to wchar_t and callCorinna Vinschen1-4/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-11/+6
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+1
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-0/+9
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-25/+25
2010-06-01 * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen1-15/+15
2010-05-26 * nlsfuncs.cc (__set_lc_time_from_win): Use LOCALE_SMONTHNAME1Corinna Vinschen1-2/+12
2010-04-28 * cygwin.din (__locale_mb_cur_max): Export.Corinna Vinschen1-325/+527
2010-04-09 * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen1-0/+1
2010-04-01 * nlsfuncs.cc: Fix indentation.Corinna Vinschen1-4/+4
2010-04-01 * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen1-0/+27
2010-03-27 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen1-1/+1
2010-02-22 * lc_era.h: Redefine lc_era_t to keepCorinna Vinschen1-72/+106
2010-02-20 * lc_era.h (lc_era): Fix "ja_JP" era_t_fmt entry to use traditionalCorinna Vinschen1-3/+12
2010-02-19 * lc_era.h: New file.Corinna Vinschen1-23/+92
2010-02-18 * nlsfuncs.cc (eval_datetimefmt): Rename force to flags.Corinna Vinschen1-16/+42
2010-02-11 * nlsfuncs.cc (initial_setlocale): Move check whether charset hasCorinna Vinschen1-3/+7
2010-02-10 * nlsfuncs.cc (__set_charset_from_locale): Allow "@euro" modifier onlyCorinna Vinschen1-1/+4
2010-02-10 * nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CACorinna Vinschen1-2/+3
2010-02-09 * nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specifyCorinna Vinschen1-23/+18
2010-02-09 * nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.Corinna Vinschen1-1/+1
2010-02-09 * lc_msg.h: New file, autogenerated from CLDR data.Corinna Vinschen1-17/+98
2010-02-08 Now *really* check in what should have been checked in 12 hours ago.Corinna Vinschen1-2/+10
2010-02-08 This patch got lost in the previous checkin, accidentally:Corinna Vinschen1-1/+1
2010-02-07 * nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifierCorinna Vinschen1-3/+16
2010-02-07 * nlsfuncs.cc (__set_locale_from_locale_alias): New function to readCorinna Vinschen1-0/+63
2010-02-06 * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, ratherCorinna Vinschen1-5/+5
2010-02-06 * nlsfuncs.cc (has_modifier): MOve up in file to use inCorinna Vinschen1-27/+50
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen1-0/+4
2010-02-05 * nlsfuncs.cc (__set_charset_from_locale): Set default locale forCorinna Vinschen1-2/+3
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen1-2/+2
2010-01-25 * nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos inCorinna Vinschen1-12/+26
2010-01-25 * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen1-28/+89
2010-01-25 * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna Vinschen1-3/+63
2010-01-24 * nlsfuncs.cc (__set_charset_from_locale): Fix comment.Corinna Vinschen1-3/+1
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen1-1/+109
2010-01-23 * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen1-1/+1
2010-01-22 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen1-0/+764