diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-20 00:11:07 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-20 00:11:07 +0000 |
commit | 339b8923130e38d7a68a9488ce2d47b04fb8b146 (patch) | |
tree | 93b692c04b987cce2616aac2f4a6a0ea2b47722a /Changelog | |
parent | 4eb1b3041131237c5345ee2c6626c9fadd68640a (diff) | |
download | busybox-w32-339b8923130e38d7a68a9488ce2d47b04fb8b146.tar.gz busybox-w32-339b8923130e38d7a68a9488ce2d47b04fb8b146.tar.bz2 busybox-w32-339b8923130e38d7a68a9488ce2d47b04fb8b146.zip |
Updated e-mail address of Pavel Roskin to proski@gnu.org
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -50,11 +50,11 @@ | |||
50 | * Makefile intelligence updates | 50 | * Makefile intelligence updates |
51 | * Changed the way init parses /etc/inittab entries to avoid problems | 51 | * Changed the way init parses /etc/inittab entries to avoid problems |
52 | with commands that contain colons in them. Fix thanks to | 52 | with commands that contain colons in them. Fix thanks to |
53 | Pavel Roskin <pavel_roskin@geocities.com> | 53 | Pavel Roskin <proski@gnu.org> |
54 | * Fixed a warning in utility.c due to char being unsigned on Linux/PPC, | 54 | * Fixed a warning in utility.c due to char being unsigned on Linux/PPC, |
55 | Fix thanks to Pavel Roskin <pavel_roskin@geocities.com> | 55 | Fix thanks to Pavel Roskin <proski@gnu.org> |
56 | * Made "killall" complain (not error and exit) about processes that it | 56 | * Made "killall" complain (not error and exit) about processes that it |
57 | cannot find by name -- Pavel Roskin <pavel_roskin@geocities.com> | 57 | cannot find by name -- Pavel Roskin <proski@gnu.org> |
58 | * Fixed more and ps to have sensible terminal width defaults, thanks | 58 | * Fixed more and ps to have sensible terminal width defaults, thanks |
59 | to Pavel Roskin. | 59 | to Pavel Roskin. |
60 | * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. | 60 | * Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin. |
@@ -116,7 +116,7 @@ | |||
116 | * Added echo and test (from me). | 116 | * Added echo and test (from me). |
117 | * Added usleep contributed by Nicolas Pitre <nico@cam.org> | 117 | * Added usleep contributed by Nicolas Pitre <nico@cam.org> |
118 | * BusyBox's bss size has been majorly reduced (was 384668, is now 28740). | 118 | * BusyBox's bss size has been majorly reduced (was 384668, is now 28740). |
119 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 119 | * Several fixes from Pavel Roskin <proski@gnu.org>: |
120 | - When `tail' fails to open a file it now exits. | 120 | - When `tail' fails to open a file it now exits. |
121 | - When `syslogd' is given the `-n' option it should still use | 121 | - When `syslogd' is given the `-n' option it should still use |
122 | fork() for running klogd. | 122 | fork() for running klogd. |
@@ -141,7 +141,7 @@ | |||
141 | - mv now attempts to do a rename, and will fall back to doing | 141 | - mv now attempts to do a rename, and will fall back to doing |
142 | a copy only if the rename fails. | 142 | a copy only if the rename fails. |
143 | - Syslogd now supports multiple concurrent connections | 143 | - Syslogd now supports multiple concurrent connections |
144 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 144 | * Several fixes from Pavel Roskin <proski@gnu.org>: |
145 | - Fixes to sort. Removed "-g", fixed and added "-r" | 145 | - Fixes to sort. Removed "-g", fixed and added "-r" |
146 | - Fixes to the makefile for handling "strip" | 146 | - Fixes to the makefile for handling "strip" |
147 | * An initial telnet implementation was added by | 147 | * An initial telnet implementation was added by |
@@ -251,7 +251,7 @@ | |||
251 | Randolph Chung <tausq@debian.org>. | 251 | Randolph Chung <tausq@debian.org>. |
252 | * cp could, when copying symlinks, change permissions of the | 252 | * cp could, when copying symlinks, change permissions of the |
253 | files pointed to by the symlinks. | 253 | files pointed to by the symlinks. |
254 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 254 | * Several fixes from Pavel Roskin <proski@gnu.org>: |
255 | - `chown' with 1 argument displayed the error incorrectly | 255 | - `chown' with 1 argument displayed the error incorrectly |
256 | - `fdflush', `length' and `printf' crashed if run without arguments | 256 | - `fdflush', `length' and `printf' crashed if run without arguments |
257 | - `fdflush' tried to flush itself using *argv | 257 | - `fdflush' tried to flush itself using *argv |