From da56f375e86616baaadd8311e016b197d218c569 Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 10 Oct 2000 07:06:57 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 23 +++++++++++++++++++++-- README-alpha | 9 +++++++++ TODO | 7 +++++++ 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0d7091..af1344d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ -2000-10-09 Kevin Dalley +2000-10-10 Kevin Dalley + + * locate/testsuite/locate.gnu/ignore_case3.xo, + locate/testsuite/locate.gnu/ignore_case3.exp, + locate/testsuite/locate.gnu/ignore_case2.exp, + locate/testsuite/locate.gnu/ignore_case1.xo, + locate/testsuite/locate.gnu/ignore_case1.exp: place locatedb + inside tmp directory, add subdir directory under tmp. + + * locate/testsuite/config/unix.exp: clean up tmp after test is + finished. + +2000-10-10 Kevin Dalley + + * locate/testsuite/config/unix.exp (Repository): + +2000-10-09 Kevin Dalley + + * lib/fnmatch.c, lib/fnmatch.h: reverted to older version of + fnmatch which works with Solaris. * locate/testsuite/config/unix.exp: dejagnu unix.exp @@ -63,7 +82,7 @@ * lib/lstat.c, lib/stat.c: removed from repository. These files are generated from lib/xstat.in. -2000-08-24 Kevin Dalley +2000-08-24 Kevin Dalley * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}. diff --git a/README-alpha b/README-alpha index d34e55b..6c2cb11 100644 --- a/README-alpha +++ b/README-alpha @@ -2,3 +2,12 @@ This is a test release of GNU findutils. The latest test release (if any) is available at ftp://alpha.gnu.org/gnu/ + +I've used test versions of both autoconf and automake to +generate some of the files in this release. If you modify +files like configure.in, m4/*.m4, aclocal.m4, or any Makefile.am, +then don't be surprised if what gets regenerated no longer works. +Sorry for any inconvenience. + +Mail suggestions and bug reports for these programs to +bug-findutils@gnu.org. diff --git a/TODO b/TODO index a9fc72d..5dd07a6 100644 --- a/TODO +++ b/TODO @@ -82,6 +82,12 @@ _LIBC is used to determine whether TOLOWER should check isupper first. Is there something better to check? Alternatively, can tolower be checked at run time to determine whether isupper should be called first. +* make findutils multibyte safe +Bruno Haible reported many problems with findutils and multibyte. + +* BeOS problems with multibyte +Bruno Haible reported problems with BeOS. + --//-- This is used by Emacs' spell checker ispell.el: @@ -89,3 +95,4 @@ LocalWords: ansi knr strftime xargs updatedb sh fnmatch hin strcpy LocalWords: lib getstr getline frcode bigram texi depcomp automake LocalWords: strncasecmp strcasecmp LIBOBJS FUNC findutils Solaris LocalWords: Crackerjack LIBC TOLOWER TOUPPER tolower isupper +LocalWords: Haible BeOS \ No newline at end of file -- 2.11.4.GIT