Update
Showing
1 changed file
with
23 additions
and
0 deletions
1 | 2001-09-19 Alain Magloire | ||
2 | |||
3 | * mailbox2/debug.c: Remove mu_debug_printv() and only keep | ||
4 | mu_debug_print(). | ||
5 | * mailbox2/sdebug.c (mu_debug_stream_create): New function | ||
6 | replace mu_debug_stdio_create(). | ||
7 | * mailbox2/fdstream.c (_fds_desroy): Do not close the stream | ||
8 | when distroying, it should have been done explicitely with | ||
9 | stream_close (); | ||
10 | * mailbox2/fstream.c (_fs_desroy): Do not close the stream | ||
11 | when distroying, it should have been done explicitely with | ||
12 | stream_close (); | ||
13 | * mailbox2/mapstream.c (_map_desroy): Do not close the stream | ||
14 | when distroying, it should have been done explicitely with | ||
15 | stream_close (); | ||
16 | * mailbox2/memstream.c (_memory_desroy): Do not close the stream | ||
17 | when distroying, it should have been done explicitely with | ||
18 | stream_close (); | ||
19 | * mailbox2/tcpstream.c (_tcp_desroy): Do not close the stream | ||
20 | when distroying, it should have been done explicitely with | ||
21 | stream_close (); | ||
22 | |||
23 | |||
1 | 2001-09-18 Sam Roberts | 24 | 2001-09-18 Sam Roberts |
2 | 25 | ||
3 | * mailbox/mbx_pop.c: Check url authentication type at | 26 | * mailbox/mbx_pop.c: Check url authentication type at | ... | ... |
-
Please register or sign in to post a comment