making note of my changes.

This commit is contained in:
John Beppu 2000-01-07 02:04:58 +00:00
parent 9d83165d9e
commit 9324b400ab
2 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@
- Glibc 2.0.7 and libc5 compile fixes - Glibc 2.0.7 and libc5 compile fixes
* Grep -i previously failed on UPPER CASE patterns due to a silly * Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed. regexp implementation bug that is now fixed.
# Implemented uniq. -beppu
-Erik Andersen -Erik Andersen

1
TODO
View File

@ -21,7 +21,6 @@ around to it some time. If you have any good ideas, please let me know.
* hwclock * hwclock
* killall * killall
* stty * stty
* sort/uniq
* wc * wc
* tr * tr
* expr (maybe?) (ash builtin?) * expr (maybe?) (ash builtin?)