b3c5b065b9513505ec8c05136de3dd30e71a41f4
[pspp-builds.git] / src / libpspp / ChangeLog
1 Tue Apr 25 11:07:19 2006  Ben Pfaff  <blp@gnu.org>
2
3         Finish reforming error message support.  In this phase, move
4         message.c into libpspp.
5         
6         * message.c: Move here from src/.  Also remove a few unneeded
7         headers.
8
9         * automake.mk (src_libpspp_libpspp_a_SOURCES): Add message.c. 
10
11 Tue Apr 25 10:54:44 2006  Ben Pfaff  <blp@gnu.org>
12
13         Continue reforming error message support.  In this phase, drop
14         actual message printing from core code, substituting a callback,
15         and add the callback to each UI.  Also, move verbose_msg() into
16         its own module.
17
18         * automake.mk (src_libpspp_libpspp_a_SOURCES): Added
19         verbose-msg.c, verbose-msg.h.
20
21         * verbose-msg.c: New file.
22
23         * verbose-msg.h: New file.
24
25 Mon Apr 24 17:26:47 2006  Ben Pfaff  <blp@gnu.org>
26
27         Continue reforming error message support.  In this phase, rename
28         all the message functions and types to start with "msg", except
29         for the ones that will be moving to other modules anyway.
30
31         All references to the identifiers below were updated likewise.
32         
33         * message.h: (enum file_locator) Renamed `enum msg_locator'.
34         (struct error) Renamed `struct msg'.
35         (err_assert_fail) Renamed msg_assert_fail().
36
37 Sun Apr 23 22:07:06 2006  Ben Pfaff  <blp@gnu.org>
38
39         Continue reforming error message support.  In this phase, get rid
40         of message "titles" and put the message text in `struct error'.
41         Now `struct error' encapsulates a message more properly.
42         
43         * message.h: (struct error) Remove `title' member.  Add `text'
44         member.
45         
46 Sun Apr 16 20:43:35 2006  Ben Pfaff  <blp@gnu.org>
47
48         Continue reforming error message support.  In this phase, we
49         divide the classification of messages along "category" and
50         "severity" axes.
51
52         * message.h: (enum msg_class) Named this set of enumerations.
53         (enum msg_category) New enum: MSG_GENERAL, MSG_SYNTAX, MSG_DATA.
54         (enum msg_severity) New enum: MSG_ERROR, MSG_WARNING, MSG_NOTE.
55         (msg_class_to_category) New inline function.
56         (msg_class_to_severity) New inline function.
57         (msg_class_from_category_and_severity) New inline function.
58         (struct error) Removed `class' member, added `category',
59         `severity'.  Updated all users of this struct to use the new
60         members.
61
62 Sun Apr 16 20:33:19 2006  Ben Pfaff  <blp@gnu.org>
63
64         * str.c (ds_vprintf): Don't try to write into the string if it is
65         null.
66
67 Sun Apr 16 18:52:41 2006  Ben Pfaff  <blp@gnu.org>
68
69         GNU standards require "file name" instead of "filename" in
70         documentation.  It's nice for our code to follow the convention
71         too.
72         
73         * message.h: (struct file_locator) Rename filename member to
74         file_name.  Updated all references.
75
76 Sun Apr 16 16:05:43 2006  Ben Pfaff  <blp@gnu.org>
77
78         Continue reforming error message support.  In this phase, we get
79         rid of VM() and the other msg() support for "verbosity", replacing
80         it by a new function verbose_msg().
81
82         * message.h: (enum ERR_CLASS_COUNT) Renamed ERR_CLASS_CNT.
83         (enum ERR_CLASS_MASK) Removed.
84         (enum ERR_VERBOSITY_SHIFT) Removed.
85         (enum ERR_VERBOSITY_MASK) Removed.
86         (macro VM) Removed.
87
88 Sun Apr 16 11:48:07 2006  Ben Pfaff  <blp@gnu.org>
89
90         Start reforming error message support.  In this phase, we get rid
91         of "installation errors" and change all uses of msg() in the
92         output drivers to uses of error() or error_at_line().
93
94         * message.h: Remove IE, IS enums.
95
96 Mon Apr  3 11:10:21 2006  Ben Pfaff  <blp@gnu.org>
97
98         * str.c: (ds_separate) Change interface for cleanliness and
99         consistency with ds_tokenize(), and rewrite to shorten and
100         simplify.  Updated all callers.
101         (ds_tokenize) New function.
102
103 Fri Mar 31 10:38:46 2006  Ben Pfaff  <blp@gnu.org>
104
105         Add freaderror() analogous to fwriteerror() in gnulib.
106
107         * freaderror.c: New file.
108
109         * freaderror.h: New file.
110
111 Thu Mar 30 16:15:37 2006  Ben Pfaff  <blp@gnu.org>
112
113         * str.c: (ds_create) Adjust capacity selection.
114         (ds_init) Use MAX macro for clarity.
115         (ds_create_substr) Rewrote.
116         (ds_replace) Renamed ds_assign_c_str(), reimplemented.  Changed
117         all callers to use a ds_assign_*() function.
118         (ds_init_substring) New function.
119         (ds_assign_string) New function.
120         (ds_assign_substring) New function.
121         (ds_assign_buffer) New function.
122         (ds_assign_c_str) New function.
123         (ds_truncate) Rewrote for clarity.
124         (ds_rpad) Reimplement in terms of ds_putc_multiple().
125         (ds_ltrim_spaces) Reimplement.
126         (ds_trim_spaces) New function.
127         (ds_separate) New function.
128         (ds_c_str) Make tolerant of null pointer, allowing static
129         initialization of strings.
130         (ds_find) Rename ds_span(), change interface.
131         (ds_n_find) Rename ds_cspan(), change interface.
132         (ds_at) New function.
133         (ds_first) Reimplement in terms of ds_at().
134         (remove_comment) New function.
135         (ds_get_config_line) Reimplement in terms of other functions.
136         Change type of LINE_NUMBER parameter.  Updated all callers.
137         (ds_vprintf) Modify for clarity.
138         (ds_putc) Better to be safe than sorry.
139         (ds_putc_multiple) New function.
140
141         * str.h: (struct string) Reorder members.
142         (macro DS_INITIALIZER) New macro that can be used to initialize a
143         string (as empty).
144         (ds_c_str) Remove inline version.
145
146 Tue Mar 28 13:49:11 WST 2006 John Darrington <john@darrington.wattle.id.au>
147
148         * str.[ch]: New functions ds_create_substr, ds_find, ds_n_find, 
149         ds_ltrim_spaces
150
151 Sat Mar  4 12:59:01 2006  Ben Pfaff  <blp@gnu.org>
152
153         * compiler.h: New file.
154
155 Sat Mar  4 11:55:16 2006  Ben Pfaff  <blp@gnu.org>
156
157         * str.h: Now assume that sprintf() returns the correct value.
158         Always implement spprintf as a static inline function.  Change
159         nsprintf, nvsprintf to simple macros that call sprintf, vsprintf.
160
161         * str.c: Remove spprintf, nsprintf, nvsprintf conditional
162         definitions.
163
164 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
165         
166         * Moved files from src directory