projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cd4d79b
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 12 Apr 2003 19:54:00 +0000
(19:54 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 12 Apr 2003 19:54:00 +0000
(19:54 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index aa744fd07e04c121aeacc44ed07845c8d7231463..53e7bc10ba10e21b4824540008eeb4f285dd8ea6 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-63,13
+63,6
@@
dd: consider adding an option to suppress `bytes/block read/written'
output to stderr. Suggested here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=165045
output to stderr. Suggested here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=165045
-nl: fix this bug:
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177256
- # printf 'a\n\n'|nl|cat -A
- 1^Ia$
- $
- $
-
m4: rename all macros that start with AC_ to start with another prefix
document that `true --version' can fail, e.g., like this:
m4: rename all macros that start with AC_ to start with another prefix
document that `true --version' can fail, e.g., like this:
@@
-81,9
+74,11
@@
resolve RH report on cp -a forwarded by Tim Waugh
Martin Michlmayr's patch to provide ls with `--sort directory' option
Martin Michlmayr's patch to provide ls with `--sort directory' option
-clean-up: Remove all of the casts (they're unnecessary) found by this:
+clean-up: Remove anachronistic casts of xmalloc, xrealloc, and xcalloc
+return values found by this:
grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch]
Fix with this:
perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch]
Fix with this:
perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
+Also remove anachronistic casts of xrealloc's first argument.
Remove uses of PROTOTYPES
Remove uses of PROTOTYPES