Commit 0b7750b6 0b7750b6770dd2844b335c977468dac67f1d42fb by Sergey Poznyakoff

Changes to libmu_scm/, guimb

1 parent d724a78c
Showing 1 changed file with 14 additions and 0 deletions
1 2001-07-30 Sergey Poznyakoff
2 * guimb/main.c: Set g_argv[0] to the program file name for consistency
3 with guile.
4 * libmu_scm/mu_message.c: Added new primitives:
5 mu_message_copy
6 mu_message_delete
7 mu_message_get_flag
8 mu_message_set_flag
9 mu_message_get_user_flag
10 mu_message_set_user_flag
11 * libmu_scm/mu_scm.c: Define MU-ATTRIBUTE- constants.
12 * libmu_scm/mu_address.c: (new) Address-related functions.
13 * libmu_scm/Makefile.am: Added mu_address.c
14
1 2001-07-27 Sergey Poznyakoff 15 2001-07-27 Sergey Poznyakoff
2 * lib/xmalloc.c: call mu_error() instead of error(). 16 * lib/xmalloc.c: call mu_error() instead of error().
3 * lib/malloc.c,lib/realloc.c: (new) Provide rpl_malloc() and 17 * lib/malloc.c,lib/realloc.c: (new) Provide rpl_malloc() and
......