Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / dos2unix.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-17 Denys Vlasenkodos2unix: fix the case w/o parameters
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-06-14 Denis Vlasenkodos2unix: do not destroy symlinks and mode of the file...
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2008-02-17 Denis Vlasenkodos2unix: shrink
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-01 Bernhard Reutner... - look at bb_applet_name. Should close bugs #892 and...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-03-18 Bernhard Reutner... - tito writes: this patch fixes some comments in dos2un...
2006-03-14 Rob LandleyTito shrank dos2unix.
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-01 Rob LandleyBernhard Fischer trimmed down dos2unix a bit.
2004-05-05 Eric AndersenSteve Grubb writes:
2004-05-05 Eric AndersenSteve Grubb writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-03 Eric AndersenLittle fix to avoid overflow
2001-08-22 Eric AndersenScrub things and ditch uint64_t and use a custom type...
2001-08-21 Eric AndersenFix dos2unix compile problem with certain glibc versions
2001-08-02 Eric AndersenMore libc5 fixups
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathuse tmpfile() and revert my previous changes... convert...
2001-04-12 Glenn L McGrathMove convert to libbb
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-29 Matt KraaiFix missing header file.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...