bfbe4043a4c9e34cda0680762afb99243c46ef4b
[pspp-builds.git] / src / language / data-io / ChangeLog
1 Sat Apr 15 19:38:13 2006  Ben Pfaff  <blp@gnu.org>
2
3         Remove last users of struct file_ext so we can get rid of it
4         entirely.
5         
6         * data-reader.c: (struct dfm_reader) Change file member from
7         struct file_ext to FILE *.  Updated all references.
8         (dfm_close_reader) Close file with fn_close() instead of
9         fn_close_ext().  Also, make a copy of the file name from the file
10         handle before closing it, because we can't extract it after we
11         close the file.
12         (dfm_open_reader) Open file with fn_open() instead of
13         fn_open_ext().
14
15         * data-writer.c: (struct dfm_writer) Change file member 
16         struct file_ext to FILE *.  Updated all references.
17         (dfm_close_writer) Close file with fn_close() instead of
18         fn_close_ext().  Also, make a copy of the file name from the file
19         handle before closing it, because we can't extract it after we
20         close the file.
21         (dfm_open_writer) Open file with fn_open() instead of
22         fn_open_ext().
23
24 Sat Apr 15 18:00:32 2006  Ben Pfaff  <blp@gnu.org>
25
26         * data-list.c: Add prototype to suppress warning for
27         cmd_repeating_data().
28         
29 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
30         
31         * Moved files from src directory