aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c
AgeCommit message (Expand)Author
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-17dos2unix: fix the case w/o parametersDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-02-17dos2unix: shrinkDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-01- look at bb_applet_name. Should close bugs #892 and #893Bernhard Reutner-Fischer
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-03-18- tito writes: this patch fixes some comments in dos2unix that are wrongBernhard Reutner-Fischer
2006-03-14Tito shrank dos2unix.Rob Landley
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-09-01Bernhard Fischer trimmed down dos2unix a bit.Rob Landley
2004-05-05Steve Grubb writes:Eric Andersen
2004-05-05Steve Grubb writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-03Little fix to avoid overflowEric Andersen
2001-08-22Scrub things and ditch uint64_t and use a custom type nameEric Andersen
2001-08-21Fix dos2unix compile problem with certain glibc versionsEric Andersen
2001-08-02More libc5 fixupsEric Andersen
2001-07-25This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen
2001-05-24Fix up some signed char vs int issues that show up on powerpc.Eric Andersen