Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / cut.c
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
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-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-01-18 Denys Vlasenkofix examples which used non-standard cut -b0-NNN
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-08-15 Denis Vlasenkocut: fix buffer overflow (bug 4544).
2008-07-22 Denis Vlasenkocut: stop using static data. This alone removed ~70...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-23 Denis Vlasenkocut: add proper stdout error handling, fix "-" handling;
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-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-05-18 Mark Whitley(Almost) brand-new version of cut that supports muitipl...
2001-05-07 Eric AndersenSilence cut so it doesn't whine during compilation
2001-05-05 Matt KraaiRewrite -c and -b processing to shrink code and elimina...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-17 Mark WhitleyApplied patch from Brent Priddy <brent.priddy@adtran...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-02 Mark WhitleyMinor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
2000-08-02 Mark WhitleyBrand, new version of cut. This fixes the bugs in the...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...