[PATCH] Add support for ISO 8601 basic format

2013-03-30 Thread Mihai Capotă
The parser now accepts the basic format for combined date and time representations, which ommits the date and time separators, "-" and ":". See bug 23767 for GNU coreutils, . * lib/parse-datetime.y: Parse combined date and time representations in ISO 8601 bas

[PATCH] stdalign: doc fix

2013-03-30 Thread Paul Eggert
--- ChangeLog | 6 ++ doc/posix-headers/stdalign.texi | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 768f3a7..348e091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-30 Paul Eggert + + stdalign