* locale.cc (lc_time_names): Add "date_fmt" entry.
This commit is contained in:
		| @@ -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> | 2010-02-19  Christopher Faylor  <me+cygwin@cgf.cx> | ||||||
|  |  | ||||||
| 	* strace.cc (mnemonic_table): Add pthread mask option. | 	* strace.cc (mnemonic_table): Add pthread mask option. | ||||||
|   | |||||||
| @@ -449,6 +449,7 @@ lc_names_t lc_time_names[] = | |||||||
|   { "alt_digits",	is_sepstrings_linf,ALT_DIGITS,		0	 }, |   { "alt_digits",	is_sepstrings_linf,ALT_DIGITS,		0	 }, | ||||||
|   { "era_d_t_fmt",	is_string_linf,    ERA_D_T_FMT,		0	 }, |   { "era_d_t_fmt",	is_string_linf,    ERA_D_T_FMT,		0	 }, | ||||||
|   { "era_t_fmt",	is_string_linf,    ERA_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	 }, |   { "time-codeset",	is_codeset,	   LC_TIME,		0	 }, | ||||||
|   { NULL, 		is_end,		   0,			0	 } |   { NULL, 		is_end,		   0,			0	 } | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user