cleanup-misc.patch from patch #6230.
[pspp-builds.git] / src / ui / ChangeLog
1 2007-10-10  Ben Pfaff  <blp@gnu.org>
2
3         * src/ui/debugger.c: Use debugger if HAVE_FORK is defined, not
4         HAVE_SYS_TYPES_H.  The latter is almost universal, but the former
5         is only available where it can be implemented.
6
7 2007-06-06  Ben Pfaff  <blp@gnu.org>
8
9         Adapt case sources, sinks, and clients of procedure code to the
10         new infrastructure.
11         
12         * automake.mk: Remove files.
13
14         * flexifile.c: Removed, dead code.
15         * flexifile.h: Ditto.
16
17 Thu Feb  8 06:34:52 2007  Ben Pfaff  <blp@gnu.org>
18
19         * [!(HAVE_SYS_TYPES_H && HAVE_SYS_WAIT_H)] (connect_debugger) In
20         this case, we don't know how to connect to GDB, so just return.
21
22 Mon Jan 15 11:06:31 2007  Ben Pfaff  <blp@gnu.org>
23
24         * flexifile.c [DEBUGGING] (dump_case_data): Use case accessor
25         functions.
26         
27 Wed Dec 20 21:14:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
28
29         * flexifile.c (flexifilereader_cnum) : new function
30
31 Thu Nov 16 20:44:58 WST 2006 John Darrington <john@darrington.wattle.id.au>
32
33         * debugger.c debugger.h New files.
34
35 Mon Jul 17 18:22:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
36
37         * flexifile.c flexifile.h: New files. Implementations of casefiles.
38
39 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
40         
41         * Moved files from src directory