aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* - look at bb_applet_name. Should close bugs #892 and #893Bernhard Reutner-Fischer2006-06-011-40/+40
| | | | also restructure code a bit so the fix only adds 1 byte..
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
|
* - tito writes: this patch fixes some comments in dos2unix that are wrongBernhard Reutner-Fischer2006-03-181-4/+2
| | | | or that reports non existent features (that i've ripped out...)
* Tito shrank dos2unix.Rob Landley2006-03-141-101/+37
|
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-1/+2
|
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
| | | | getopt.h, whitespace changes, typos, etc.
* Bernhard Fischer trimmed down dos2unix a bit.Rob Landley2005-09-011-45/+33
|
* Steve Grubb writes:Eric Andersen2004-05-051-1/+3
| | | | | | | | | | | Hi, I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in dos2unix.c . tempFn is BUFSIZ so the last addressable spot it BUFSIZ-1. The loop increments by 2. That's why it should be BUFSIZ-3. Best Regards, Steve Grubb
* Steve Grubb writes:Eric Andersen2004-05-051-1/+1
| | | | | | | | | | | Hello, I found and patched 2 more bugs. The first is a misplaced semi-colon. The second one is a buffer overflow. I doubt the buffer overflow is triggered in real life. But you never know what those wily hackers are up to. Thanks, Steve Grubb
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Major coreutils update.Manuel Novoa III2003-03-191-9/+11
|
* Little fix to avoid overflowEric Andersen2002-07-031-1/+1
|
* 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