summaryrefslogtreecommitdiff
path: root/dos2unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Scrub things and ditch uint64_t and use a custom type nameEric Andersen2001-08-221-7/+13
* Fix dos2unix compile problem with certain glibc versionsEric Andersen2001-08-211-2/+2
* More libc5 fixupsEric Andersen2001-08-021-0/+5
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-251-19/+57
* Fix up some signed char vs int issues that show up on powerpc.Eric Andersen2001-05-241-1/+1
* Fix dos2unix/tr problem noted by Larry Doolittle.Matt Kraai2001-04-121-1/+1
* use tmpfile() and revert my previous changes... convert() belongs hereGlenn L McGrath2001-04-121-0/+84
* Move convert to libbbGlenn L McGrath2001-04-121-91/+0
* Add in kent robotti's updated dos2unix.cEric Andersen2001-02-221-38/+144
* 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
* Fix missing header file.Matt Kraai2001-01-291-0/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-0/+45