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
(from parent 1:
48f3410
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Fri, 11 Apr 2003 09:15:14 +0000
(09:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 11 Apr 2003 09:15:14 +0000
(09:15 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 71df3801a28e4d7615d4f5a0624fc4e9e64724cd..aa744fd07e04c121aeacc44ed07845c8d7231463 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-82,8
+82,8
@@
resolve RH report on cp -a forwarded by Tim Waugh
Martin Michlmayr's patch to provide ls with `--sort directory' option
clean-up: Remove all of the casts (they're unnecessary) found by this:
- grep -E '\*\) *x(m|re)alloc\>' {lib,src}/*.[ch]
+ grep -E '\*\) *x(m|
c|
re)alloc\>' {lib,src}/*.[ch]
Fix with this:
- perl -pi -e 's/\([^(]*?\*\) *(x(m|re)alloc)\b/$1/'
+ perl -pi -e 's/\([^(]*?\*\) *(x(m|
c|
re)alloc)\b/$1/'
Remove uses of PROTOTYPES