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