Fix an obscure option parsing bug.
[oweals/busybox.git] / Changelog
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-14 Eric AndersenNote the syslogd bug fix
2000-09-14 Eric AndersenBug fix for wget, and proper attribution of Chip Rosent...
2000-08-22 Eric AndersenNote the chmod fix.
2000-08-21 Eric AndersenAdded the 'rdate' command, thanks to Sterling Huxley...
2000-08-21 Eric Andersenlsmod now uses the query_module syscall, rather then...
2000-08-11 Eric AndersenAdd optional ls file sorting, thanks to a patch from
2000-07-31 Eric AndersenCommit the rewrite of tail by Allen Soard
2000-07-24 Pavel Roskinchroot can now call the builtin shell
2000-07-21 Eric AndersenAdded 'renice' command, thanks to Dave Cinege <dcinege...
2000-07-21 Eric AndersenBump version number.
2000-07-20 Eric Andersen* syslogd can now log messages to a remote host --...
2000-07-11 Eric AndersenFinal update for the release.
2000-07-11 Eric AndersenMore changelog updates
2000-07-11 Mark WhitleyAdded changelog entries for grep/sed/regex changes.
2000-07-11 Eric AndersenSome changelog updates.
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-07 Eric AndersenRemoved sfdisk from BusyBox. It was buggy, fat, and...
2000-07-07 Eric AndersenRecognize Matt's poweroff fix.
2000-07-06 Eric Andersen* Fixed tar creation support when reading from stdin...
2000-07-06 Eric AndersenFixed backspace and delete so they work properly again...
2000-07-06 Eric AndersenComment on kill.c change.
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-07-04 Eric AndersenA first pass at integrating the SGML docs into the...
2000-07-03 Eric AndersenAdded support for ignoring '-g' per GNU ls, thanks...
2000-06-29 Eric AndersenAdded support for being a login shell, so things like...
2000-06-28 Eric Andersen* Fixed a _horrible_ bug where 'tar -tvf' could unlink
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-26 Eric Andersen* Fixed insmod module option parsing for options lackin...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-22 Eric AndersenFix version #
2000-06-21 Eric AndersenBump version number to 0.45
2000-06-21 Eric AndersenMore doc updates.
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-20 Pavel RoskinUpdated e-mail address of Pavel Roskin to proski@gnu.org
2000-06-19 Eric AndersenMention libc support, Pavel's rm fix is already merged.
2000-06-15 Pavel Roskinln: fixed command line parser. Added support for "--"
2000-06-14 Eric AndersenIntegrate Tomi Ollila's telnet. Costs 3k. :)
2000-06-14 Pavel RoskinFixed "rm foo" that had been broken while implementing...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-13 Eric AndersenFix a bug pointed out by Michal Jaegermann <michal...
2000-06-13 Eric AndersenGive beppu credit for fixing grep "Line too long" bug.
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-06-12 John Beppu+ updated docs to reflect math's filter capabilities.
2000-06-09 Eric Andersen* Fixed a small bug that could cause tar to emit warnin...
2000-06-08 Eric AndersenFormatting change.
2000-06-07 Pavel RoskinSyslogd will not go to background if "-n" is given...
2000-06-07 Pavel RoskinImplemented "ping -s", fixed error messages and argumen...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Pavel RoskinFixed exit status for killall
2000-06-06 Pavel Roskin"mount" now reports errors from nfsmount() and assumes...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-05 Pavel Roskin"which" rewritten to use stat(). Fixes to improve its...
2000-06-04 Eric AndersenThis patch
2000-06-02 Eric AndersenPavel fixed a segfault in yes.
2000-06-02 Eric AndersenNote the addition of ar.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-31 Eric AndersenMore stuff.
2000-05-31 Eric AndersenMinor doc fix. Added several bugs to the todo list...
2000-05-30 Eric AndersenFixed tar option parsing segfault, and make "tar xv...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-10 Erik AndersenAdd suffix stripping support to basename
2000-05-05 Erik AndersenDoc updates
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenDocument tr change
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenFoo
2000-04-28 Erik AndersenFix changelog
2000-04-28 Erik AndersenFix stupid bugs. update was segfaulting. mknod minor...
2000-04-25 Erik AndersenSeveral more updates
2000-04-24 John Beppu+ grep -v # yay!
2000-04-19 Erik Andersenmake ps accept (and ignore) all options (--help works...
2000-04-18 Erik AndersenReally fix the killall segfault this time.
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-09 Erik AndersenThis makes tar work perfectly, and adds in "--exclude...
2000-04-06 Erik AndersenUse gcc -E instead of cpp to enhance portability for...
2000-04-04 Erik Andersenusleep contributed by Nicolas Pitre <nico@cam.org>
2000-04-04 Erik AndersenMinor structural change to allow core dumping(or not...
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-16 Erik AndersenMajor build system updates...
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-03-07 Erik AndersenWrote killall.
2000-03-06 Erik AndersenFixed a bug where "sed 's/foo/bar/g'" (i.e. a script...
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-05 Erik AndersenWrote uptime. Doesn't use /proc. :)
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
2000-02-21 Erik AndersenUpdate the changelog
next