summaryrefslogtreecommitdiff
path: root/dos2unix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Scrub things and ditch uint64_t and use a custom type nameEric Andersen2001-08-221-7/+13
| | | | to avoid C lib compatibility problems.
* Fix dos2unix compile problem with certain glibc versionsEric Andersen2001-08-211-2/+2
|
* More libc5 fixupsEric Andersen2001-08-021-0/+5
| | | | -Erik
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-251-19/+57
| | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik
* 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
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* 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
| | | | -Erik
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-0/+45
-Erik