Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen | 2001-08-22 | 1 | -7/+13 |
| | | | | to avoid C lib compatibility problems. | ||||
* | Fix dos2unix compile problem with certain glibc versions | Eric Andersen | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | More libc5 fixups | Eric Andersen | 2001-08-02 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen | 2001-07-25 | 1 | -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 Andersen | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath | 2001-04-12 | 1 | -0/+84 |
| | |||||
* | Move convert to libbb | Glenn L McGrath | 2001-04-12 | 1 | -91/+0 |
| | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -38/+144 |
| | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -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 work | Eric Andersen | 2001-02-14 | 1 | -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 Kraai | 2001-01-29 | 1 | -0/+1 |
| | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | 2000-09-20 | 1 | -0/+45 |
-Erik |