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