summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2015-08-15ipcalc: fix trivial usage messageRon Yorston1-1/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko3-6/+3
2010-06-19A few minor portability improvementsDan Fandrich5-5/+8
2010-04-07ipcalc: more correct checking for proper number of argumentsSteve Bennett1-11/+12
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko6-36/+40
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-04-19remove whitespace damage. No code changesDenis Vlasenko1-1/+1
2008-04-10udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2-8/+3
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko10-41/+54
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko39-366/+296
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-06-02#ifdef reduction.Rob Landley2-95/+77
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer18-12/+118
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2005-09-24touchup argc/argv handling to shrink a bit and fix a segfault when given wron...Mike Frysinger1-11/+12
2004-08-28Fixup some warningsEric Andersen6-22/+32
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-04-13slightly clean the whacked out formattingEric Andersen1-46/+47
2004-03-06Fix/eliminate use of atolEric Andersen9-54/+132
2003-09-12Busybox CVS version ipcalc have problems:Glenn L McGrath2-27/+32
2003-09-05Small bug in silent optionGlenn L McGrath1-1/+1
2003-09-02adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2-11/+80
2003-07-05Patch from Lars Kellogg-Stedman:Eric Andersen1-7/+14
2003-07-03Patch from Vladimir N. Oleynik (vodz):Eric Andersen1-35/+14
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath6-4/+211