about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-08-22 12:38:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-08-22 12:38:40 +0000
commitc737ef0d647fa5a3a290d2b77fe25fa8ba5b9cb9 (patch)
tree5f5c6c774bc22f75d8dece1676446ee3fa7bcd21 /ChangeLog
parentf615e3fced100914b1ee4d690f380deb69a4be70 (diff)
downloadglibc-c737ef0d647fa5a3a290d2b77fe25fa8ba5b9cb9.tar.gz
glibc-c737ef0d647fa5a3a290d2b77fe25fa8ba5b9cb9.tar.xz
glibc-c737ef0d647fa5a3a290d2b77fe25fa8ba5b9cb9.zip
Document strftime %Ob and %OB as C2X features.
C2X standardizes strftime %Ob and %OB support.  This patch updates the
glibc manual to say these are C2X features, while noting that the
details of what is the alternative form of a month name are not
specified in C2X.

Note: C2X seems unclear to me about whether %h being equivalent to %b
means %Oh is thereby allowed and equivalent to %Ob; I've asked WG14.

Tested with "make info" and "make pdf".

	* manual/time.texi (strftime): Document %Ob and %OB as C2X
	features.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 182aa13353..09c3d8f22e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-22  Joseph Myers  <joseph@codesourcery.com>
+
+	* manual/time.texi (strftime): Document %Ob and %OB as C2X
+	features.
+
 2019-08-21  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Remove dead regex code