summaryrefslogtreecommitdiff
path: root/coreutils/cut.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help tweaksDenys Vlasenko2021-06-141-0/+1
* *: --help text tweaksDenys Vlasenko2021-04-141-4/+4
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* *: 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