summaryrefslogtreecommitdiff
path: root/coreutils/uuencode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-9/+0
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-1/+1
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-0/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-0/+244