diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-09 01:47:36 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-09 01:47:36 +0000 |
commit | 96a388f135a05d099b01a8473c927b4db77a1489 (patch) | |
tree | 81d4cfe9ec9b5281924f678c28f61542616a3db7 /Changelog | |
parent | 11db1ae1cfedd521f0642378589e1743fdb07f10 (diff) | |
download | busybox-w32-96a388f135a05d099b01a8473c927b4db77a1489.tar.gz busybox-w32-96a388f135a05d099b01a8473c927b4db77a1489.tar.bz2 busybox-w32-96a388f135a05d099b01a8473c927b4db77a1489.zip |
Stuff
git-svn-id: svn://busybox.net/trunk/busybox@87 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ | |||
5 | better job of finding the real consol device rather than using | 5 | better job of finding the real consol device rather than using |
6 | /dev/console which doesn't support job control. Patch also | 6 | /dev/console which doesn't support job control. Patch also |
7 | thanks to Eric Delaunay. | 7 | thanks to Eric Delaunay. |
8 | * more started to read from stdin after the last file was finished, and | ||
9 | options were not parsed correctly (fix thanks to Eric Delaunay). | ||
10 | * rm wouldn't remove a symlink unless the symlink was valid. This was | ||
11 | a side effect of the busybox 0.32 recursiveAction() fix. Things | ||
12 | should now work correctly. | ||
13 | * grep wouldn't grep stdin. Now it does. | ||
14 | * sed wouldn't sed stdin. Now it does. | ||
15 | * sed was appending a \n to the end of lines with replacements. | ||
16 | Now it doesn't do that. | ||
17 | * ls -l now bypasses libc6 nss when displaying user/group names. | ||
18 | Now uses my_getpwuid and my_getgrgid. | ||
8 | 19 | ||
9 | 0.33 | 20 | 0.33 |
10 | * Fixed a bug where init could hang instead of rebooting. | 21 | * Fixed a bug where init could hang instead of rebooting. |