Commit aa15dbb4 aa15dbb451bce2a66d67fe47efb7dbec36afe8f5 by Alain Magloire

Update.

1 parent d50a2580
Showing 1 changed file with 13 additions and 0 deletions
1 2001-09-16 Alain Magloire
2
3 This is after a exchange with Dave Inglis and Sam Roberts.
4 Basically they recommand to drop the XX_release() functions
5 and only to keep XX_create (), XX_destroy (). We have simple
6 reference count strategy for memory management.
7
8 * mailbox2/* : Way too much to enumerate.
9 * mailbox2/refcount.c: New file
10 * mailbox2/include/mailutils/refcount.h: New file
11 * mailbox2/include/mailutils/sys/refcount.h: New file
12 * mailbox2/fdstream.c: stream_fd_create ().
13
1 2001-09-15 Alain Magloire 14 2001-09-15 Alain Magloire
2 15
3 The exercise is to crank up the warnings from gcc and cleanup 16 The exercise is to crank up the warnings from gcc and cleanup
......