aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-16make sure we add the local dir to the include pathMike Frysinger1-1/+1
2005-05-15Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley1-17/+13
and replaced the use of system() (and resulting security implications).
2005-05-14Add automatic umount support to eject command. Patch from Tito,Rob Landley3-34/+24
with tweaks from Mike Frysinger and Rob Landley. Note: this will still fail to umount a path that contains an ' or \ character. Is it worth the extra size to filter for that?
2005-05-13as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger1-1/+1
2005-05-13blah, forgot to save last time to fix whitespacingMike Frysinger1-1/+1
2005-05-13remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger1-40/+38
2005-05-12use a bunch of if statements since it is a few bytes smaller than a switch; ↵Mike Frysinger1-20/+16
also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :(
2005-05-12err, added 2 to the wrong var :) also touchup the option detection to shrink ↵Mike Frysinger1-14/+8
size
2005-05-12fix segfault if user only specifies 1 fileMike Frysinger1-1/+1
2005-05-12update usage to match actual behaviorMike Frysinger1-2/+2
2005-05-12fix whitespace/coding styleMike Frysinger1-27/+28
2005-05-12add missing comm.o ruleMike Frysinger1-0/+1
2005-05-12whitespace touchupsMike Frysinger1-68/+67
2005-05-11This makefile was a mess. Fix it to work as intended.Eric Andersen1-11/+11
-Erik
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley5-0/+177
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger5-32/+352
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵Mike Frysinger11-12/+13
(BB_GETOPT_ERROR)
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger7-178/+112
2005-05-11now that mjn3 explained it to me, add documentation for the 3rd field in ↵Mike Frysinger1-5/+12
long opts
2005-05-10Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by RobRob Landley1-2/+16
Landley to remove an #ifdef and move another one out of the flow of code.
2005-05-10add documentation for long options and touch up the current docs now that i ↵Mike Frysinger1-39/+62
actually understand how to use the function myself :)
2005-05-09import more libs to prep for new e2fsprogsMike Frysinger30-0/+5277
2005-05-09import ext2fs lib to prep for new e2fsprogsMike Frysinger82-0/+17575
2005-05-09no longer appliesMike Frysinger1-4/+0