X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2FChangeLog;h=bc9c192f676cddec8edaff64e45e5657001c33f2;hb=57e1bd2b5e86c0f47ed8fcc23c4945034afb2053;hp=4a96aeb941a9479876c7386203e97d30fc102f8b;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/ChangeLog b/src/ui/ChangeLog index 4a96aeb941..bc9c192f67 100644 --- a/src/ui/ChangeLog +++ b/src/ui/ChangeLog @@ -1,3 +1,53 @@ +2008-03-04 Ben Pfaff + + Patch #6427. Reviewed by John Darrington. + + * automake.mk: Add new files. + + * syntax-gen.c: New file. Based on former + src/libpspp/syntax-gen.c but rewritten. + + * syntax-gen.h: New file. Based on former + src/libpspp/syntax-gen.h but rewritten. + +2007-10-10 Ben Pfaff + + * src/ui/debugger.c: Use debugger if HAVE_FORK is defined, not + HAVE_SYS_TYPES_H. The latter is almost universal, but the former + is only available where it can be implemented. + +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * automake.mk: Remove files. + + * flexifile.c: Removed, dead code. + * flexifile.h: Ditto. + +Thu Feb 8 06:34:52 2007 Ben Pfaff + + * [!(HAVE_SYS_TYPES_H && HAVE_SYS_WAIT_H)] (connect_debugger) In + this case, we don't know how to connect to GDB, so just return. + +Mon Jan 15 11:06:31 2007 Ben Pfaff + + * flexifile.c [DEBUGGING] (dump_case_data): Use case accessor + functions. + +Wed Dec 20 21:14:29 WST 2006 John Darrington + + * flexifile.c (flexifilereader_cnum) : new function + +Thu Nov 16 20:44:58 WST 2006 John Darrington + + * debugger.c debugger.h New files. + +Mon Jul 17 18:22:18 WST 2006 John Darrington + + * flexifile.c flexifile.h: New files. Implementations of casefiles. + Thu Mar 2 08:40:33 WST 2006 John Darrington * Moved files from src directory