aboutsummaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
AgeCommit message (Expand)Author
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-08ipcalc: trim help textDenys Vlasenko
2017-08-08ipcalc,rdev: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2015-08-15ipcalc: fix trivial usage messageRon Yorston
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko
2010-06-19A few minor portability improvementsDan Fandrich
2010-04-07ipcalc: more correct checking for proper number of argumentsSteve Bennett
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-04-19remove whitespace damage. No code changesDenis Vlasenko
2008-04-10udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-02#ifdef reduction.Rob Landley
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2005-09-24touchup argc/argv handling to shrink a bit and fix a segfault when given wron...Mike Frysinger
2004-08-28Fixup some warningsEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-13slightly clean the whacked out formattingEric Andersen
2004-03-06Fix/eliminate use of atolEric Andersen
2003-09-12Busybox CVS version ipcalc have problems:Glenn L McGrath
2003-09-05Small bug in silent optionGlenn L McGrath
2003-09-02adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath