aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-07 02:04:58 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-07 02:04:58 +0000
commit9324b400abe4365e5e50d1d4e5e155d1f708dbc0 (patch)
tree379ac5a5ed3668dad1a84dbc005937e2feaacf13
parent9d83165d9e36c61cf2fa49deee1bc14bd2d56c1d (diff)
downloadbusybox-w32-9324b400abe4365e5e50d1d4e5e155d1f708dbc0.tar.gz
busybox-w32-9324b400abe4365e5e50d1d4e5e155d1f708dbc0.tar.bz2
busybox-w32-9324b400abe4365e5e50d1d4e5e155d1f708dbc0.zip
making note of my changes.
-rw-r--r--Changelog1
-rw-r--r--TODO1
2 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index a7e600771..00ddbfa42 100644
--- a/Changelog
+++ b/Changelog
@@ -33,6 +33,7 @@
33 - Glibc 2.0.7 and libc5 compile fixes 33 - Glibc 2.0.7 and libc5 compile fixes
34 * Grep -i previously failed on UPPER CASE patterns due to a silly 34 * Grep -i previously failed on UPPER CASE patterns due to a silly
35 regexp implementation bug that is now fixed. 35 regexp implementation bug that is now fixed.
36 # Implemented uniq. -beppu
36 37
37 38
38 -Erik Andersen 39 -Erik Andersen
diff --git a/TODO b/TODO
index 9648d9fdc..4f048bd2f 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,6 @@ around to it some time. If you have any good ideas, please let me know.
21* hwclock 21* hwclock
22* killall 22* killall
23* stty 23* stty
24* sort/uniq
25* wc 24* wc
26* tr 25* tr
27* expr (maybe?) (ash builtin?) 26* expr (maybe?) (ash builtin?)