summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/lc_msg.h
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate Cygwin locale message infoCorinna Vinschen2015-11-181-29/+42
| | | | | | * lc_msg.h: Regenerate. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* * lc_msg.h: Regenerate.Corinna Vinschen2013-08-191-2/+8
| | | | | | | * nlsfuncs.cc (__get_lcid_from_locale): Update list of Script-only locales to Windows 8. (__set_charset_from_locale): Take locales added with Windows 8 and 8.1 into account.
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+14
|
* * lc_msg.h: Regenerate.Corinna Vinschen2011-09-011-3/+14
|
* * lc_msg.h: Regenerate.Corinna Vinschen2011-05-101-1/+8
|
* * lc_era.h: Redefine lc_era_t to keepCorinna Vinschen2010-02-221-4/+7
| | | | | | | | | | default date and time formats as well to workaround YA Windows shortcoming. Refresh with latest data. * lc_msg.h: Refresh with latest data. * nlsfuncs.cc (__eval_datetimefmt): Revert latest change. (__set_lc_time_from_win): Rename res to era. Prefer default date and time formats from era array if available. (__set_lc_messages_from_win): Rename res to msg.
* * lc_msg.h: New file, fix a problem in locales with modifiers.Corinna Vinschen2010-02-091-8/+9
|
* * lc_msg.h: New file, generated from running Linux system.Corinna Vinschen2010-02-091-189/+263
|
* * lc_msg.h: New file, autogenerated from CLDR data.Corinna Vinschen2010-02-091-0/+202
* nlsfuncs.cc: Include lc_msg.h. (lc_time_buf): Remove. (lc_numeric_buf): Remove. (lc_monetary_buf): Remove. (lc_mbstowcs): Fix previous fix. (__set_lc_time_from_win): Take additional pointer to buffer pointer, defined in newlib. (__set_lc_numeric_from_win): Ditto. (__set_lc_monetary_from_win): Ditto. (locale_cmp): New static function. (__set_lc_messages_from_win): New function to be called from newlib.