index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ipcalc.c
Age
Commit message (
Expand
)
Author
2015-08-15
ipcalc: fix trivial usage message
Ron Yorston
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-19
cosmetics on top of Dan's patches
Denys Vlasenko
2010-06-19
A few minor portability improvements
Dan Fandrich
2010-04-07
ipcalc: more correct checking for proper number of arguments
Steve Bennett
2010-02-04
*: eliminate more aliasing warnings
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-04-19
remove whitespace damage. No code changes
Denis Vlasenko
2008-04-10
udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-11-29
fix support for globally disabling --long-options.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize 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. Day
Bernhard Reutner-Fischer
2005-09-24
touchup argc/argv handling to shrink a bit and fix a segfault when given wron...
Mike Frysinger
2004-08-28
Fixup some warnings
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-04-13
slightly clean the whacked out formatting
Eric Andersen
2004-03-06
Fix/eliminate use of atol
Eric Andersen
2003-09-12
Busybox CVS version ipcalc have problems:
Glenn L McGrath
2003-09-05
Small bug in silent option
Glenn L McGrath
2003-09-02
adds the ability to use and calculate network prefix specifications instead
Glenn L McGrath
2003-07-05
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-07-03
Patch from Vladimir N. Oleynik (vodz):
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-10
ipcalc applet by Stephan Linz and Jordan Crouse
Glenn L McGrath