summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko1-5/+7
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko1-9/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin7-16/+17
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich10-13/+31
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-17dos2unix: fix the case w/o parametersDenys Vlasenko1-1/+1
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2-16/+18
2008-03-17dos2unix: tiny shrinkDenis Vlasenko8-207/+203
2008-02-17dos2unix: shrinkDenis Vlasenko1-27/+12
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko3-55/+26
2007-08-16whitespace fixes, no code changesDenis Vlasenko9-99/+101
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-01- look at bb_applet_name. Should close bugs #892 and #893Bernhard Reutner-Fischer1-40/+40
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-03-18- tito writes: this patch fixes some comments in dos2unix that are wrongBernhard Reutner-Fischer1-4/+2
2006-03-14Tito shrank dos2unix.Rob Landley1-101/+37
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"11-33/+34
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-01Bernhard Fischer trimmed down dos2unix a bit.Rob Landley1-45/+33
2004-05-05Steve Grubb writes:Eric Andersen1-1/+3
2004-05-05Steve Grubb writes:Eric Andersen2-3/+3
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-03Little fix to avoid overflowEric Andersen1-1/+1
2001-08-22Scrub things and ditch uint64_t and use a custom type nameEric Andersen2-14/+26
2001-08-21Fix dos2unix compile problem with certain glibc versionsEric Andersen2-4/+4
2001-08-02More libc5 fixupsEric Andersen9-102/+362
2001-07-25This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen5-89/+116
2001-05-24Fix up some signed char vs int issues that show up on powerpc.Eric Andersen8-16/+12
2001-04-12Fix dos2unix/tr problem noted by Larry Doolittle.Matt Kraai4-4/+4
2001-04-12use tmpfile() and revert my previous changes... convert() belongs hereGlenn L McGrath3-11/+180
2001-04-12Move convert to libbbGlenn L McGrath2-182/+0
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen7-83/+296
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
[next]