summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2012-03-05uuencode: tweak help textDenys Vlasenko1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-31base64: new appletDenys Vlasenko2-6/+76
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-26uuencode: shrinkDenis Vlasenko4-42/+31
2007-06-04uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko3-28/+56
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-03uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko7-84/+105
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley12-25/+26
2006-01-31more better for me signed<->unsigned and the const keyword usage"Vladimir N. Oleynik"2-8/+8
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen9-26/+28
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2004-01-26Pascal Brisset writes:Eric Andersen2-3/+3
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-06Fixup buffer allocationEric Andersen1-4/+6
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen11-16/+26
2002-05-01fix and shrink uuencodeTim Riker2-55/+25
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-07-29Fix permisions when reading from stdinGlenn L McGrath2-2/+2
2001-07-29Fix broken logic when wraping encoded data into rows, also simplifies it a bitGlenn L McGrath2-42/+26
2001-07-28The src buffer size has to be a multiple of 3 (as i noted, but didnt do).Glenn L McGrath2-2/+2
2001-07-28Rewrite based on wget uuencode function.Glenn L McGrath2-438/+340
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen15-113/+174
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen12-234/+356
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-12Always report the applet name when doing error reporting.Matt Kraai42-144/+141
2000-07-09More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen14-12/+34
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-06-13Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen16-10/+3318