]> Savannah Git Hosting - gnulib.git/commit
ctime: improve doc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Feb 2024 06:48:29 +0000 (22:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Feb 2024 06:51:42 +0000 (22:51 -0800)
commit92a981f18fb8eea357336bcd6638b37ac36aaa4d
treee080e27d0e7e6498a02327cfa92e9342655e5ca2
parent80dd73c76c477b99bfb39698fe0423bf49418593
ctime: improve doc

* doc/posix-functions/asctime.texi (asctime):
* doc/posix-functions/asctime_r.texi (asctime_r):
* doc/posix-functions/ctime_r.texi (ctime_r):
* doc/posix-functions/ctime.texi (ctime):
Mention locale problem of strftime more consistently.  Improve
wording.  For ctime and ctime_r, mention that localtime_r can
fail.
* doc/posix-functions/ctime.texi (ctime): Move history section
to end and spiff up a bit.
* doc/posix-functions/ctime_r.texi (ctime_r): Omit commentary that
assumes traditional SunOS ctime_r API; it was confusing and not
useful for Gnulib apps, which assume the POSIX API.
ChangeLog
doc/posix-functions/asctime.texi
doc/posix-functions/asctime_r.texi
doc/posix-functions/ctime.texi
doc/posix-functions/ctime_r.texi