aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Another attempt at untangling the logic so the compiler can follow it and notRob Landley2006-09-231-24/+23
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley2006-09-221-1/+1
* - silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer2006-09-211-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-2/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-7/+2
* Remove code that can't be reached.Rob Landley2006-07-311-3/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Glenn gave permission for GPLv2 "or later".Rob Landley2006-04-171-14/+3
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* more better for me signed<->unsigned and the const keyword usage"Vladimir N. Oleynik"2006-01-311-3/+3
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-5/+5
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-2/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Rewrite, 800+ bytes smaller and more robust.Glenn L McGrath2003-11-061-330/+178
* Major coreutils update.Manuel Novoa III2003-03-191-13/+13
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-2/+2
* Fixup the location of pwd.h and grp.hEric Andersen2001-10-241-2/+2
* Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen2001-08-021-8/+2
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-3/+12
* 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-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-10/+10
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+4
* 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-2/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-12/+12
* 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-31/+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-2/+2
* 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/+350