PArtial Changelog update. I'm still on vacation (I'm at a campground
[oweals/busybox.git] / include /
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathUpdate dpkg usage
2001-07-14 Glenn L McGrathenum entry for unarchive to be used by tar
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...
2001-07-06 Eric AndersenFix a stupid bug revealed by multibuild.pl
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Matt KraaiRemove obsolete function declaration.
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Matt KraaiRemove documentation of unsupported sed options.
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-08 Matt KraaiAdd padding to struct sysinfo needed by m68k (note...
2001-06-03 Glenn L McGrathRemove space between ar options
2001-06-03 Glenn L McGrathCorrect ar options
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-22 Eric AndersenIt turns out the descriptions of both dos2unix and...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenA couple more minor touchups
2001-05-21 Eric AndersenSeveral cleanups for usage messages
2001-05-21 Eric AndersenPatch from Gernot Poerner <gp@it-netservice.de>. Adds in
2001-05-18 Eric AndersenFix an escape problem in the docs. Some \n's didn...
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenPatch from Adam Heath <doogie@debian.org> to add arbitr...
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenFix the chown usage text, also thanks to Lars Kellogg...
2001-05-11 Matt KraaiFix env usage information.
2001-05-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
2001-04-30 Eric AndersenOops. I was a bit too hasty and also changed applet_name.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese messages can be .rodata, so make them even more...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Mark WhitleyRemoved obsoleted BB_FEATURE_RM_INTERACTIVE
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-04-25 Mark Whitleylibbb.h now includes ../busybox.h. This way, files...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
2001-04-24 Matt KraaiUse generic flag names.
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-20 Mark WhitleyApplied patch from Larry Doolittle to give users the...
2001-04-18 Eric AndersenAdd types for the inline funcs, thanks to Ralph Siemsen...
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-17 John Beppu- usage.h
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathDocument new dpkg-deb funtions
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathChange size to unsinged long long, so if -1 is passed...
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-04 Eric AndersenSeems that stupid libc5 doesn't implement daemon()...
2001-04-04 Eric AndersenI said no new features till after the 0.51 release...
2001-04-03 Eric AndersenA patch from Matt Kraai that adds a new 'shutdown'...
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
2001-03-28 Matt KraaiPatch bass ackwards behavior of hr flag.
2001-03-27 Matt KraaiChange BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_US...
2001-03-27 Mark WhitleyIn fact, socklen_t *is* defined by libc5.
2001-03-20 Mark WhitleyAdded adjtimex applet from Larry Doolittle.
2001-03-20 Eric Andersenchown was missing a ] in its usage msg
2001-03-19 Eric AndersenPatch from Vladimir to move struct applet from busybox...
2001-03-19 Eric AndersenSplit error messages into separate files.
2001-03-16 Eric AndersenStupid thinko. egrep tried to call init. Sigh. Fix...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
next