mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Remove obsolete TODO entries.
* TODO: remove BeOS multibyte entry (we fixed this by using the gnulib wcwidth module; see https://savannah.gnu.org/bugs/?19979). Remove comment about problems with gcc-2.95.2 on sparc-sun-sunos4.1.3_U1; we'll look at the problem if anyone ever complains that something doesn't work (though gnulib may in fact no longer work on such an old platform in any case). Remove some TODOs around locate performance; nobody's reported performance issues, and we can examine any specific issues when the arise. Remove TODO about the largeness of depcomp; at 22KiB, it's much smaller than this ChangeLog file, for example.
This commit is contained in:
parent
c7fd93e1c2
commit
fa44fbaae9
13
ChangeLog
13
ChangeLog
@ -1,5 +1,18 @@
|
||||
2014-08-23 James Youngman <jay@gnu.org>
|
||||
|
||||
Remove obsolete TODO entries.
|
||||
* TODO: remove BeOS multibyte entry (we fixed this by using the
|
||||
gnulib wcwidth module; see https://savannah.gnu.org/bugs/?19979).
|
||||
Remove comment about problems with gcc-2.95.2 on
|
||||
sparc-sun-sunos4.1.3_U1; we'll look at the problem if anyone ever
|
||||
complains that something doesn't work (though gnulib may in fact
|
||||
no longer work on such an old platform in any case).
|
||||
Remove some TODOs around locate performance; nobody's reported
|
||||
performance issues, and we can examine any specific issues when
|
||||
the arise.
|
||||
Remove TODO about the largeness of depcomp; at 22KiB, it's much
|
||||
smaller than this ChangeLog file, for example.
|
||||
|
||||
Remove obsolete TOLOWER/TOUPPER macros.
|
||||
* locate/locate.c: The TOLOWER and TOUPPER macros are no longer
|
||||
used. Do not define them.
|
||||
|
||||
16
TODO
16
TODO
@ -1,16 +1,7 @@
|
||||
-*-outline-*-
|
||||
* -fstype core dumps on sparc-sun-sunos4.1.3_U1 with gcc-2.95.2
|
||||
This is on foxtrot.rahul.net. dbx does not work on compiled find.
|
||||
Perhaps gcc is installed incorrectly. "find / -fstype ufs" core dumps
|
||||
quickly. cc works correctly.
|
||||
|
||||
* Speed of locate without "-i" option needs to be increased.
|
||||
|
||||
* Internationalization
|
||||
** updatedb.sh should be internationalized
|
||||
|
||||
* Eliminate unnecessary strcpy calls in xargs.
|
||||
|
||||
* man pages for frcode, bigram, and code
|
||||
Perhaps a better description in texi pages as well.
|
||||
|
||||
@ -25,13 +16,6 @@ my point is:
|
||||
- find may (in theory) sort incrementally very easily by sorting only the current
|
||||
directory entries before recursion
|
||||
|
||||
|
||||
* large file problems
|
||||
depcomp gets added by automake
|
||||
|
||||
* BeOS problems with multibyte
|
||||
Bruno Haible reported problems with BeOS.
|
||||
|
||||
* Include example of use of updatedb in documentation.
|
||||
Use something close to the Debian daily cron job.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user