summaryrefslogtreecommitdiff
path: root/coreutils/cut.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another nice cleanup from Larry. This adds a new last_char_is() function andEric Andersen2001-04-261-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-8/+8
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Changed email address to codepoet.org, updated list of applets / docs IMark Whitley2001-01-041-1/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-1/+1
* Add missing newlines to error messages.Matt Kraai2000-12-181-3/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-9/+9
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley2000-11-171-24/+37
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().Mark Whitley2000-08-021-2/+1
* Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andMark Whitley2000-08-021-308/+171