Commit 76c60cca 76c60ccaa3f4a2e1009c450bd9f57cea803fdc7a by Alain Magloire

update.

1 parent db64ad5b
Showing 1 changed file with 11 additions and 1 deletions
1 2001-08-07 Alain Magloire
2
3 * mail/msgset.y: Draft implementation of a proposition
4 to allow regular implementation.
5 (REGEXP): Passing the address of the pointer instead of the pointer.
6 (INDENT): Likewised.
7 * mail/Makefile.am: Add in EXTRA_DIST msgset.c to force its
8 generation when doing the distribution, having yacc should
9 not be required.
10
1 2001-08-06 Sergey Poznyakoff 11 2001-08-06 Sergey Poznyakoff
2 * mail/msgset.y: (new) A parser for message set specifications 12 * mail/msgset.y: (new) A parser for message set specifications
3 of arbitrary complexity. Returns a singly linked list of 13 of arbitrary complexity. Returns a singly linked list of
...@@ -14,7 +24,7 @@ ...@@ -14,7 +24,7 @@
14 util_get_hdr_value() (from decode.c). 24 util_get_hdr_value() (from decode.c).
15 * mail/decode.c: Use util_msgset_iterate(). Moved get_content_type() 25 * mail/decode.c: Use util_msgset_iterate(). Moved get_content_type()
16 and get_hdr_value() to util.c 26 and get_hdr_value() to util.c
17 * mail/table.c: Fixed synopsis for decode. 27 * mail/table.c: Fixed synopsis for decode.
18 28
19 * libmu_scm/Makefile.am: Removed .x and .doc files from EXTRA_DIST. 29 * libmu_scm/Makefile.am: Removed .x and .doc files from EXTRA_DIST.
20 Thanks to Alain. 30 Thanks to Alain.
......