bug-mailutils
[Top][All Lists]
Advanced

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

Re: Some patches and doc cleanups for parse822.


From: Alain Magloire
Subject: Re: Some patches and doc cleanups for parse822.
Date: Fri, 13 Apr 2001 19:33:44 -0400 (EDT)

Bonjour

> +2001-04-13  Sam Roberts
> +
> +     * doc/address.texi: updated docs, now they match the parse822.
> +     * 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.
> +

Applied, thanks.

--
alain




reply via email to

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