diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:48:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:48:12 +0000 |
commit | e5dfced23a904d08afa5dcee190c3c3d845d9f50 (patch) | |
tree | ef367ee8a9096884fb40debdc9e10af8583f9d5f /Changelog | |
parent | a75e2867435faa68ea03735fe09ad298fa3e4e72 (diff) | |
download | busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.tar.gz busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.tar.bz2 busybox-w32-e5dfced23a904d08afa5dcee190c3c3d845d9f50.zip |
Apply Vladimir's latest cleanup patch.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -42,12 +42,15 @@ | |||
42 | for init.c | 42 | for init.c |
43 | * Glenn McGrath -- Fixed problems with dpkg and dpkg-deb applets | 43 | * Glenn McGrath -- Fixed problems with dpkg and dpkg-deb applets |
44 | * Glenn McGrath -- Don't try to automount devfs | 44 | * Glenn McGrath -- Don't try to automount devfs |
45 | * Vladimir N. Oleynik -- optimizations for more.c | 45 | * Vladimir Oleynik -- optimizations for more.c |
46 | * Vladimir N. Oleynik -- Added locale support to the shell. | 46 | * Vladimir Oleynik -- Added locale support to the shell, and fixed |
47 | * Vladimir N. Oleynik -- moved struct applet from busybox.c to applets.c | 47 | locale support in several other places |
48 | * Vladimir N. Oleynik -- A size optimization for rdate | 48 | * Vladimir Oleynik -- moved struct applet from busybox.c to applets.c |
49 | * Vladimir N. Oleynik -- Fixed printf applets's locale handling | 49 | * Vladimir Oleynik -- A size optimization for rdate |
50 | * Vladimir N. Oleynik -- More cmdedit updates | 50 | * Vladimir Oleynik -- Fixed printf applets's locale handling |
51 | * Vladimir Oleynik -- More cmdedit updates | ||
52 | * Vladimir Oleynik -- Fixed `du' applet so it continues running | ||
53 | after permission errors. | ||
51 | * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made | 54 | * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made |
52 | find_pid_by_name() cope with swapped out processes. | 55 | find_pid_by_name() cope with swapped out processes. |
53 | * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting | 56 | * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting |