summaryrefslogtreecommitdiff
path: root/coreutils/uuencode.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-3/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* uuencode: tweak help textDenys Vlasenko2012-03-051-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+14
* base64: new appletDenys Vlasenko2010-08-311-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* uuencode: shrinkDenis Vlasenko2007-06-261-37/+25
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-041-4/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-5/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko2006-09-031-60/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-3/+1
* more better for me signed<->unsigned and the const keyword usage"Vladimir N. Oleynik"2006-01-311-5/+5
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
* Pascal Brisset writes:Eric Andersen2004-01-261-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-20/+18
* Fixup buffer allocationEric Andersen2002-12-061-4/+6
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-111-1/+2
* fix and shrink uuencodeTim Riker2002-05-011-55/+23
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Fix permisions when reading from stdinGlenn L McGrath2001-07-291-1/+1
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitGlenn L McGrath2001-07-291-21/+13
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).Glenn L McGrath2001-07-281-1/+1
* Rewrite based on wget uuencode function.Glenn L McGrath2001-07-281-219/+170
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-1/+0
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-5/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-3/+3
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+3
* Remove the BSD advertising clause, and replace it with a link to howEric Andersen2000-11-141-32/+36