Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4c1a994b
...
4c1a994b10eef765eae4def252f9d7b7f85a58af
authored
2007-02-22 10:12:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
e3932d9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
4c1a994
2007-02-22 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/assoc.c: New file. Implementation of associative arrays.
* mailbox/Makefile.am: Add assoc.c
* mailbox/errors (MU_ERR_EXISTS): New error code
* include/mailutils/assoc.h: New file
* include/mailutils/Makefile.am: Add assoc.h
* auth/radius.c (mu_radius_authenticate): Remove unused variable
* include/mailutils/iterator.h (mu_iterator_current_kv): New
function
(mu_iterator_set_getitem): Change signature. All references
updated.
* mailbox/iterator.c: Likewise
* libproto/nntp/nntp_iterator.c, libproto/pop/pop3_iterator.c,
mailbox/list.c: Likewise
* include/mailutils/types.hin (mu_assoc_t): New data type
* libproto/include/iterator0.h (getitem): Change signature
* mail/alias.c: Reimplement using mu_assoc_t
* mail/mail.h: Include mailutils/assoc.h
* mailbox/mu_argp.c: Improve diagnostics of errors in rc files.
2007-02-13 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/pipe.c (mail_pipe): Fix handling of cmd variable and
...
...
Please
register
or
sign in
to post a comment