Quoted strings in generated syntax.
[pspp-builds.git] / src / libpspp / ChangeLog
1 Thu Feb 22 12:25:52 CET 2007 John Darrington <john@darrington.wattle.id.au>
2
3         * syntax-gen.h syntax-gen.c: New files.
4
5 Sun Feb 18 11:21:41 2007  Ben Pfaff  <blp@gnu.org>
6
7         * alloc.h: Remove useless parentheses in #if "defined" operator.
8
9         * misc.h: Ditto.
10
11 Tue Feb  6 20:00:13 2007  Ben Pfaff  <blp@gnu.org>
12
13         * misc.h [!HAVE_ISINF] (isinf): Define only if isinf is not
14         defined as a macro, because mingw seems to have the macro without
15         the function.
16         [!HAVE_ISNAN] (isnan): Ditto, for symmetry only.
17         [!AHVE_FINITE] (finite): Ditto, for symmetry only.
18
19 Tue Feb  6 19:58:46 2007  Ben Pfaff  <blp@gnu.org>
20
21         * compiler.h (PRINTF_FORMAT): Use __printf__ instead of printf to
22         avoid problem with "#define printf libintl_printf" that libintl is
23         fond of doing.
24         (SCANF_FORMAT): Ditto, for symmetry only.
25
26 Tue Feb  6 19:47:10 2007  Ben Pfaff  <blp@gnu.org>
27
28         * float-format.h: [FPREP_IEEE754] [WORDS_BIGENDIAN] Add missing
29         comma.
30
31 Wed Jan 24 21:13:32 2007  Ben Pfaff  <blp@gnu.org>
32
33         * abt.c: New file.
34
35         * abt.h: New file.
36
37         * automake.mk: Add abt.c, abt.h to sources.
38
39 Sun Jan 14 21:44:18 2007  Ben Pfaff  <blp@gnu.org>
40
41         * automake.mk: Add deque.h to sources.
42         
43         * deque.h: New file.
44
45 Wed Jan 10 06:49:38 2007  Ben Pfaff  <blp@gnu.org>
46
47         * automake.mk: Add heap.c, heap.h to sources.
48
49         * heap.c: New file.
50
51         * heap.h: New file.
52
53 Sun Dec 10 13:54:03 2006  Ben Pfaff  <blp@gnu.org>
54
55         * str.c (ss_tokenize): Skip the first delimiter character
56         following the token.  Otherwise, changing delimiters from token to
57         token can't have a sensible effect, because we'll get the previous
58         delimiter as part of the next token.
59         (ss_match_string): New function.
60
61 Sat Dec  9 18:48:55 2006  Ben Pfaff  <blp@gnu.org>
62
63         * misc.h (macro range): Removed, as it was unused.
64
65 Sat Dec  9 07:19:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
66
67         * array.c: Removed gratuitous #include
68
69 Thu Dec  7 20:33:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
70
71         * getl.c getl.h : Changed signature of create function to take a 
72         string indicating the initial include path.
73
74 Sun Dec  3 11:36:10 2006  Ben Pfaff  <blp@gnu.org>
75
76         * str.h (SS_LITERAL_INITIALIZER): Cast the string literal to "char
77         *".  This normally does nothing but when GCC's -Wwrite-strings is
78         used it fixes a warning that otherwise can't be avoided.
79
80 Sun Dec  3 11:35:35 2006  Ben Pfaff  <blp@gnu.org>
81
82         * str.c (ss_alloc_substring_pool): New function.
83         (ss_alloc_uninit_pool) New function.
84
85 Sun Dec  3 11:28:06 2006  Ben Pfaff  <blp@gnu.org>
86
87         * getl.h: (enum getl_syntax) New enumeration to distinguish
88         between "batch" and "interactive" in a clearer way than a bool.
89         (struct getl_interface) Add an arg to "read" to return the
90         intended syntax mode.  Add an arg to "filter" to specify the
91         syntax mode of the line to filter.
92
93         * getl.c (do_read_line): Instead of returning the syntax type of
94         the line read based on whether the source itself is interactive,
95         return it based on whether the line itself should be treated as
96         having batch or interactive syntax.  Also, adapt interface to the
97         new interfaces of lex_init() and getl_interface.
98
99 Wed Nov 29 19:35:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
100
101         * getl.c getl.h: New files. Created interface from base of 
102         language/line-buffer.[ch]
103
104         * msg-locator.c msg-locator.h: New files. Moved from
105         language/line-buffer.[ch]
106
107 Fri Nov 24 17:27:00 2006  Ben Pfaff  <blp@gnu.org>
108
109         * misc.h: (min) Removed.  All references updated to use MIN, from
110         minmax.h provided by gnulib.
111         (max) Ditto (for MAX).
112
113 Sun Nov 19 09:22:26 2006  Ben Pfaff  <blp@gnu.org>
114
115         * str.c (ss_get_long): New function.
116         (ss_compare_case) Ditto.
117         (ss_equals) Ditto.
118         (ss_equals_case) Ditto.
119
120 Tue Oct 31 19:28:19 2006  Ben Pfaff  <blp@gnu.org>
121
122         * str.h: [!HAVE_STRCHR] Drop compatibility code, because now we
123         assume a C89 compliant library.  (Gnulib makes this assumption so
124         we might as well too.)
125         [!HAVE_STRRCHR] Ditto.
126
127 Thu Oct 26 20:19:50 2006  Ben Pfaff  <blp@gnu.org>
128
129         * automake.mk: Add the new files.
130
131         * legacy-encoding.c: New file.
132
133         * legacy-encoding.h: New file.
134
135         * float-format.c: New file.
136
137         * float-format.h: New file.
138
139         * integer-format.c: New file.
140
141         * integer-format.h: New file.
142
143 Sun Oct 15 09:49:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
144
145         * hash.c hash.h: Added hsh_create_pool, a hash which uses a pool
146         for its memory allocation.
147
148 Mon Jul 31 15:49:46 2006  Ben Pfaff  <blp@gnu.org>
149
150         * compiler.h: (macro CONST_FUNCTION) New macro.
151         (macro PURE_FUNCTION) New macro.
152
153 Sun Jul 16 21:07:35 2006  Ben Pfaff  <blp@gnu.org>
154
155         * message.c: (static int messages_disabled) New variable.
156         (msg_emit) Don't emit the message if messages are disabled.
157         (msg_disable) New function.
158         (msg_enable) New function.
159
160         * str.c: (free_string) New function.
161         (ds_register_pool) New function.
162         (ds_unregister_pool) New function.
163         (ds_set_length) New function.
164
165 Mon Jul 10 17:26:58 WST 2006 John Darrington <john@darrington.wattle.id.au>
166
167         * llx.c: #included compiler.h and removed explicit preprocessor cruft.
168
169 Fri Jul  7 20:01:26 2006  Ben Pfaff  <blp@gnu.org>
170
171         * automake.mk: (src_libpspp_libpspp_a_SOURCES) Add assertion.h.
172         
173         * assertion.h: New file.  Replaced usage of assert(0) and abort()
174         with NOT_REACHED() from this file throughout the source tree.
175
176         * message.c: (request_bug_report_and_abort) Revise message printed
177         to include request to include lines above the message, which
178         should include an assertion failure message in many cases.
179         (msg_assert_fail) Removed.
180
181         * message.h: (assert) Removed.
182         (request_bug_report_and_abort) Mark NO_RETURN.
183
184 Mon Jul  3 09:36:42 WST 2006 John Darrington <john@darrington.wattle.id.au>
185
186         * i18n.c: Made character conversion tolerant of failure to create the 
187         necessary iconv structs.
188
189 Sat Jul  1 15:32:54 2006  Ben Pfaff  <blp@gnu.org>
190
191         * automake.mk: (src_libpspp_libpspp_a_SOURCES) Add new files.
192
193         * ll.c: New file.
194
195         * ll.h: New file.
196
197         * llx.c: New file.
198
199         * llx.h: New file.
200
201 Sun Jun 25 22:35:28 2006  Ben Pfaff  <blp@gnu.org>
202
203         Optimize rehashing: we know that none of the entries in the hash
204         table are equal, so we need not compare them to each other during
205         rehashing.
206         
207         * hash.c: (locate_empty_entry) New function.
208         (rehash) Use locate_empty_entry() instead of
209         locate_matching_entry().
210
211 Fri Jun  9 14:03:29 2006  Ben Pfaff  <blp@gnu.org>
212
213         Reform string library.
214         
215         * str.c (ss_empty): New function.  Replaces some uses of ls_init()
216         or ls_null().
217         (ss_cstr) New function.  Replaces some uses of ls_init().
218         (ss_buffer) New function.  Replaces some uses of ls_init().
219         (ss_substr) New function.
220         (ss_head) New function.
221         (ss_tail) New function.
222         (ss_alloc_substring) New function.  Replaces use of ls_create().
223         (ss_alloc_uninit) New function.
224         (ss_dealloc) New function.  Replaces use of ls_destroy().
225         (ss_truncate) New function.
226         (ss_rtrim) New function.
227         (ss_ltrim) New function.
228         (ss_trim) New function.
229         (ss_chomp) New function.
230         (ss_separate) New function.
231         (ss_tokenize) New function.
232         (ss_advance) New function.
233         (ds_create) Renamed ds_init_cstr().  Updated all callers.
234         (ss_match_char) New function.
235         (ss_get_char) New function.
236         (ss_get_until) New function.
237         (ss_get_chars) New function.
238         (ss_is_empty) New function.
239         (ss_length) New function.  Replaces ls_length().
240         (ss_data) New function.  Replaces many uses of ls_c_str().
241         (ss_end) New function.  Replaces ls_end().
242         (ss_at) New function.
243         (ss_first) New function.
244         (ss_last) New function.
245         (ss_span) New function.
246         (ss_cspan) New function.
247         (ss_compare) New function.
248         (ss_pointer_to_position) New function.
249         (ss_xstrdup) New function.
250         (ds_init) Renamed ds_init_empty().  All callers updated.
251         (ds_init_string) New function.
252         (ds_init_substring) Changed interface to take a struct substring.
253         Updated all callers.
254         (ds_init_cstr) New function.  Replaces ds_create().  All callers
255         updated.
256         (ds_assign_substring) Changed interface to take a struct
257         substring.  Updated all callers.
258         (ds_assign_buffer) Removed.  Changed all callers to use
259         ds_assign_substring().
260         (ds_assign_c_str) Renamed ds_assign_cstr().  All callers updated.
261         (ds_ss) New function.
262         (ds_substr) New function.
263         (ds_head) New function.
264         (ds_tail) New function.
265         (ds_rtrim) New function.  Replaces ds_rtrim_spaces().  All callers
266         updated.
267         (ds_ltrim) New function.  Replaces ds_ltrim_spaces().  All callers
268         updated.
269         (ds_trim) New function.  Replaces ds_trim_spaces().  All callers
270         updated.
271         (ds_rtrim_spaces) Removed.
272         (ds_ltrim_spaces) Removed.
273         (ds_trim_spaces) Removed.
274         (ds_separate) Changed interface to use substrings.  All callers
275         updated.
276         (ds_tokenize) Changed interface to use substrings.  All callers
277         updated.
278         (ds_c_str) Renamed ds_cstr().  All callers updated.
279         (ds_span) Changed interface to use substring for SKIP_SET and
280         dropped OFS.  All callers updated.
281         (ds_cspan) Changed interface to use substring for STOP_SET and
282         dropped OFS.  All callers updated.
283         (ds_find_char) New function.
284         (ds_compare) New function.
285         (ds_pointer_to_position) New function.
286         (ds_xstrdup) New function.  Replaced all users of
287         xstrdup(ds_c_str(s)) by a call to this function.
288         (ds_gets) Renamed ds_read_line().  All callers updated.
289         (ds_get_config_line) Renamed ds_read_config_line().  All callers
290         updated.
291         (ds_puts) Renamed ds_put_cstr().  All callers updated.
292         (ds_put_substring) New function.  Replaces ds_concat().  All
293         callers updated.
294         (ds_concat) Removed.
295         (ds_append_uninit) Renamed ds_put_uninit().  All callers updated.
296         (ds_printf) Renamed ds_put_format().  All callers updated.
297         (ds_vprintf) Renamed ds_put_vformat().  All callers updated.
298         (ds_putc) Renamed ds_put_char().  All callers updated.
299         (ds_putc_multiple) Renamed ds_put_char_multiple().  All callers
300         updated.
301         (ls_create) Removed.  Replaced by ss_alloc_substring().
302         (ls_create_buffer) Removed.  Replaced by ss_alloc_substring().
303         (ls_init) Removed.  Replaced by ss_buffer().
304         (ls_shallow_copy) Removed.  Just use assignment.
305         (ls_destroy) Removed.  Replaced by ss_dealloc().
306         (ls_null) Removed.
307         (ls_null_p) Removed.
308         (ls_empty_p) Removed.  Replaced by ss_is_empty().
309         (ls_c_str) Removed.
310         (ls_end) Removed.  Replaced by ss_end().
311
312         * str.h (struct fixed_string): Renamed struct substring, updated
313         all users.
314         (CC_SPACES) New macro.
315         (CC_DIGITS) Ditto.
316         (CC_XDIGITS) Ditto.
317         (CC_LETTERS) Ditto.
318         (CC_ALNUM) Ditto.
319         (SS_EMPTY_INITIALIZER) Ditto.
320         (SS_LITERAL_INITIALIZER) Ditto.
321         (struct string) Removed string, length members.  Add substring
322         member.
323         (DS_INITIALIZER) Rename DS_EMPTY_INITIALIZER.
324
325 Tue May 30 19:45:12 WST 2006 John Darrington <john@darrington.wattle.id.au>
326
327         * i18n.c i18n.h: New files.
328
329 Tue May 16 06:50:35 2006  Ben Pfaff  <blp@gnu.org>
330
331         * automake.mk (src/libpspp/version.c): Removed groff_font_path,
332         which is no longer used.
333
334         * message.c (request_bug_report_and_abort): Don't print
335         groff_font_path, which no longer exists.
336
337         * version.h (locale_dir): Removed groff_font_path.
338
339 Sun May 14 22:06:53 2006  Ben Pfaff  <blp@gnu.org>
340
341         * str.c (spprintf): Moved definition of spprintf() here, from
342         str.h.
343
344         * str.h: (nsprintf) Removed.  Changed all users to use sprintf()
345         instead.
346         (nvsprintf) Removed.  Changed all users to use vsprintf() instead.
347
348 Sun May 14 20:52:20 2006  Ben Pfaff  <blp@gnu.org>
349
350         * str.c (ds_init): Remove `capacity' argument and just initialize
351         the string to a capacity of zero.  Updated all callers.
352
353 Tue May  9 09:56:57 2006  Ben Pfaff  <blp@gnu.org>
354
355         * va_copy.h: Removed.  Now use va_copy() provided by gnulib
356         instead.
357
358         * automake.mk: (src_libpspp_libpspp_a_SOURCES) Removed va_copy.h.
359
360 Sun May  7 18:17:32 2006  Ben Pfaff  <blp@gnu.org>
361
362         * pool.c (pool_vasprintf): New function.
363         (pool_asprintf) New function.
364
365 Sun May  7 17:09:54 2006  Ben Pfaff  <blp@gnu.org>
366
367         * compiler.h: (macro WARN_UNUSED_RESULT) New macro.
368
369 Sun May  7 14:32:25 2006  Ben Pfaff  <blp@gnu.org>
370
371         * va_copy.h: New header.
372
373         * str.c: Use header instead of inlining va_copy() macro
374         implementation.
375
376 Sun May  7 10:06:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
377
378         * array.c array.h: Constness of sort.
379
380 Thu May  4 18:01:37 WST 2006 John Darrington <john@darrington.wattle.id.au>
381
382         * message.c message.h: Added functions to create and copy a msg.
383
384 Tue May  2 15:41:50 2006  Ben Pfaff  <blp@gnu.org>
385
386         * str.c (ds_append_uninit): No need to add 1 to arg passed to
387         ds_extend(), because the argument does not include space for a
388         null terminator.  Also, fix warning.
389
390 Tue Apr 25 11:07:19 2006  Ben Pfaff  <blp@gnu.org>
391
392         Finish reforming error message support.  In this phase, move
393         message.c into libpspp.
394         
395         * message.c: Move here from src/.  Also remove a few unneeded
396         headers.
397
398         * automake.mk (src_libpspp_libpspp_a_SOURCES): Add message.c. 
399
400 Tue Apr 25 10:54:44 2006  Ben Pfaff  <blp@gnu.org>
401
402         Continue reforming error message support.  In this phase, drop
403         actual message printing from core code, substituting a callback,
404         and add the callback to each UI.  Also, move verbose_msg() into
405         its own module.
406
407         * automake.mk (src_libpspp_libpspp_a_SOURCES): Added
408         verbose-msg.c, verbose-msg.h.
409
410         * verbose-msg.c: New file.
411
412         * verbose-msg.h: New file.
413
414 Mon Apr 24 17:26:47 2006  Ben Pfaff  <blp@gnu.org>
415
416         Continue reforming error message support.  In this phase, rename
417         all the message functions and types to start with "msg", except
418         for the ones that will be moving to other modules anyway.
419
420         All references to the identifiers below were updated likewise.
421         
422         * message.h: (enum file_locator) Renamed `enum msg_locator'.
423         (struct error) Renamed `struct msg'.
424         (err_assert_fail) Renamed msg_assert_fail().
425
426 Sun Apr 23 22:07:06 2006  Ben Pfaff  <blp@gnu.org>
427
428         Continue reforming error message support.  In this phase, get rid
429         of message "titles" and put the message text in `struct error'.
430         Now `struct error' encapsulates a message more properly.
431         
432         * message.h: (struct error) Remove `title' member.  Add `text'
433         member.
434         
435 Sun Apr 16 20:43:35 2006  Ben Pfaff  <blp@gnu.org>
436
437         Continue reforming error message support.  In this phase, we
438         divide the classification of messages along "category" and
439         "severity" axes.
440
441         * message.h: (enum msg_class) Named this set of enumerations.
442         (enum msg_category) New enum: MSG_GENERAL, MSG_SYNTAX, MSG_DATA.
443         (enum msg_severity) New enum: MSG_ERROR, MSG_WARNING, MSG_NOTE.
444         (msg_class_to_category) New inline function.
445         (msg_class_to_severity) New inline function.
446         (msg_class_from_category_and_severity) New inline function.
447         (struct error) Removed `class' member, added `category',
448         `severity'.  Updated all users of this struct to use the new
449         members.
450
451 Sun Apr 16 20:33:19 2006  Ben Pfaff  <blp@gnu.org>
452
453         * str.c (ds_vprintf): Don't try to write into the string if it is
454         null.
455
456 Sun Apr 16 18:52:41 2006  Ben Pfaff  <blp@gnu.org>
457
458         GNU standards require "file name" instead of "filename" in
459         documentation.  It's nice for our code to follow the convention
460         too.
461         
462         * message.h: (struct file_locator) Rename filename member to
463         file_name.  Updated all references.
464
465 Sun Apr 16 16:05:43 2006  Ben Pfaff  <blp@gnu.org>
466
467         Continue reforming error message support.  In this phase, we get
468         rid of VM() and the other msg() support for "verbosity", replacing
469         it by a new function verbose_msg().
470
471         * message.h: (enum ERR_CLASS_COUNT) Renamed ERR_CLASS_CNT.
472         (enum ERR_CLASS_MASK) Removed.
473         (enum ERR_VERBOSITY_SHIFT) Removed.
474         (enum ERR_VERBOSITY_MASK) Removed.
475         (macro VM) Removed.
476
477 Sun Apr 16 11:48:07 2006  Ben Pfaff  <blp@gnu.org>
478
479         Start reforming error message support.  In this phase, we get rid
480         of "installation errors" and change all uses of msg() in the
481         output drivers to uses of error() or error_at_line().
482
483         * message.h: Remove IE, IS enums.
484
485 Mon Apr  3 11:10:21 2006  Ben Pfaff  <blp@gnu.org>
486
487         * str.c: (ds_separate) Change interface for cleanliness and
488         consistency with ds_tokenize(), and rewrite to shorten and
489         simplify.  Updated all callers.
490         (ds_tokenize) New function.
491
492 Fri Mar 31 10:38:46 2006  Ben Pfaff  <blp@gnu.org>
493
494         Add freaderror() analogous to fwriteerror() in gnulib.
495
496         * freaderror.c: New file.
497
498         * freaderror.h: New file.
499
500 Thu Mar 30 16:15:37 2006  Ben Pfaff  <blp@gnu.org>
501
502         * str.c: (ds_create) Adjust capacity selection.
503         (ds_init) Use MAX macro for clarity.
504         (ds_create_substr) Rewrote.
505         (ds_replace) Renamed ds_assign_c_str(), reimplemented.  Changed
506         all callers to use a ds_assign_*() function.
507         (ds_init_substring) New function.
508         (ds_assign_string) New function.
509         (ds_assign_substring) New function.
510         (ds_assign_buffer) New function.
511         (ds_assign_c_str) New function.
512         (ds_truncate) Rewrote for clarity.
513         (ds_rpad) Reimplement in terms of ds_putc_multiple().
514         (ds_ltrim_spaces) Reimplement.
515         (ds_trim_spaces) New function.
516         (ds_separate) New function.
517         (ds_c_str) Make tolerant of null pointer, allowing static
518         initialization of strings.
519         (ds_find) Rename ds_span(), change interface.
520         (ds_n_find) Rename ds_cspan(), change interface.
521         (ds_at) New function.
522         (ds_first) Reimplement in terms of ds_at().
523         (remove_comment) New function.
524         (ds_get_config_line) Reimplement in terms of other functions.
525         Change type of LINE_NUMBER parameter.  Updated all callers.
526         (ds_vprintf) Modify for clarity.
527         (ds_putc) Better to be safe than sorry.
528         (ds_putc_multiple) New function.
529
530         * str.h: (struct string) Reorder members.
531         (macro DS_INITIALIZER) New macro that can be used to initialize a
532         string (as empty).
533         (ds_c_str) Remove inline version.
534
535 Tue Mar 28 13:49:11 WST 2006 John Darrington <john@darrington.wattle.id.au>
536
537         * str.[ch]: New functions ds_create_substr, ds_find, ds_n_find, 
538         ds_ltrim_spaces
539
540 Sat Mar  4 12:59:01 2006  Ben Pfaff  <blp@gnu.org>
541
542         * compiler.h: New file.
543
544 Sat Mar  4 11:55:16 2006  Ben Pfaff  <blp@gnu.org>
545
546         * str.h: Now assume that sprintf() returns the correct value.
547         Always implement spprintf as a static inline function.  Change
548         nsprintf, nvsprintf to simple macros that call sprintf, vsprintf.
549
550         * str.c: Remove spprintf, nsprintf, nvsprintf conditional
551         definitions.
552
553 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
554         
555         * Moved files from src directory