diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-25 07:30:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-25 07:30:46 +0000 |
commit | 3843e96252a823b4fdfc89c61d00342bf011ad88 (patch) | |
tree | a177e322b9e77485a609429acfdc43824eca0222 /Changelog | |
parent | b99df0fd65abe3245fa2d04115326100847f865e (diff) | |
download | busybox-3843e96252a823b4fdfc89c61d00342bf011ad88.tar.gz |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ from createPath into mkdir where it belonged, thereby making tar work properly. * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the last file in the list. + * Fixed 'ls -ln' so numeric group/uid are presented properly, and fixed 'ls -l' + so when uid/gid is not in /etc/{passwd,group} the numeric group/uid are + presented properly. + * Also added a TODO. + -Erik Andrsen |