commit-mailutils
[Top][All Lists]
Advanced

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

mailutils ./ChangeLog comsat/action.c comsat/cf...


From: Alain Magloire
Subject: mailutils ./ChangeLog comsat/action.c comsat/cf...
Date: Tue, 13 Nov 2001 09:08:36 -0500

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/11/13 09:08:36

Modified files:
        .              : ChangeLog 
        comsat         : action.c cfg.c comsat.c comsat.h 

Log message:
        Try to use const whenever appropriate to make it clear
        that a string should not be modified.  Nuke some
        trailing spaces, thanks to emacs.  Reduce the scope
        of functions with static.  GNU ident style for
        switch() promote a empty line after the break;
        
        * comsat/action.c (expand_escape): size and lncount
        could have been use uninitialized.
        (expand_escape): const char *cr.
        (expand_line): cr == "\n\r" make it const.
        variable i and size unneeded.
        variable c initialize to zero.
        (expand_line): obstack_1grow() pass *p instead of c.
        (defaul_action): const char*.
        (run_user_action): fprintf () missing argument.
        (open_rc): const char *filename.
        * comsat/comsat.c (username): const char *username.
        (mailbox_path): const prototype.
        (change_user): const prototype.
        (notify_user): const prototype.
        body and header unneeded variables.
        (find_user): const prototype.
        * comsat/comsat.h: Prototype updates.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.337&tr2=1.338&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/comsat/action.c.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/comsat/cfg.c.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/comsat/comsat.c.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/comsat/comsat.h.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text




reply via email to

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