Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-22 | Move unzip.c uncompress.c from libbb to archiveal/libunarchive | Glenn L McGrath | |
2002-10-19 | Update dpkg to use new unarchive code | Glenn L McGrath | |
2002-10-19 | Fix exclude/include problem | Glenn L McGrath | |
2002-10-19 | Find a string in a list | Glenn L McGrath | |
2002-10-19 | Remove entries from the accept list as they are matched so we can determine ↵ | Glenn L McGrath | |
if any files that were specified in the list wernt found. | |||
2002-10-19 | Dont use absolute pathname (dunno why i did that), fix tar filename/stdin ↵ | Glenn L McGrath | |
problems | |||
2002-10-18 | Put bac kthe code that handles cases where a '-' wasnt specified prior to ↵ | Glenn L McGrath | |
the options. | |||
2002-10-18 | Fix an obvious thinko | Eric Andersen | |
-Erik | |||
2002-10-10 | last_patch61 from vodz: | Eric Andersen | |
New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. | |||
2002-10-06 | Fix segfault when testing if reaidng from stdin "-" | Glenn L McGrath | |
2002-09-30 | Vodz' last_patch57: | Eric Andersen | |
Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz | |||
2002-09-30 | Patch from Konstantin Isakov <ikm@pisem.net>: | Eric Andersen | |
In most cases, dirname returns the same argument it was given, so this code works nice, but there's one special case: when the name contains no dirname, it returns "." (stored statically in the body of itself), and we get a segfault in attempt to free() it. This patch fixes this problem. | |||
2002-09-30 | Save status so we know if to delete compressed file | Glenn L McGrath | |
2002-09-28 | Fix for using '-' as the filename when reading from stdin | Glenn L McGrath | |
2002-09-27 | Fix compress support and prevent a segfault | Glenn L McGrath | |
2002-09-26 | Fix simple define problem | Glenn L McGrath | |
2002-09-25 | Remove files made obsolete by new unarchiving code | Glenn L McGrath | |
2002-09-25 | New common unarchive code. | Glenn L McGrath | |
2002-09-17 | Modified so that it "works" for archs other than i386... arm in particular. | Manuel Novoa III | |
Also tried to clean up the logic a little, and ensure that read errors or invalid archives resulted in error returns. This could use a lot more work... Volunteers? | |||
2002-09-16 | Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip | Eric Andersen | |
error handling and prevent gunzip from hanging. | |||
2002-09-15 | Support for GNU style long filename and linknames | Glenn L McGrath | |
2002-08-26 | chmod on the NEW file | Glenn L McGrath | |
2002-08-24 | Reorganise, make it just one function, remove -v option it didnt work ↵ | Glenn L McGrath | |
properly anyway, dont setvbuf it doesnt make any difference in performance. | |||
2002-08-24 | Run through indent, use braces | Glenn L McGrath | |
2002-08-22 | replace some global const ints with defines | Glenn L McGrath | |
2002-08-22 | Specify cast | Glenn L McGrath | |
2002-08-22 | Remove duplicate variable definition | Glenn L McGrath | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-08-22 | Run through ident, fix comments | Glenn L McGrath | |
2002-08-22 | Run through indent, use /* */ style comments, change extern to static | Glenn L McGrath | |
2002-08-22 | Run through indent | Glenn L McGrath | |
2002-08-22 | Honour the USTAR prefix field, this enables a 155 byte path length plus the ↵ | Glenn L McGrath | |
normal 100 byte filename. The catch is gnu tar cannot create archives that use the prefix field, you need to use s-tar. | |||
2002-08-21 | Tar inlining, #if 0 out unused function | Aaron Lehmann | |
2002-08-13 | Enable support for the old tar header format, enable via menu's | Glenn L McGrath | |
2002-07-23 | Added tar -cz support (creating gzipped tar files without a gzip pipe) | Robert Griebl | |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | |
#49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. | |||
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | |
-Erik | |||
2002-06-23 | inline many functions that are only called once. saves about 300 bytes | Aaron Lehmann | |
on i386. also staticify most functions. | |||
2002-06-23 | remove cleanUpAndFail, and replace it with exit(). because that's what | Aaron Lehmann | |
it does unless srcMode was set, and srcMode is never set. | |||
2002-06-22 | Major revamp. I've been trying to clean up the code. the bzerror stuff | Aaron Lehmann | |
still needs major attention (i.e. removal). Removed references to uninitialized variables like progName, smallMode, noisy, etc. Remove functions and code for handling "small" decompression mode, since it is all unreachable. Remove total_{in,out}* counters - they are never used. Remove panic() function and assert_h and their uses because they are all for "should never happen" circumstances. Replace internal malloc/free wrappers with xmalloc and free. Remove conditional in if(foo)free(foo); situations. Remove bogus if (sizeof(int) != 4) { return BZ_CONFIG_ERROR; } (...etc...) code and code for handling BZ_CONFIG_ERROR. Someone should go through and change the applet to use well-defined types when appropriate - it expects sizeof(short)==2 && sizeof(int)==4. Until this commit these were explicitly checked for, and the applet would exit if these types were not the right size. (I think this is wrong even as an interim solution.) With gcc 3.1 reduces size of binary on i386-linux by about 700 bytes. Lightly tested. | |||
2002-05-29 | Patch from Randolfe Averty to fixup package conflict checks, cleanup some ↵ | Glenn L McGrath | |
memory leaks and reorganise dependency checking. Some further memory leaks fixed by me. | |||
2002-05-19 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) [the cvs add for this file got lost somehow...] | |||
2002-05-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||
2002-05-15 | gunzip'ing many files to stdout works now | Robert Griebl | |
Fixed a missing initialisation and made a for loop more readable. | |||
2002-05-15 | Don't delete source file when decompressing to stdout | Robert Griebl | |
This is the normal GNU gunzip behaviour | |||
2002-04-29 | * archival/gunzip.c (gunzip_file): New. | Matt Kraai | |
(gunzip_main): Handle no arguments correctly. | |||
2002-04-15 | * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard | Matt Kraai | |
output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New. | |||
2002-04-13 | Rework per how I did things in version in 0.60.3 so it can | Eric Andersen | |
properly uncompress multiple files now. -Erik | |||
2002-04-13 | Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for | Eric Andersen | |
better tape drive support in tar/cpio by using an intervening pipe... | |||
2002-04-13 | Update some missing copyright notices | Eric Andersen | |