aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cut.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+18
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-2/+2
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* fix examples which used non-standard cut -b0-NNNDenys Vlasenko2010-01-181-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+4
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* cut: fix buffer overflow (bug 4544).Denis Vlasenko2008-08-151-1/+1
* cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko2008-07-221-23/+30
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-3/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-4/+4
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-12/+5
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko2007-11-231-39/+37
* 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
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-2/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-6/+7
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* cut, mount: small improvementsDenis Vlasenko2006-10-121-18/+13
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-13/+3
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-0/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-6/+4
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-255/+224
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-3/+5
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* Add prototype update missing from last_patch89. Fix screwyEric Andersen2003-06-201-3/+4
* last_patch89 from vodz:Eric Andersen2003-06-201-40/+28
* Major coreutils update.Manuel Novoa III2003-03-191-12/+11
* Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen2001-08-021-4/+2
* (Almost) brand-new version of cut that supports muitiple lists of positions,Mark Whitley2001-05-181-109/+231
* Silence cut so it doesn't whine during compilationEric Andersen2001-05-071-1/+1
* Rewrite -c and -b processing to shrink code and eliminate buffer overrun.Matt Kraai2001-05-051-14/+4