commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inetutils/ping ping.c ChangeLog


From: Alfred M . Szmidt
Subject: inetutils/ping ping.c ChangeLog
Date: Thu, 20 Jan 2005 17:11:07 -0500

CVSROOT:        /cvsroot/inetutils
Module name:    inetutils
Branch:         
Changes by:     Alfred M. Szmidt <address@hidden>       05/01/20 22:11:07

Modified files:
        ping           : ping.c ChangeLog 

Log message:
        * ping.c: Include <stdbool.h>
        (ping_cvt_number): Function removed.
        (main): Store the values for -c, -i and -t in variables, and don't
        use `ping_cvt_number' to check if the arguments to an option are
        valid, do it manually.  Set them accordingly after ping_init() is
        done.
        
        * ping.c (main): Changed type of `is_root' to `bool'.  Update all
        usage accordingly.
        
        * ping.c (main): Moved ping startup code to after the parsing of
        the command line.  (and no, this should not be done before any
        command line parsing!)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/inetutils/ping/ping.c.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/inetutils/ping/ChangeLog.diff?tr1=1.22&tr2=1.23&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]