X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2FChangeLog;h=38443f8ea8bad0b607ae23b34ee59a6cef420131;hb=12219168a9ece27a11d652ae82c8e7d65e1be98f;hp=2397ee41c991c3d6e19ac6412ed1e733ea0c5425;hpb=3e15bceda1caf57a898ed98e147a6bc176d8b1fb;p=pspp-builds.git diff --git a/src/ui/ChangeLog b/src/ui/ChangeLog index 2397ee41..38443f8e 100644 --- a/src/ui/ChangeLog +++ b/src/ui/ChangeLog @@ -1,3 +1,27 @@ +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.