* lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.

Add strnlen.c.
* m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
lib-prefix.m4, po.m4.
This commit is contained in:
Paul Eggert
2005-08-22 06:38:59 +00:00
parent 6250acbdb1
commit 15d29c1ffe
3 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
2005-08-21 Paul Eggert <eggert@cs.ucla.edu> 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
* lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
Add strnlen.c.
* m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
lib-prefix.m4, po.m4.
* data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:" * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
in yydestruct diagnostic, since it might not be an error. in yydestruct diagnostic, since it might not be an error.
Problem reported by Joel Denny near end of Problem reported by Joel Denny near end of

View File

@@ -37,7 +37,6 @@ quote.c
quote.h quote.h
quotearg.c quotearg.c
quotearg.h quotearg.h
realloc.c
stdbool.h stdbool.h
stdbool_.h stdbool_.h
stdio-safer.h stdio-safer.h
@@ -46,15 +45,14 @@ stpcpy.h
strdup.c strdup.c
strdup.h strdup.h
stripslash.c stripslash.c
strncasecmp.c
strndup.c strndup.c
strndup.h strndup.h
strnlen.c strnlen.c
strnlen.h
unistd-safer.h unistd-safer.h
unlocked-io.h unlocked-io.h
xalloc-die.c xalloc-die.c
xalloc.h xalloc.h
xmalloc.c xmalloc.c
xstrdup.c
xstrndup.c xstrndup.c
xstrndup.h xstrndup.h

View File

@@ -1,27 +1,22 @@
*_gl.m4 *_gl.m4
alloca.m4 alloca.m4
codeset.m4
dirname.m4 dirname.m4
dos.m4 dos.m4
error.m4 error.m4
exitfail.m4 exitfail.m4
extensions.m4 extensions.m4
getopt.m4 getopt.m4
gettext.m4
gnulib.m4 gnulib.m4
hard-locale.m4 hard-locale.m4
hash.m4 hash.m4
iconv.m4 iconv.m4
lib-ld.m4
lib-link.m4 lib-link.m4
lib-prefix.m4
mbrtowc.m4 mbrtowc.m4
mbstate_t.m4 mbstate_t.m4
mbswidth.m4 mbswidth.m4
nls.m4 nls.m4
obstack.m4 obstack.m4
onceonly.m4 onceonly.m4
po.m4
progtest.m4 progtest.m4
quote.m4 quote.m4
quotearg.m4 quotearg.m4