Accomodate older glibc, which also lacks the module syscalls
[platform/upstream/busybox.git] / uuencode.c
2001-07-29 Glenn L McGrathFix permisions when reading from stdin
2001-07-29 Glenn L McGrathFix broken logic when wraping encoded data into rows...
2001-07-28 Glenn L McGrathThe src buffer size has to be a multiple of 3 (as i...
2001-07-28 Glenn L McGrathRewrite based on wget uuencode function.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...