summaryrefslogtreecommitdiff
path: root/libbb/parse_mode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: whitespace fixesDenys Vlasenko2010-10-281-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-1/+1
| | | | | | | | | | | | function old new delta bb_parse_mode 433 431 -2 rtnl_rtntype_a2n 202 198 -4 ParseField 511 498 -13 bb_init_module_24 4730 4675 -55 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-74) Total: -74 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+2
| | | | | Put big scary warnings in relevant places.
* bb_parse_mode: do not do umask() needlessly.Denis Vlasenko2007-01-261-34/+18
|
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III2003-03-191-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-86/+129
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
| | | | -Erik
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
|
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-6/+6
| | | | cleans up most of the now-revealed problems.
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+138
files. Clean up the resulting damage and fix up the makefile. -Erik