Commit 1e6107e6 1e6107e6b09161b7758e111d8d45301a996f9488 by Sergey Poznyakoff

MH: format spec parsing

1 parent 505456c1
Showing 1 changed file with 16 additions and 0 deletions
1 2001-09-20 Sergey Poznyakoff
2
3 * frm/frm.c: Print newline not depending on the presence
4 of Subject header.
5
6 * mh/mh_fmtgram.y: Builtin functions return their values
7 in arg_num,arg_str. reg_num,reg_str gets set only when reducing
8 to pitems.
9 Fixed if-blocks to save the result of the last evaluated conditional
10 to reg_num.
11 * mh/mh_format.c: Builtin functions return their values
12 in arg_num,arg_str.
13 Compress whitespace only in component escapes.
14 * mh/mh_init.c: mh_read_formfile(): Handle end-of-line comments
15 and '\' line continuation.
16
1 2001-09-19 Alain Magloire 17 2001-09-19 Alain Magloire
2 18
3 * mailbox2/debug.c: Remove mu_debug_printv() and only keep 19 * mailbox2/debug.c: Remove mu_debug_printv() and only keep
......