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 | |
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
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | Changelog | 12 | ||||
-rw-r--r-- | docs/busybox.pod | 4 |
3 files changed, 9 insertions, 9 deletions
@@ -40,7 +40,7 @@ Glenn McGrath <bug1@netconnect.com.au> | |||
40 | Bruce Perens <bruce@pixar.com> | 40 | Bruce Perens <bruce@pixar.com> |
41 | Original author of BusyBox. His code is still in many apps. | 41 | Original author of BusyBox. His code is still in many apps. |
42 | 42 | ||
43 | Pavel Roskin <pavel_roskin@geocities.com> | 43 | Pavel Roskin <proski@gnu.org> |
44 | Lots of bugs fixes and patches. | 44 | Lots of bugs fixes and patches. |
45 | 45 | ||
46 | Linus Torvalds <torvalds@transmeta.com> | 46 | Linus Torvalds <torvalds@transmeta.com> |
@@ -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 |
diff --git a/docs/busybox.pod b/docs/busybox.pod index a43ebaf44..8b1b7155f 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -2003,7 +2003,7 @@ Bruce Perens <bruce@perens.com> | |||
2003 | 2003 | ||
2004 | =for html <br> | 2004 | =for html <br> |
2005 | 2005 | ||
2006 | Pavel Roskin <pavel_roskin@geocities.com> | 2006 | Pavel Roskin <proski@gnu.org> |
2007 | 2007 | ||
2008 | =for html <br> | 2008 | =for html <br> |
2009 | 2009 | ||
@@ -2021,4 +2021,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2021 | 2021 | ||
2022 | =cut | 2022 | =cut |
2023 | 2023 | ||
2024 | # $Id: busybox.pod,v 1.42 2000/06/16 19:56:44 andersen Exp $ | 2024 | # $Id: busybox.pod,v 1.43 2000/06/20 00:11:07 proski Exp $ |