summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-16 02:02:13 +0200
committerBruno Haible <bruno@clisp.org>2023-05-16 02:02:13 +0200
commit8c4d0fbf4c45df8e86acbb338b154930c5498dc3 (patch)
tree5401c85ea991c90093b1b2ab1d0afa6f0d0d6c60 /ChangeLog
parentf3059fb80504e1f4e1e4c34562508f404ce7b0f7 (diff)
downloadgnulib-8c4d0fbf4c45df8e86acbb338b154930c5498dc3.tar.gz
doc: New chapter "Strings and Characters".
* doc/strings.texi: New file. * doc/gnulib.texi (POSIXURL): New variable. (posixheader, posixfunc, func): New macros, from GNU libunistring's documentation. Include strings.texi. (Particular Modules): Don't include c-locale.texi here. * doc/c-locale.texi: Sections become subsections, subsections become subsubsections. * doc/posix-functions/isalnum.texi: Mention c32isalnum. * doc/posix-functions/isalpha.texi: Mention c32isalpha. * doc/posix-functions/isblank.texi: Mention c32isblank. * doc/posix-functions/iscntrl.texi: Mention c32iscntrl. * doc/posix-functions/isdigit.texi: Mention c32isdigit. * doc/posix-functions/isgraph.texi: Mention c32isgraph. * doc/posix-functions/islower.texi: Mention c32islower. * doc/posix-functions/isprint.texi: Mention c32isprint. * doc/posix-functions/ispunct.texi: Mention c32ispunct. * doc/posix-functions/isspace.texi: Mention c32isspace. * doc/posix-functions/isupper.texi: Mention c32isupper. * doc/posix-functions/isxdigit.texi: Mention c32isxdigit. * doc/posix-functions/tolower.texi: Mention alternative APIs. * doc/posix-functions/toupper.texi: Likewise. * doc/posix-functions/towlower.texi: Mention c32tolower. * doc/posix-functions/towupper.texi: Mention c32toupper. * doc/posix-functions/wcswidth.texi: Mention c32swidth. * doc/posix-functions/wcwidth.texi: Mention c32width.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b894505c2b..ecbc25ef06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
2023-05-15 Bruno Haible <bruno@clisp.org>
+ doc: New chapter "Strings and Characters".
+ * doc/strings.texi: New file.
+ * doc/gnulib.texi (POSIXURL): New variable.
+ (posixheader, posixfunc, func): New macros, from GNU libunistring's
+ documentation.
+ Include strings.texi.
+ (Particular Modules): Don't include c-locale.texi here.
+ * doc/c-locale.texi: Sections become subsections, subsections become
+ subsubsections.
+ * doc/posix-functions/isalnum.texi: Mention c32isalnum.
+ * doc/posix-functions/isalpha.texi: Mention c32isalpha.
+ * doc/posix-functions/isblank.texi: Mention c32isblank.
+ * doc/posix-functions/iscntrl.texi: Mention c32iscntrl.
+ * doc/posix-functions/isdigit.texi: Mention c32isdigit.
+ * doc/posix-functions/isgraph.texi: Mention c32isgraph.
+ * doc/posix-functions/islower.texi: Mention c32islower.
+ * doc/posix-functions/isprint.texi: Mention c32isprint.
+ * doc/posix-functions/ispunct.texi: Mention c32ispunct.
+ * doc/posix-functions/isspace.texi: Mention c32isspace.
+ * doc/posix-functions/isupper.texi: Mention c32isupper.
+ * doc/posix-functions/isxdigit.texi: Mention c32isxdigit.
+ * doc/posix-functions/tolower.texi: Mention alternative APIs.
+ * doc/posix-functions/toupper.texi: Likewise.
+ * doc/posix-functions/towlower.texi: Mention c32tolower.
+ * doc/posix-functions/towupper.texi: Mention c32toupper.
+ * doc/posix-functions/wcswidth.texi: Mention c32swidth.
+ * doc/posix-functions/wcwidth.texi: Mention c32width.
+
+2023-05-15 Bruno Haible <bruno@clisp.org>
+
sigsegv: Add tentative support for Hurd/x86_64.
Based on explanations by Sergey Bugaev <bugaevc@gmail.com>.
* lib/sigsegv.c: Update from libsigsegv/src/fault-hurd-i386-old.h.