Commit 4c1a994b 4c1a994b10eef765eae4def252f9d7b7f85a58af by Sergey Poznyakoff

Update

1 parent e3932d9c
Showing 1 changed file with 23 additions and 0 deletions
1 2007-02-22 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * mailbox/assoc.c: New file. Implementation of associative arrays.
4 * mailbox/Makefile.am: Add assoc.c
5 * mailbox/errors (MU_ERR_EXISTS): New error code
6 * include/mailutils/assoc.h: New file
7 * include/mailutils/Makefile.am: Add assoc.h
8 * auth/radius.c (mu_radius_authenticate): Remove unused variable
9 * include/mailutils/iterator.h (mu_iterator_current_kv): New
10 function
11 (mu_iterator_set_getitem): Change signature. All references
12 updated.
13 * mailbox/iterator.c: Likewise
14 * libproto/nntp/nntp_iterator.c, libproto/pop/pop3_iterator.c,
15 mailbox/list.c: Likewise
16 * include/mailutils/types.hin (mu_assoc_t): New data type
17 * libproto/include/iterator0.h (getitem): Change signature
18
19 * mail/alias.c: Reimplement using mu_assoc_t
20 * mail/mail.h: Include mailutils/assoc.h
21
22 * mailbox/mu_argp.c: Improve diagnostics of errors in rc files.
23
1 2007-02-13 Sergey Poznyakoff <gray@gnu.org.ua> 24 2007-02-13 Sergey Poznyakoff <gray@gnu.org.ua>
2 25
3 * mail/pipe.c (mail_pipe): Fix handling of cmd variable and 26 * mail/pipe.c (mail_pipe): Fix handling of cmd variable and
......