aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - look at bb_applet_name. Should close bugs #892 and #893aldot2006-06-011-40/+40
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* - tito writes: this patch fixes some comments in dos2unix that are wrongaldot2006-03-181-4/+2
* Tito shrank dos2unix.landley2006-03-141-101/+37
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-1/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* Bernhard Fischer trimmed down dos2unix a bit.landley2005-09-011-45/+33
* Steve Grubb writes:andersen2004-05-051-1/+3
* Steve Grubb writes:andersen2004-05-051-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Major coreutils update.mjn32003-03-191-9/+11
* Little fix to avoid overflowandersen2002-07-031-1/+1
* Scrub things and ditch uint64_t and use a custom type nameandersen2001-08-221-7/+13
* Fix dos2unix compile problem with certain glibc versionsandersen2001-08-211-2/+2
* More libc5 fixupsandersen2001-08-021-0/+5
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-19/+57
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-241-1/+1
* Fix dos2unix/tr problem noted by Larry Doolittle.kraai2001-04-121-1/+1
* use tmpfile() and revert my previous changes... convert() belongs herebug12001-04-121-0/+84
* Move convert to libbbbug12001-04-121-91/+0
* Add in kent robotti's updated dos2unix.candersen2001-02-221-38/+144
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix missing header file.kraai2001-01-291-0/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.andersen2000-09-201-0/+45