changes to lib/, mail/
Showing
1 changed file
with
16 additions
and
0 deletions
1 | 2001-07-27 Sergey Poznyakoff | ||
2 | * lib/xmalloc.c: call mu_error() instead of error(). | ||
3 | * lib/malloc.c,lib/realloc.c: (new) Provide rpl_malloc() and | ||
4 | rpl_realloc() (required by m4/malloc.m4, m4/realloc.m4) | ||
5 | * lib/Makefile.am: Added malloc.c, realloc.c. | ||
6 | |||
7 | * mail/mail.h: Include <xalloc.h> | ||
8 | * mail/util.c: Removed util_[mc]alloc() in favor of x[mc]alloc(). | ||
9 | * mail/alias.c: Use x[mc]alloc() instead of util_[cm]alloc(). | ||
10 | * mail/alt.c: Likewise. | ||
11 | * mail/mail.c: Likewise. | ||
12 | * mail/mailline.c: Likewise. | ||
13 | * mail/shell.c: Likewise. | ||
14 | * mail/unset.c: Likewise. | ||
15 | * mail/var.c: Likewise. | ||
16 | |||
1 | 2001-07-25 Alain Magloire | 17 | 2001-07-25 Alain Magloire |
2 | 18 | ||
3 | Base on Jakob idea propose an implementation for decode. | 19 | Base on Jakob idea propose an implementation for decode. | ... | ... |
-
Please register or sign in to post a comment