]> Savannah Git Hosting - gnulib.git/commit
nstrftime: merge glibc strftime changes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Feb 2019 04:07:21 +0000 (20:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Feb 2019 04:08:30 +0000 (20:08 -0800)
commitddbd29c308b46cfba8a21d52d6e7a0dbd561bdbc
tree98bfac2bb9dc9ac7f70ca9b4290dae9f57aefd67
parent35e462817a08e484b4cddbb9ef25019f6910fc5f
nstrftime: merge glibc strftime changes

This incorporates:
2019-02-11 Fix a few whitespace arrangement inconsistencies
2019-01-24 strftime: Pass flags from "%EY" to "%Ey" [BZ #24096]
2019-01-24 Set the default width of "%Ey" to 2 [BZ #23758]
2019-01-11 strftime: use the "L_" macro with character literals
* lib/nstrftime.c (__strftime_internal): New arg yr_spec.  All
callers changed.  Default width of %Ey is now 2.  This is needed
for proper handling of Japanese dates starting on 2019-05-01.
ChangeLog
lib/nstrftime.c