diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-22 00:16:37 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-22 00:16:37 +0000 |
commit | 3b0c3900ddfce6dcdd3209590ce7a7cbcdcf0f6d (patch) | |
tree | b1cd7bd34d14143fea95d385af7d4bcb28928cde /TODO | |
parent | 5fa2e2239296adf6febadb8d68cf86a0ca7e1fec (diff) | |
download | busybox-w32-3b0c3900ddfce6dcdd3209590ce7a7cbcdcf0f6d.tar.gz busybox-w32-3b0c3900ddfce6dcdd3209590ce7a7cbcdcf0f6d.tar.bz2 busybox-w32-3b0c3900ddfce6dcdd3209590ce7a7cbcdcf0f6d.zip |
Merged two TODO items into one
git-svn-id: svn://busybox.net/trunk/busybox@694 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,8 +26,7 @@ Bugs that need fixing: | |||
26 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | 26 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to |
27 | /tmp/file in the current directory, rather then trying and failing to create | 27 | /tmp/file in the current directory, rather then trying and failing to create |
28 | a symlink named "." in the current working directory). | 28 | a symlink named "." in the current working directory). |
29 | - Prune sfdisk | 29 | - Prune sfdisk, graft in std fdisk instead |
30 | - Graft fdisk instead | ||
31 | 30 | ||
32 | 31 | ||
33 | We will rework these to use libc regex functions instead (as per the mailing | 32 | We will rework these to use libc regex functions instead (as per the mailing |