mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 22:53:36 +00:00
* m4/nstrftime.m4: Renamed from m4/strftime.m4. * lib/nstrftime.c: Renamed from lib/strftime.c. * modules/nstrftime: Renamed from modules/strftime. (Files, Makefile.am): Update. * tests/test-nstrftime.c: Renamed from tests/test-strftime.c. Fix comment. * modules/nstrftime-tests: Renamed from modules/strftime-tests. (Files, Makefile.am): Update. * modules/strftime: New file, an obsolete indirection. * doc/posix-functions/strftime.texi: Update reference. * config/srclist.txt: Update info.
29 lines
348 B
Plaintext
29 lines
348 B
Plaintext
Description:
|
|
nstrftime() function: convert date and time to string, with GNU extensions.
|
|
|
|
Files:
|
|
lib/strftime.h
|
|
lib/nstrftime.c
|
|
m4/tm_gmtoff.m4
|
|
m4/nstrftime.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
stdbool
|
|
time_rz
|
|
|
|
configure.ac:
|
|
gl_FUNC_GNU_STRFTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += nstrftime.c
|
|
|
|
Include:
|
|
"strftime.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|