aboutsummaryrefslogtreecommitdiff
path: root/util-linux/readprofile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+2
* readprofile: do not close/free just before exitingDenys Vlasenko2017-08-061-2/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-3/+4
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-6/+6
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-8/+8
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+15
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+4
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-2/+2
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-20/+33
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-131-4/+1
* 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
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* mostly style fixesDenis Vlasenko2006-11-011-24/+25
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-18/+6
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* readprofile: getopt_ulflags'isationDenis Vlasenko2006-09-221-38/+6
* Make a warning go away on 64-bit systems.Rob Landley2006-08-061-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-26/+5
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* just whitespaceTim Riker2006-01-251-2/+2
* another more const"Vladimir N. Oleynik"2005-10-201-3/+3
* Cleanup patch from Tito.Rob Landley2005-09-141-12/+9
* Add readprofile applet support.Paul Mundt2005-05-201-0/+302