summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-08 02:11:03 +0100
committerColin Watson <cjwatson@debian.org>2007-10-08 02:11:03 +0100
commitaf538e07fe8eeda0532f67070982bfd9f575b280 (patch)
treec97a15c4204e83d55ef5996ca7fb560df74f22ec /lib/README
parentad111cad53363c8fbd7bd0435f02a25943707902 (diff)
The strappend function is in the namespace reserved by C99
7.26.10/7.26.11; rename it to appendstr. * lib/strappend.c: Rename to ... * lib/appendstr.c: ... this. Rename function. * lib/Makefile.in (ALLSRCS, ALL): Build appendstr instead of strappend. * lib/README: Update credit. * include/manconfig.h.in: Update prototype. * lib/decompress.c, lib/pathsearch.c, lib/pipeline.c, lib/tempfile.c, libdb/db_delete.c, src/accessdb.c, src/catman.c, src/check_mandirs.c, src/compression.c, src/convert_name.c, src/encodings.c, src/filenames.c, src/globbing.c, src/lexgrog.l.new, src/man.c, src/manconv.c, src/mandb.c, src/manp.c, src/straycats.c, src/ult_src.c, src/util.c, src/whatis.c, src/zsoelim.l: Update all callers. * docs/HACKING: Update reference. * docs/TODO: Remove item for this.
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index b729e647..d4e1f93b 100644
--- a/lib/README
+++ b/lib/README
@@ -5,7 +5,7 @@ See the files ../COPYING and ../libdb/COPYING.LIB for relevant information.
glob.[ch], fnmatch.[ch] from GNU glob.tar.gz
basename.c author - Wilf.
-strappend.c, error.h author - Markus Armbruster
+appendstr.c, error.h author - Markus Armbruster
rename.c from GNU libiberty (gdb)
realpath.c, from linux libc
str*.c, flock.c, ansidecl.h from GNU libc