Created data directory.
[gedcom-parse.git] / ChangeLog
1 2002-09-12  Peter Verthez  <Peter.Verthez@advalvas.be>
2
3         * release 0.17
4
5         * gedcom/gedcom_lex_common.c, gedcom/interface.c, gedcom/message.c:
6         Fixes for internationalization.
7
8         * doc/make_gom_xref, doc/usage.html: Documentation for the gedcom
9         object model.
10
11 2002-09-09  Peter Verthez  <Peter.Verthez@advalvas.be>
12
13         * gom/*: First check-in of gedcom object model.
14
15 2002-09-08  Peter Verthez  <Peter.Verthez@advalvas.be>
16
17         * all: More thorough error checking on library calls.
18
19 2002-09-01  Peter Verthez  <Peter.Verthez@advalvas.be>
20
21         * gedcom/gedcom.y: Use XREF_ANY for an association instead of XREF_INDI
22
23         * include/gedcom.h.in, gedcom/xref.c: Added XREF_ANY for when type of
24         xref_value is not known yet.  Added function gedcom_get_by_xref.
25
26 2002-08-28  Peter Verthez  <Peter.Verthez@advalvas.be>
27
28         * gedcom/interface.c: A little more checking (for duplicate
29         registration).
30
31         * gedcom/age.c, gedcom/age.h, gedcom/gedcom.y, include/gedcom.h,
32         t/standalone.c:
33         Parsing age values.
34
35 2002-08-25  Peter Verthez  <Peter.Verthez@advalvas.be>
36
37         * gedcom/xref.c: Clean up xref table at exit (not after check), or when
38         new file is parsed.
39
40         * include/gedcom.h.in, gedcom/interface.c, t/standalone.c: Added
41         extra argument to callback functions: the record/element identifier.
42
43 2002-08-16  Peter Verthez  <Peter.Verthez@advalvas.be>
44
45         * gedcom/compat.*, gedcom/gedcom.y: Moved all compatibility handling
46         functions to compat.c; let default charset depend on the program.
47
48         * t/test_script: Check for a core file.
49
50         * release 0.16
51
52         * t/dates.test, t/encoding_error.test: New tests.
53
54         * t/utf8-locale.c: Remove conversion warning at compilation.
55
56         * t/test_script: Enhancements to use script outside 'make check'.
57
58         * t/standalone.c, t/bogus.test: Parse bogus file only if enabled
59         via option.
60
61         * t/Makefile.am: Added rule to be able to perform single tests.
62
63         * gedcom/encoding.c, gedcom/gedcom_lex_common.c: Handle illegal
64         characters in to_internal (to avoid crashes).
65
66         * Lots of files: Add compability for Lifelines.
67
68         * Makefile.inc, gedcom/Makefile.am, gedcom/gedcom_lex_common.c,
69         gedcom/gedcom_date.lex:
70         Added rule that can help to avoid unnecessary recompilation of lex
71         files.  It generates a new include file only when necessary: use this
72         one in lex files.
73
74 2002-04-08  Peter Verthez  <Peter.Verthez@advalvas.be>
75
76         * t/minimal.test: Added test on a minimal GEDCOM file.
77
78 2002-03-27  Peter Verthez  <Peter.Verthez@advalvas.be>
79
80         * release 0.15
81
82         * gedcom/multilex.c: Make the use of gedcom_init() mandatory.
83
84 2002-03-17  Peter Verthez  <Peter.Verthez@advalvas.be>
85
86         * gedcom/gedcom.y: Graceful error handling on bogus input.
87
88         * t/path1.test, t/path2.test, t/pathtest.c: New tests (for the
89         GCONV_PATH environment variable).
90
91         * Moved the test program to the t subdirectory.
92
93         * standalone.c, doc/usage.html: Use of the gedcom_init() function.
94
95         * gedcom/multilex.c, gedcom/encoding.*: Added gedcom_init() function
96         to avoid problem with GCONV_PATH environment variable (see note in
97         gedcom/encoding.c).
98
99 2002-01-22  Peter Verthez  <Peter.Verthez@advalvas.be>
100
101         * gedcom/gedcom.y, gedcom/compat.c, gedcom/compat.h: Added
102         compatibility handling for ftree.
103
104 2002-01-20  Peter Verthez  <Peter.Verthez@advalvas.be>
105
106         * release 0.14
107
108         * restructured the test setup
109
110 2002-01-19  Peter Verthez  <Peter.Verthez@advalvas.be>
111
112         * gedcom.h: Renamed to gedcom.h.in: at configure, the VERSION
113         variables are substituted and the file gedcom.h is written
114
115         * utf8-locale.c: Added parameter to conversion from UTF-8 to locale,
116         to return number of conversion failures.
117
118 2002-01-16  Peter Verthez  <Peter.Verthez@advalvas.be>
119
120         * gedcom/xref.c: Make sure that the 'string' member of an xref always
121         contains a valid string.
122
123         * gedcom/gedcom.y: in use of INVALID_TAG: tag is struct instead of
124         simple string.
125
126         * gedcom/multilex.c (gedcom_parse_file): setlocale returns a string
127         in static storage, so must use strdup and free afterwards.
128
129 2002-01-15  Peter Verthez  <Peter.Verthez@advalvas.be>
130
131         * gedcom/encoding.c: Separate the modification of GCONV_PATH from the
132         rest of the initialization, and let it be called before main (necessary
133         because iconv_open will only look at GCONV_PATH once, and e.g. GTK
134         calls iconv_open very early).
135
136         * gedcom/gedcom.y: Don't allow the parser to continue if the conversion
137         context couldn't be opened, even if IGNORE_ERRORS.
138
139         * gedcom/multilex.c (gedcom_parse_file): Save the old locale (in case
140         the application had set it).
141
142 2002-01-13  Peter Verthez  <Peter.Verthez@advalvas.be>
143
144         * utf8-locale.c: Example implementation for conversion UTF-8 to
145         locale.
146
147 2002-01-12  Peter Verthez  <Peter.Verthez@advalvas.be>
148
149         * more documentation...
150
151 2002-01-10  Peter Verthez  <Peter.Verthez@advalvas.be>
152
153         * doc/parser.html: Start of character set explanation.
154
155         * enhancements to Makefiles for documentation.
156
157         * gedcom/Makefile.am, gedcom/gedcom_lex_common.c: Some bugfixes for the
158         standalone lexers.
159
160 2002-01-05  Peter Verthez  <Peter.Verthez@advalvas.be>
161
162         * release 0.13
163
164         * xref.*, gedcom.y, gedcom.h: Parse and process cross-references.
165
166         * encoding.c: Bugfixes in using the hash implementation of kazlib.
167
168         * interface.h: Add a variable to the GEDCOM_MAKE_* macros, to be able
169         to have two of these macros in one statement.  Move GEDCOM_MAKE_DATE
170         to date.h.
171
172 2002-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
173
174         * gedcom.y: Bugfix for context handling of tags that are grouped in
175         the yacc file.
176
177         * gedcom.y, gedcom.h, standalone.c, interface.*: Record can also
178         have a value (e.g. the NOTE record), so extra value necessary on
179         start record callback.
180
181         * gedcom.y: Correct value of NOTE element (opt_line_item was missing
182         an action).
183
184 2002-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
185
186         * lots of files: Pass the parsed tag value (integer) together with
187         the string value in the callbacks.  For this, a separate header is
188         auto-generated, containing the #defines from bison.
189
190         * t/test_script: Return exit code from testgedcom.
191
192         * gedcom/hash.*, gedcom/encoding.*: Use hash implementation from
193         kazlib (see AUTHORS for pointer).
194
195 2001-12-31  Peter Verthez  <Peter.Verthez@advalvas.be>
196
197         * release 0.12
198
199 2001-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
200
201         * all: Added some initial documentation.
202
203         * gedcom/gedcom.y: Completed the calling of callbacks.
204
205 2001-12-29  Peter Verthez  <Peter.Verthez@advalvas.be>
206
207         * gedcom/gedcom_date.y: Added graceful fallback for date parse errors:
208         put everything as a 'date phrase'.
209
210 2001-12-28  Peter Verthez  <Peter.Verthez@advalvas.be>
211
212         * gedcom_date.*, date.*: Parsing dates via a separate yacc parser.
213
214         * gedcom/calendar/*: Calendar routines by Scott E. Lee
215
216         * gedcom.y: Added some more callbacks (not complete yet)
217
218 2001-12-23  Peter Verthez  <Peter.Verthez@advalvas.be>
219
220         * include/gedcom.h: Add some declarations so that the external header
221         can be used in C++ programs.
222
223 2001-12-22  Peter Verthez  <Peter.Verthez@advalvas.be>
224
225         * Makefile.am, gedcom/Makefile.am: Don't link libgedcom with libintl:
226         leave that to the applications.
227
228 2001-12-15  Peter Verthez  <Peter.Verthez@advalvas.be>
229
230         * release 0.11
231         Moved CVS repository to sourceforge.net (project gedcom-parse)
232
233 2001-12-10  Peter Verthez  <Peter.Verthez@advalvas.be>
234
235         * all: Use of gettext.
236
237         * gedcom/Makefile.am: Support for the lexer test programs.
238
239         * all: Moved to LGPL license.
240
241 2001-12-09  Peter Verthez  <Peter.Verthez@advalvas.be>
242
243         * gedcom/encoding.c (init_encodings): Put data directory of libgedcom
244         in the GCONV_PATH environment variable (for the ANSEL encoding).
245
246         * release 0.10
247
248         * all: Full move to autoconf/automake.
249
250 2001-12-08  Peter Verthez  <Peter.Verthez@advalvas.be>
251
252         * all: Further specification of interface: message handler.
253         Start of specification of callbacks.
254
255 2001-12-03  Peter Verthez  <Peter.Verthez@advalvas.be>
256
257         * Uploaded release 0.9 to genes at SourceForge.
258
259 2001-12-02  Peter Verthez  <Peter.Verthez@advalvas.be>
260
261         * release 0.9
262
263         * gedcom.h, Makefile: Add dmalloc testability.
264
265         * all: Reset the state properly for parsing new files.
266
267         * release 0.8
268
269         * encoding.c: Specify explicitly the output buffer for to_internal:
270         used to put pointers and tags in different output buffer.
271
272         * gedcom_lex_common.c: New file containing all lex actions (is common
273           for all lexers).  Better checks for maximum lengths.
274
275 2001-12-01  Peter Verthez  <Peter.Verthez@advalvas.be>
276
277         * gedcom_*.lex: Return level number together with OPEN token.
278
279 2001-11-27  Peter Verthez  <Peter.Verthez@advalvas.be>
280
281         * gedcom.enc: Adapt default iconv encoding names (to also support
282         glibc-2.1.x).
283
284 2001-11-25  Peter Verthez  <Peter.Verthez@advalvas.be>
285
286         * all: added proper copyright notice (copyright to the Genes
287         Development Team)
288
289         * release 0.7
290           Uploaded to genes at SourceForge.
291
292         * all: general cleanup, making sure everything is in CVS
293
294 2001-11-24  Peter Verthez  <Peter.Verthez@advalvas.be>
295
296         * release 0.6
297
298         * ANSEL decoding added.
299
300 2001-11-23  Peter Verthez  <Peter.Verthez@advalvas.be>
301
302         * release 0.5
303
304         * Now with encoding mapping via configuration file.
305
306 2001-11-16  Peter Verthez  <Peter.Verthez@advalvas.be>
307
308         * release 0.4
309
310         * Now with full unicode support.
311
312 2001-11-04  Peter Verthez  <Peter.Verthez@advalvas.be>
313
314         * release 0.3
315
316         * Compatibility mode implemented.
317
318 2001-11-01  Peter Verthez  <Peter.Verthez@advalvas.be>
319
320         * release 0.2
321
322         * Now with full error handling of tags and subtags.
323
324         * release 0.1
325
326         * Now covering the entire GEDCOM spec, without error handling.
327