summaryrefslogtreecommitdiff
path: root/coreutils/uuencode.c (follow)
Commit message (Collapse)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
| | | | yet more incorrect types
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
| | | | getopt.h, whitespace changes, typos, etc.
* Pascal Brisset writes:Eric Andersen2004-01-261-1/+1
| | | | | | | | | | uuencode fails to encode binary data because it right-shifts bytes as signed chars and keeps the duplicated sign bits. The original base64_encode() from wget/http.c is broken as well, but it is only used to encode ascii data. -- Pascal
* 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
| | | | -Erik
* 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
| | | | -Erik
* 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
| | | | | Saves aprox. 200 Bytes and in future can use common code between this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined.
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-3/+3
| | | | namespace polluting things that really should be static.
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* 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
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-1/+0
| | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
* 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
| | | | compliant with the style guide. Everybody rebuild your tags file!
* 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
| | | | the advertising clause has been retroactivly declared null and void.
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* 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
| | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-0/+244
-Erik