Commit e516428e e516428ee8eeaaa0e5f4153a1d7e4739fb97b72f by Alain Magloire

cleanup.

1 parent 52eeb83f
Showing 1 changed file with 25 additions and 24 deletions
1 1999-12-15 Alain Magloire
2
3 * url/url_mbox.h url/url_pop.h url/url_imap.h url/url_mailto.h
4 New files.
5
1 1999-12-01 Alain Magloire 6 1999-12-01 Alain Magloire
2 7
3 * url/{_cpystr,chewurl,url,url_imap,url_mailto,url_mbox,url_pop}.c : 8 * url/_cpystr.c url/chewurl.c url/url.c url/url_imap.c
4 New files, first attempt to define the URL API. 9 url/url_mailto.c url/url_mbox.c url/url_pop.c : New files,
10 first attempt to define the URL API.
5 11
6 * lib/Makefile.am: added xmalloc.c, xstrdup.c, xstrtol.{c,h} 12 * lib/Makefile.am: added xmalloc.c, xstrdup.c, xstrtol.{c,h}
7 * lib/{xmalloc,xstrdup,xstrtol}.c lib/xstrtol.h : New files 13 * lib/xmalloc.c lib/xstrdup.c lib/xstrtol.c lib/xstrtol.h : New files
8 14
9 1999-11-21 Jeff Bailey <jbailey@nisa.net> 15 1999-11-21 Jeff Bailey
10 16
11 * doc/rfc*: Add. Standards followed should be included here. 17 * doc/rfc*: Add. Standards followed should be included here.
12 18
13 1999-11-23 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net> 19 1999-11-23 Jakob 'sparky' Kaivo
14 20
15 * TODO: Mention Maildir 21 * TODO: Mention Maildir
16
17 * libmailbox/mailbox.c (mbox_init): new function 22 * libmailbox/mailbox.c (mbox_init): new function
18
19 * libmailbox/maildir.h: new file 23 * libmailbox/maildir.h: new file
20
21 * libmailbox/maildir.c: new file 24 * libmailbox/maildir.c: new file
22
23 * libmailbox/mailbox.c (mbox_open): uncommented maildir_open attempt 25 * libmailbox/mailbox.c (mbox_open): uncommented maildir_open attempt
24 26
25 1999-11-15 Jeff Bailey <jbailey@nisa.net> 27 1999-11-15 Jeff Bailey
26 28
27 * lib/ansi2knr*: Add 29 * lib/ansi2knr.c lib/ansi2knr.h: Add
28 30
29 * configure.in: Add AM_C_PROTOTYPES 31 * configure.in: Add AM_C_PROTOTYPES
30 32
31 * libmailbox/Makefile.am: Add ansi2knr handling 33 * libmailbox/Makefile.am: Add ansi2knr handling
32 34
33 1999-11-08 Sean 'Shaleh' Perry <shaleh@debian.org> 35 1999-11-08 Sean 'Shaleh' Perry
34 36
35 * cleaned up some of the auto{make,conf} magic for non-Linux 37 * cleaned up some of the automake autoconf magic for non-Linux
36 38
37 1999-11-07 Sean 'Shaleh' Perry <shaleh@debian.org> 39 1999-11-07 Sean 'Shaleh' Perry
38 40
39 * TODO: restructuring, now split into sections 41 * TODO: restructuring, now split into sections
40 * libmailbox/*: added two new functions to the api and began implementing 42 * libmailbox/mailbox.c libmailbox/mailbox.h: added two new functions
41 them in unixmbox 43 to the api and began implementing them in unixmbox
42 is_updated() => has this mailbox been updated externally? 44 is_updated() => has this mailbox been updated externally?
43 scan() => build info on mailbox, removing old data as needed 45 scan() => build info on mailbox, removing old data as needed
44 currently not implemented 46 currently not implemented
45 47
46 1999-11-06 Sean 'Shaleh' Perry <shaleh@debian.org> 48 1999-11-06 Sean 'Shaleh' Perry
47 49
48 * libmailbox/*: more work on expunge 50 * libmailbox/mailbox.c: more work on expunge
49 * libmailbox/*: added a tester routine 51 * libmailbox/mailbox.c: added a tester routine
50 * *: added -g to Makefile.am 52 * Makefile.am: added -g
51 53
52 1999-11-06 Sean 'Shaleh' Perry <shaleh@debian.org> 54 1999-11-06 Sean 'Shaleh' Perry
53 55
54 * libmailbox/unixmbox.*: work on expunge 56 * libmailbox/unixmbox.c: work on expunge
55 use read/write along with lseek 57 use read/write along with lseek still blows up -- getting there
56 still blows up -- getting there
57 * mail/mail.c: check return value of mbox_open() 58 * mail/mail.c: check return value of mbox_open()
58 59
59 1999-10-23 Alain Magloire 60 1999-10-23 Alain Magloire
......