Commit 213689c8 213689c84f61cdb90c18c92d09da2da1f4615acc by Alain Magloire

Update.

1 parent 6c977a77
Showing 1 changed file with 22 additions and 0 deletions
1 2001-10-01 Alain Magloire
2
3 * mailbox2/attribute.c: Add user flags.
4 * mailbox2/dattribute.c: Add user flags.
5
6 To be compatible with the old mailbox, all stream read
7 and write take an offset. Removed stream_seek () and add
8 stream_is_seekable() instead.
9 * mailbox2/stream.c: Likewised.
10 * mailbox2/bstream.c: Likewised.
11 * mailbox2/fdstream.c: Likewised.
12 * mailbox2/fstream.c: Likewised.
13 * mailbox2/mapstream.c: Likewised.
14 * mailbox2/memstream.c: Likewised.
15 * mailbox2/tcpstream.c: Likewised.
16
17 * mailbox2/include/mailutils/error.h: Add EBADFD.
18
19 * mailbox2/include/mailutils/mbox.h: New prototypes.
20 * mailbox2/include/mailutils/sys/mbox.h: New prototypes.
21 * mailbox2/mbox/*.c: Finish implementation.
22
1 2001-09-26 Alain Magloire 23 2001-09-26 Alain Magloire
2 24
3 * mailbox2/mbox/mbox_append.c: Implemented, first draft. 25 * mailbox2/mbox/mbox_append.c: Implemented, first draft.
......