diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-25 07:30:46 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-25 07:30:46 +0000 |
commit | 2dc5d63dfcb30058e2368a2c3dd86f539d2c2075 (patch) | |
tree | a177e322b9e77485a609429acfdc43824eca0222 /Changelog | |
parent | dc1e72211f7f42a0d6a46a409e74c82c0b7b6a51 (diff) | |
download | busybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.tar.gz busybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.tar.bz2 busybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@118 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ | |||
10 | from createPath into mkdir where it belonged, thereby making tar work properly. | 10 | from createPath into mkdir where it belonged, thereby making tar work properly. |
11 | * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the | 11 | * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the |
12 | last file in the list. | 12 | last file in the list. |
13 | * Fixed 'ls -ln' so numeric group/uid are presented properly, and fixed 'ls -l' | ||
14 | so when uid/gid is not in /etc/{passwd,group} the numeric group/uid are | ||
15 | presented properly. | ||
16 | * Also added a TODO. | ||
17 | |||
13 | 18 | ||
14 | -Erik Andrsen | 19 | -Erik Andrsen |
15 | 20 | ||