mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
*** empty log message ***
This commit is contained in:
parent
9bee77e1ad
commit
6f73f37fdc
@ -1,5 +1,10 @@
|
||||
2000-10-10 Kevin Dalley <kevin@seti.org>
|
||||
|
||||
* 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,
|
||||
|
||||
@ -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.
|
||||
|
||||
7
TODO
7
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
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user