summaryrefslogtreecommitdiff
path: root/coreutils/yes.c
Commit message (Expand)AuthorAgeFilesLines
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* NOFORK fixesDenys Vlasenko2017-08-021-1/+2
* config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* 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-5/+12
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-061-0/+5
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-3/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-5/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 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-8/+9
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-21/+24
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Start the great EXIT_{SUCCESS,FAILURE} migration.Matt Kraai2000-09-221-3/+4
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-7/+9
* Pavel fixed a segfault in yes.Eric Andersen2000-06-021-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+5
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-171-1/+7
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-5/+9
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+41