diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-07 02:04:58 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-07 02:04:58 +0000 |
commit | d172427ff6d763df9a69dd1de4fd44d53bfb5fd3 (patch) | |
tree | 379ac5a5ed3668dad1a84dbc005937e2feaacf13 | |
parent | 6e6855c8d93e2fe6665ca4874b6733caf2a4cece (diff) | |
download | busybox-w32-d172427ff6d763df9a69dd1de4fd44d53bfb5fd3.tar.gz busybox-w32-d172427ff6d763df9a69dd1de4fd44d53bfb5fd3.tar.bz2 busybox-w32-d172427ff6d763df9a69dd1de4fd44d53bfb5fd3.zip |
making note of my changes.
git-svn-id: svn://busybox.net/trunk/busybox@286 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |
@@ -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?) |