Some bugfixes for the standalone lexers.
[gedcom-parse.git] / ChangeLog
1 2002-01-05  Peter Verthez  <Peter.Verthez@advalvas.be>
2
3         * release 0.13
4
5         * xref.*, gedcom.y, gedcom.h: Parse and process cross-references.
6
7         * encoding.c: Bugfixes in using the hash implementation of kazlib.
8
9         * interface.h: Add a variable to the GEDCOM_MAKE_* macros, to be able
10         to have two of these macros in one statement.  Move GEDCOM_MAKE_DATE
11         to date.h.
12
13 2002-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
14
15         * gedcom.y: Bugfix for context handling of tags that are grouped in
16         the yacc file.
17
18         * gedcom.y, gedcom.h, standalone.c, interface.*: Record can also
19         have a value (e.g. the NOTE record), so extra value necessary on
20         start record callback.
21
22         * gedcom.y: Correct value of NOTE element (opt_line_item was missing
23         an action).
24
25 2002-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
26
27         * lots of files: Pass the parsed tag value (integer) together with
28         the string value in the callbacks.  For this, a separate header is
29         auto-generated, containing the #defines from bison.
30
31         * t/test_script: Return exit code from testgedcom.
32
33         * gedcom/hash.*, gedcom/encoding.*: Use hash implementation from
34         kazlib (see AUTHORS for pointer).
35
36 2001-12-31  Peter Verthez  <Peter.Verthez@advalvas.be>
37
38         * release 0.12
39
40 2001-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
41
42         * all: Added some initial documentation.
43
44         * gedcom/gedcom.y: Completed the calling of callbacks.
45
46 2001-12-29  Peter Verthez  <Peter.Verthez@advalvas.be>
47
48         * gedcom/gedcom_date.y: Added graceful fallback for date parse errors:
49         put everything as a 'date phrase'.
50
51 2001-12-28  Peter Verthez  <Peter.Verthez@advalvas.be>
52
53         * gedcom_date.*, date.*: Parsing dates via a separate yacc parser.
54
55         * gedcom/calendar/*: Calendar routines by Scott E. Lee
56
57         * gedcom.y: Added some more callbacks (not complete yet)
58
59 2001-12-23  Peter Verthez  <Peter.Verthez@advalvas.be>
60
61         * include/gedcom.h: Add some declarations so that the external header
62         can be used in C++ programs.
63
64 2001-12-22  Peter Verthez  <Peter.Verthez@advalvas.be>
65
66         * Makefile.am, gedcom/Makefile.am: Don't link libgedcom with libintl:
67         leave that to the applications.
68
69 2001-12-15  Peter Verthez  <Peter.Verthez@advalvas.be>
70
71         * release 0.11
72         Moved CVS repository to sourceforge.net (project gedcom-parse)
73
74 2001-12-10  Peter Verthez  <Peter.Verthez@advalvas.be>
75
76         * all: Use of gettext.
77
78         * gedcom/Makefile.am: Support for the lexer test programs.
79
80         * all: Moved to LGPL license.
81
82 2001-12-09  Peter Verthez  <Peter.Verthez@advalvas.be>
83
84         * gedcom/encoding.c (init_encodings): Put data directory of libgedcom
85         in the GCONV_PATH environment variable (for the ANSEL encoding).
86
87         * release 0.10
88
89         * all: Full move to autoconf/automake.
90
91 2001-12-08  Peter Verthez  <Peter.Verthez@advalvas.be>
92
93         * all: Further specification of interface: message handler.
94         Start of specification of callbacks.
95
96 2001-12-03  Peter Verthez  <Peter.Verthez@advalvas.be>
97
98         * Uploaded release 0.9 to genes at SourceForge.
99
100 2001-12-02  Peter Verthez  <Peter.Verthez@advalvas.be>
101
102         * release 0.9
103
104         * gedcom.h, Makefile: Add dmalloc testability.
105
106         * all: Reset the state properly for parsing new files.
107
108         * release 0.8
109
110         * encoding.c: Specify explicitly the output buffer for to_internal:
111         used to put pointers and tags in different output buffer.
112
113         * gedcom_lex_common.c: New file containing all lex actions (is common
114           for all lexers).  Better checks for maximum lengths.
115
116 2001-12-01  Peter Verthez  <Peter.Verthez@advalvas.be>
117
118         * gedcom_*.lex: Return level number together with OPEN token.
119
120 2001-11-27  Peter Verthez  <Peter.Verthez@advalvas.be>
121
122         * gedcom.enc: Adapt default iconv encoding names (to also support
123         glibc-2.1.x).
124
125 2001-11-25  Peter Verthez  <Peter.Verthez@advalvas.be>
126
127         * all: added proper copyright notice (copyright to the Genes
128         Development Team)
129
130         * release 0.7
131           Uploaded to genes at SourceForge.
132
133         * all: general cleanup, making sure everything is in CVS
134
135 2001-11-24  Peter Verthez  <Peter.Verthez@advalvas.be>
136
137         * release 0.6
138
139         * ANSEL decoding added.
140
141 2001-11-23  Peter Verthez  <Peter.Verthez@advalvas.be>
142
143         * release 0.5
144
145         * Now with encoding mapping via configuration file.
146
147 2001-11-16  Peter Verthez  <Peter.Verthez@advalvas.be>
148
149         * release 0.4
150
151         * Now with full unicode support.
152
153 2001-11-04  Peter Verthez  <Peter.Verthez@advalvas.be>
154
155         * release 0.3
156
157         * Compatibility mode implemented.
158
159 2001-11-01  Peter Verthez  <Peter.Verthez@advalvas.be>
160
161         * release 0.2
162
163         * Now with full error handling of tags and subtags.
164
165         * release 0.1
166
167         * Now covering the entire GEDCOM spec, without error handling.
168