diff options
| author | Bruno Haible <bruno@clisp.org> | 2017-07-24 01:19:36 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2017-07-24 01:23:42 +0200 |
| commit | a742bdb3fd6f5ebaa730824eda7fcfe7faedb451 (patch) | |
| tree | fbd27523ab8b8d071057a91fd4015b7834494a5b /doc | |
| parent | fe5d815487de3bcb4aef0b0d6329e563638f3f49 (diff) | |
| download | gnulib-a742bdb3fd6f5ebaa730824eda7fcfe7faedb451.tar.gz | |
Rename module 'strftime' to 'nstrftime'.
* 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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/posix-functions/strftime.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/strftime.texi b/doc/posix-functions/strftime.texi index dd52720499..40e391addc 100644 --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -24,5 +24,5 @@ Native Windows platforms (mingw, MSVC) support only a subset of time zones supported by GNU or specified by POSIX. @xref{tzset}. @end itemize -Extension: Gnulib offers a module @samp{strftime} that provides an +Extension: Gnulib offers a module @samp{nstrftime} that provides an @code{nstrftime} function with various GNU extensions. |
