* locale.cc (lc_time_names): Add "date_fmt" entry.

This commit is contained in:
Corinna Vinschen 2010-02-22 10:56:00 +00:00
parent 6eaf061dc4
commit bd87c87f81
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-02-22 Corinna Vinschen <corinna@vinschen.de>
* locale.cc (lc_time_names): Add "date_fmt" entry.
2010-02-19 Christopher Faylor <me+cygwin@cgf.cx>
* strace.cc (mnemonic_table): Add pthread mask option.

View File

@ -449,6 +449,7 @@ lc_names_t lc_time_names[] =
{ "alt_digits", is_sepstrings_linf,ALT_DIGITS, 0 },
{ "era_d_t_fmt", is_string_linf, ERA_D_T_FMT, 0 },
{ "era_t_fmt", is_string_linf, ERA_T_FMT, 0 },
{ "date_fmt", is_string_linf, _DATE_FMT, 0 },
{ "time-codeset", is_codeset, LC_TIME, 0 },
{ NULL, is_end, 0, 0 }
};