commit-mailutils
[Top][All Lists]
Advanced

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

mailutils/mailbox parse822.c


From: Alain Magloire
Subject: mailutils/mailbox parse822.c
Date: Fri, 13 Apr 2001 16:30:26 -0700

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:             01/04/13 16:30:26

Modified files:
        mailbox        : parse822.c 

Log message:
        * mailbox/parse822.c: small tweaks to the new parser, the changes
        made during the tidying over the last month were:
        - use C comments only.
        - don't use C++ reserved words.
        - fix is_digit() to be like the other is functions
        - Changed return codes to:
        . no mem (ENOMEM)
        . function wasn't called correctly, usually a missing
        argument (EINVAL)
        . invalid syntax found during parsing (ENOENT)
        . success == 0
        - const-corrected the APIs
        - removed unnecessary (in C) casts.
        - mailbox_t* removed in favor of address_t.
        - fix handful of memory leaks detected by Alain.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/parse822.c.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text




reply via email to

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