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