d6c0ba3c80e066a500e418f1baab5a7ab10efe08
[pspp-builds.git] / src / language / data-io / ChangeLog
1 Sun Apr 23 22:05:58 2006  Ben Pfaff  <blp@gnu.org>
2
3         Continue reforming error message support.  In this phase, get rid
4         of message "titles" and put the message text in `struct error'.
5         Now `struct error' encapsulates a message more properly.
6         
7         * data-list.c: (macro RPD_ERR) Removed.
8         (rpd_msg) New function.  Updated all references to tmsg() to call
9         this function instead.
10
11 Sat Apr 15 19:38:13 2006  Ben Pfaff  <blp@gnu.org>
12
13         Remove last users of struct file_ext so we can get rid of it
14         entirely.
15         
16         * data-reader.c: (struct dfm_reader) Change file member from
17         struct file_ext to FILE *.  Updated all references.
18         (dfm_close_reader) Close file with fn_close() instead of
19         fn_close_ext().  Also, make a copy of the file name from the file
20         handle before closing it, because we can't extract it after we
21         close the file.
22         (dfm_open_reader) Open file with fn_open() instead of
23         fn_open_ext().
24
25         * data-writer.c: (struct dfm_writer) Change file member 
26         struct file_ext to FILE *.  Updated all references.
27         (dfm_close_writer) Close file with fn_close() instead of
28         fn_close_ext().  Also, make a copy of the file name from the file
29         handle before closing it, because we can't extract it after we
30         close the file.
31         (dfm_open_writer) Open file with fn_open() instead of
32         fn_open_ext().
33
34 Sat Apr 15 18:00:32 2006  Ben Pfaff  <blp@gnu.org>
35
36         * data-list.c: Add prototype to suppress warning for
37         cmd_repeating_data().
38         
39 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
40         
41         * Moved files from src directory