aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:21:42 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:21:42 +0000
commit9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a (patch)
tree10aa90962757d07724c78e4fc9baaa27ca7b4858 /TODO
parentbe1caa3c14daabb874a1faab40ffdcf9ece9dd02 (diff)
downloadbusybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.gz
busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.bz2
busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.zip
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index c1d6f01a6..e6cb94d4b 100644
--- a/TODO
+++ b/TODO
@@ -40,6 +40,8 @@ Bugs that need fixing:
40 /tmp/file in the current directory, rather then trying and failing to create 40 /tmp/file in the current directory, rather then trying and failing to create
41 a symlink named "." in the current working directory). 41 a symlink named "." in the current working directory).
42 - implement 'ls -R'. 42 - implement 'ls -R'.
43 - "cp -a sourcedir/*" (note: no dest) - produces an odd error message about
44 the last file in the dir, rather than saying "missing destination file".
43 45
44 46
45----------- 47-----------