From 6f73f37fdc74be9ea0bb97f4b3b5246e05975fb1 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Tue, 10 Oct 2000 07:55:24 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ README-alpha | 9 +++++++++ TODO | 7 +++++++ locate/testsuite/Makefile.in | 10 +++++----- 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index af1344d0..d1f3da64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-10-10 Kevin Dalley + * Version 4.1.6 + + * locate/testsuite/Makefile.am: Added missing \ at end of + EXTRA_DIST lines. + * locate/testsuite/locate.gnu/ignore_case3.xo, locate/testsuite/locate.gnu/ignore_case3.exp, locate/testsuite/locate.gnu/ignore_case2.exp, diff --git a/README-alpha b/README-alpha index d34e55b8..6c2cb11d 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 a9fc72d7..5dd07a6e 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 diff --git a/locate/testsuite/Makefile.in b/locate/testsuite/Makefile.in index 5586f85e..082e1c42 100644 --- a/locate/testsuite/Makefile.in +++ b/locate/testsuite/Makefile.in @@ -112,7 +112,11 @@ DEJATOOL = locate #EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo EXTRA_DIST = config/unix.exp \ locate.gnu/ignore_case1.exp \ - locate.gnu/ignore_case1.xo + locate.gnu/ignore_case1.xo \ + locate.gnu/ignore_case2.exp \ + locate.gnu/ignore_case2.xo \ + locate.gnu/ignore_case3.exp \ + locate.gnu/ignore_case3.xo DIST_SUBDIRS = config @@ -252,10 +256,6 @@ all-redirect all-am all install-strip installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean - locate.gnu/ignore_case2.exp \ - locate.gnu/ignore_case2.xo - locate.gnu/ignore_case3.exp \ - locate.gnu/ignore_case3.xo # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.