1 2008-03-04 Ben Pfaff <blp@gnu.org>
3 Patch #6427. Reviewed by John Darrington.
5 * automake.mk: Add new files.
7 * syntax-gen.c: New file. Based on former
8 src/libpspp/syntax-gen.c but rewritten.
10 * syntax-gen.h: New file. Based on former
11 src/libpspp/syntax-gen.h but rewritten.
13 2007-10-10 Ben Pfaff <blp@gnu.org>
15 * src/ui/debugger.c: Use debugger if HAVE_FORK is defined, not
16 HAVE_SYS_TYPES_H. The latter is almost universal, but the former
17 is only available where it can be implemented.
19 2007-06-06 Ben Pfaff <blp@gnu.org>
21 Adapt case sources, sinks, and clients of procedure code to the
24 * automake.mk: Remove files.
26 * flexifile.c: Removed, dead code.
29 Thu Feb 8 06:34:52 2007 Ben Pfaff <blp@gnu.org>
31 * [!(HAVE_SYS_TYPES_H && HAVE_SYS_WAIT_H)] (connect_debugger) In
32 this case, we don't know how to connect to GDB, so just return.
34 Mon Jan 15 11:06:31 2007 Ben Pfaff <blp@gnu.org>
36 * flexifile.c [DEBUGGING] (dump_case_data): Use case accessor
39 Wed Dec 20 21:14:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
41 * flexifile.c (flexifilereader_cnum) : new function
43 Thu Nov 16 20:44:58 WST 2006 John Darrington <john@darrington.wattle.id.au>
45 * debugger.c debugger.h New files.
47 Mon Jul 17 18:22:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
49 * flexifile.c flexifile.h: New files. Implementations of casefiles.
51 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
53 * Moved files from src directory