Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | |
bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||
2006-04-10 | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-10-10 | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | |
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. | |||
2005-10-07 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵ | Bernhard Reutner-Fischer | |
ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later). | |||
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger | |
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. | |||
2005-03-02 | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III | |
in the 2nd and later headers. But this and gunzip really need to be rewritten. | |||
2005-02-11 | Takeharu KATO writes: | Eric Andersen | |
Hi, I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source in the busybox. This is caused by changing gcc's error handling behavior( The gcc check the function prototype more strictly). I show the compilation log as follow: -- compilation log -- compilation log To fix the problem, apply the patch which is attached with this mail. Please take a look the patch and apply the patch into svn repository. | |||
2004-12-17 | Minor in-passing crapectomy. | Rob Landley | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-11-14 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | |
Hi Glenn. I analysed BSS size gzip applet and found may be mistake: updcrc() checking if (crc_table_empty) but not resetted this var. This do make slow gzip applet ;-) --w vodz | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-28 | Use error_msg instead of printf(stderr | Glenn L McGrath | |
2002-08-22 | Remove duplicate variable definition | Glenn L McGrath | |
2002-08-22 | Run through indent | Glenn L McGrath | |
2002-03-22 | * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use | Matt Kraai | |
error_msg to display the error message. | |||
2002-02-05 | * archival/gzip.c (ifname, ofname): Delete. | Matt Kraai | |
(gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New. | |||
2002-02-05 | * archival/gzip.c (gzip_main): Display usage if given multiple files. | Matt Kraai | |
2001-12-06 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | |
binary size. | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-10-18 | Scrub up some function prototypes. | Eric Andersen | |
-Erik | |||
2001-08-22 | Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k | Eric Andersen | |
from gzip by careful optimization. Appears to work just fine (I've tested the changes on x86, ARM, and powerpc). | |||
2001-07-30 | If filename is a '-' then read from stdin to stdout | Glenn L McGrath | |
2001-07-02 | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of | Eric Andersen | |
portability junk from gzip.c, making it a zillion times more readable. | |||
2001-05-07 | Tolerate -q argument, if -q is passed give a warning and continue rather ↵ | Glenn L McGrath | |
than just fail | |||
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | |
This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||
2001-04-18 | Eliminate spurious warning, convert to getopt, and eliminate redundant check. | Matt Kraai | |
2001-04-11 | Gzip is indepenedent of gunzip | Glenn L McGrath | |
2001-04-11 | Move unzip, gz_open, gz_close to libbb | Glenn L McGrath | |
2001-03-28 | Add functions that were shared with gunzip.c, gunzip about to change. | Glenn L McGrath | |
2001-03-21 | Clean up more local vars which shadow globals | Eric Andersen | |
-Erik | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai | |
2000-12-13 | Add GNU compatibile gzip -d | Eric Andersen | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-11-08 | Move flush_outbuf to the file in which it is used, and by doing so fix a | Matt Kraai | |
nasty error dealing with two different variables with the same name. | |||
2000-11-07 | Cleanup of duplicated symbols -- found by compiling with | Eric Andersen | |
LDFLAGS += -Wl,-warn-common | |||
2000-10-23 | Fix error messages. | Matt Kraai | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-09-01 | Sigh. Seems I screwed up last time. This fixed detecting | Eric Andersen | |
when on a console or not, and make default behavior compatible with GNU gzip... -Erik |