aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-03Removed REG_NEWLINE from regcomp to fix the same bug found in grep where itMark Whitley
would not match blank lines (bug #1064). Followed Matt Kraii's suit on his 1.42 revision of grep. Tested it, works.
2000-11-03Now, what was that logic block doing up there?Mark Whitley
2000-11-03Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley
a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat).
2000-11-02Warning cleanup from Gennady FeldmanEric Andersen
-Erik
2000-10-30Fix uname problem that was breaking poweroff.Eric Andersen
2000-10-29This was redundantEric Andersen
2000-10-28Make fbset compile with the readmode feature by pulling defs from fb.h.Matt Kraai
2000-10-28Make features independent.Matt Kraai
2000-10-28We also need to declare info if the USERNAMES feature is enabled.Matt Kraai
2000-10-27Add in -lgcc to add needed symbold when linking vs uclibc.Eric Andersen
2000-10-27Oops. I never committed this. Update version to 0.48pre...Eric Andersen
2000-10-26Silence a warning,Eric Andersen
2000-10-26This was broken when applets moved to applets.h. Fix it.Eric Andersen
2000-10-25Fixed error handling and TRUE/FALSE usage.Matt Kraai
2000-10-25Restore --help handling I mistakenly removed.Matt Kraai
2000-10-25Avoid reinventing the wheel (and thus save some space).Matt Kraai
2000-10-25Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai
uses, and other minor fixes.
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai
2000-10-25Clean up error handling and uses of TRUE/FALSE.Matt Kraai
2000-10-25Cleaned up error handling and uses of TRUE/FALSE.Matt Kraai
2000-10-25Cleaned up error message handling.Matt Kraai
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai
2000-10-25Fix for bug #1068 from Kent RobottiGlenn L McGrath
Call perror and exit instead of fatalError
2000-10-25Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley
to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h.
2000-10-23Fix error messages.Matt Kraai
2000-10-23Fix error message.Matt Kraai
2000-10-19Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley
2000-10-19Piss people off by removing [+-][0-9]+ options from tail.Matt Kraai
2000-10-16Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.Matt Kraai
2000-10-13Fix handling of ^$ by removing the newline from input lines and by notMatt Kraai
compiling with REG_NEWLINE.
2000-10-13Consolidate stat(2) and lstat(2) calls and error handling.Matt Kraai
2000-10-13Exit with failure status if we are unable to list any files orMatt Kraai
directories. Patch thanks to Kent Robotti <robotti@metconnect.com>.
2000-10-12Apply a patch from Matt Kraai to fix buffer overrun and convert toEric Andersen
using synamically allocated storage. -Erik
2000-10-12Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen
hostname do "--file" -Erik
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-10-09Patch from Matt Kraai so wc will return a proper error codeEric Andersen
when failing to open a file, and will not use file when it didn't open the file. -Erik
2000-10-09Fix a thinko. Patch from Justus Pendleton <justus@acm.org>Eric Andersen
2000-10-09Apply a patch from Matt Kraai:Eric Andersen
"The -L option to ls doesn't behave correctly for files listed explicitly on the command line, only those in directories that are listed. The appended patch fixes this problem. Would someone please commit it?" -Erik
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen
shouldn't give up entirely but instead continue processing the rest of its arguments. The attached patch does this."
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function ↵Glenn L McGrath
(fs_link) does the actual work.
2000-10-03Add a spiffy progress meter.Eric Andersen
-Erik
2000-10-02Try to guess an output filenameEric Andersen
2000-10-01Apply patch from Giulio Orsero <giulioo@pobox.com> to ensureEric Andersen
get_last_path_component is defined under all configurations, -Erik
2000-09-29General cleanup of comments, defines, includes, and global variables, ↵Glenn L McGrath
removed those that arent needed, grouped those remaining at the top. Re-ordered functions to the order they are called. Removed static crc table, it now generates the table once for itself. Results in source reduced by 40%, so it should be a lot easier to work on in the future, binary size only reduced by under 2KB though.
2000-09-28Fixes to allow compilation on systems with glibc 2.1.92Pavel Roskin
2000-09-28+ shortened main() a little, and a few aesthetic cleanups here & there.John Beppu
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
with cat.
2000-09-27Continue concatenating files even if we can't open one.Matt Kraai
2000-09-27Consolidate handling of some fopen failures.Matt Kraai
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai
minor problems.