aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-11-30Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONTandersen1-0/+31
for wierd situations when people want init to actualy stop doing anything for a while... git-svn-id: svn://busybox.net/trunk/busybox@3821 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-30Add in a 'time' applet. Adds 4.5k.andersen4-0/+513
-Erik git-svn-id: svn://busybox.net/trunk/busybox@3819 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-29gunzip was incorrectly reporting a failed crc and length (discovered bybug13-0/+24
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field. git-svn-id: svn://busybox.net/trunk/busybox@3815 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-27Add space before module name (noted by Ron Yorston).kraai1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@3814 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21Minor space saving improvmentsbug11-29/+33
git-svn-id: svn://busybox.net/trunk/busybox@3771 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21When just counting chars of a file stat file instead of reading the whole ↵bug11-4/+8
file (Fixes Debian bug #103302) git-svn-id: svn://busybox.net/trunk/busybox@3770 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21woops. dotn pass NULLbug11-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@3769 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21Simplify print function, prints an extra space if no filename, but saves 4 bytesbug11-13/+10
git-svn-id: svn://busybox.net/trunk/busybox@3768 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21Use enums for selected functionality, Reduce the size by nearly 100 Bytesbug11-13/+21
git-svn-id: svn://busybox.net/trunk/busybox@3767 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-11-21Fix dangling commaandersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@3766 69ca8d6d-28ef-0310-b511-8ec308f3f277