summaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Make dos2unix/unix2dos independently selectableDenys Vlasenko2016-11-231-5/+7
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+21
* dos2unix: try to preserve ownership. closes 8311Denys Vlasenko2016-01-171-9/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+18
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-5/+3
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dos2unix: fix the case w/o parametersDenys Vlasenko2010-07-171-1/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-4/+4
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-141-15/+18
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-8/+7
* dos2unix: shrinkDenis Vlasenko2008-02-171-27/+12
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-12/+10
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-27/+24
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-3/+3
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* - look at bb_applet_name. Should close bugs #892 and #893Bernhard Reutner-Fischer2006-06-011-40/+40
* 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
* 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
* Bernhard Fischer trimmed down dos2unix a bit.Rob Landley2005-09-011-45/+33
* Steve Grubb writes:Eric Andersen2004-05-051-1/+3
* Steve Grubb writes:Eric Andersen2004-05-051-1/+1
* 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
* Fix dos2unix compile problem with certain glibc versionsEric Andersen2001-08-211-2/+2
* More libc5 fixupsEric Andersen2001-08-021-0/+5
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-251-19/+57
* Fix up some signed char vs int issues that show up on powerpc.Eric Andersen2001-05-241-1/+1