diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-09 22:48:12 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-09 22:48:12 +0000 |
commit | 88ea4d5576ceec648bff7f9bbf919fd3ecdff67b (patch) | |
tree | ef367ee8a9096884fb40debdc9e10af8583f9d5f /Changelog | |
parent | ada3b10c6a1ad210d6bf4078859792562636f27e (diff) | |
download | busybox-w32-88ea4d5576ceec648bff7f9bbf919fd3ecdff67b.tar.gz busybox-w32-88ea4d5576ceec648bff7f9bbf919fd3ecdff67b.tar.bz2 busybox-w32-88ea4d5576ceec648bff7f9bbf919fd3ecdff67b.zip |
Apply Vladimir's latest cleanup patch.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |