- 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
- 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
- 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
- 1350666 Add -p support. by Matt Kraai · 23 years ago
- 5171bf6 SUSv2 specifies that if the extension is identical to the basename, it by Matt Kraai · 23 years ago
- 5944396 Scrub things and ditch uint64_t and use a custom type name by Eric Andersen · 23 years ago
- c61804e Fix dos2unix compile problem with certain glibc versions by Eric Andersen · 23 years ago
- d0b5be6 Remove BB_SH define entirely. by Matt Kraai · 23 years ago
- 2338d31 Use ferror(3) to check for errors, rather than inspecting errno. Thanks to by Matt Kraai · 23 years ago
- 0b7d70c Fix up some silly messups with the debian packaging, and a dumb by Eric Andersen · 23 years ago
- be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
- 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
- b6071b6 Fix permisions when reading from stdin by Glenn L McGrath · 23 years ago
- eba2605 Fix broken logic when wraping encoded data into rows, also simplifies it a bit by Glenn L McGrath · 23 years ago
- 4e664ac The src buffer size has to be a multiple of 3 (as i noted, but didnt do). by Glenn L McGrath · 23 years ago
- 089deca Rewrite based on wget uuencode function. by Glenn L McGrath · 23 years ago
- 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- 5552208 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim by Eric Andersen · 23 years ago
- 91b8460 Cleanup from vodz by Eric Andersen · 23 years ago
- 5a4a46a Patch from vodz to support 'tr a-z A-Z' syntax. by Eric Andersen · 23 years ago
- 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
- 7e51679 Pad the human readable output for 'ls -sh' to 6 chars, since we will by Eric Andersen · 23 years ago
- 8fa1bf7 Fix a silly logic error which caused symlinks to be printed twice, and by Eric Andersen · 23 years ago
- 8f01839 Fixed scaling problems involving make_human_readable_str. by Manuel Novoa III · 23 years ago
- a77cfbf ls -s was reporting bytes instead of blocks. by Manuel Novoa III · 23 years ago
- db15cb7 A really nice patch from Manuel Novoa III for compile time by Eric Andersen · 23 years ago
- a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
- ce98c19 A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> by Eric Andersen · 23 years ago
- 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
- e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
- 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 23 years ago
- 8b7a0d8 Some more patchelttes from Larry Doolittle. by Mark Whitley · 23 years ago
- 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 23 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
- 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
- b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 23 years ago
- 6943815 Fix applet_name. by Matt Kraai · 23 years ago
- bc0f783 Fix invocation of builtin shell to have proper argc and argv. by Matt Kraai · 23 years ago
- 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
- c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
- 2b02ab9 This patch from Lars Kellogg-Stedman, fixes the behavior of by Eric Andersen · 23 years ago
- eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 23 years ago
- 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 23 years ago
- de0ca0c Silence cut so it doesn't whine during compilation by Eric Andersen · 24 years ago
- 04b0354 Patch from Vladimir to use last_char_is to simplify du.c by Eric Andersen · 24 years ago
- 8f3e51b Patch from Vladimir to remove testing stuff from stty by Eric Andersen · 24 years ago
- 2e6c878 Rewrite -c and -b processing to shrink code and eliminate buffer overrun. by Matt Kraai · 24 years ago
- 6689140 Remove summary header. Not present in GNU or SUSv2. by Matt Kraai · 24 years ago
- 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
- 65504ac These do not need initial values. Let them live in the bss. -Erik by Eric Andersen · 24 years ago
- 6aabfd5 Fix handling of permission addition and removal (e.g., o-r). by Matt Kraai · 24 years ago
- ca85cdb Doh. I never allocated storate for the struct stat I am using. by Eric Andersen · 24 years ago
- 468f504 Fix handling of -R flag. by Matt Kraai · 24 years ago
- c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
- 3c3277f As Larry pointed out, this the off by one canbe fixed much more elegantly. by Eric Andersen · 24 years ago
- 30592a5 Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debian.org> by Eric Andersen · 24 years ago
- 207587a Applied patch from I.Q. to add -s to cmp. by Mark Whitley · 24 years ago
- c57a75d Larry noticed that chown and chgrp has the version numbers off a bit by Eric Andersen · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
- 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 24 years ago
- 0144103 Use generic flag names. by Matt Kraai · 24 years ago
- 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
- 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 24 years ago
- 3ce7933 Fix buffer underrun noted and solved by Larry Doolittle. by Matt Kraai · 24 years ago
- fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 24 years ago
- 6e808ca Changed line[strlen(line) - 1] = '\0'; to chomp(line); by Mark Whitley · 24 years ago
- 3828dbe Applied patch from I.Q. to fix problem with sort -n. by Mark Whitley · 24 years ago
- 4a2e463 Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> -Erik by Eric Andersen · 24 years ago
- 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 24 years ago
- a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 24 years ago
- 50b787c Move convert to libbb by Glenn L McGrath · 24 years ago
- ed897e5 Vladimir's patch to reverse previous patch by Glenn L McGrath · 24 years ago
- e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
- 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 24 years ago
- 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 24 years ago
- c835567 Fix ls so it uses make_human_readable_str() the same way already by Eric Andersen · 24 years ago
- 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 24 years ago
- f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 24 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
- 8269396 Simpify detection of no options. by Eric Andersen · 24 years ago
- 7ef54de locale correction patch from Vladimir by Eric Andersen · 24 years ago
- cc165b9 Should exclude "i" option when not enabled. by Eric Andersen · 24 years ago
- 00b0496 Doesn't need a "-" option -- getopt does that for us. by Eric Andersen · 24 years ago
- 16f7015 Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE by Eric Andersen · 24 years ago
- 7c25441 getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work by Eric Andersen · 24 years ago
- f6ba2da Credited Christophe Boyaniqu for interactive patch to rm. by Mark Whitley · 24 years ago