Applied patch #6515 : Allow dlls to be built on w32 platforms
[pspp] / src / ui / ChangeLog
index 3f59ee0166dcdd18e2487271a5ec148344e2dba8..bc9c192f676cddec8edaff64e45e5657001c33f2 100644 (file)
@@ -1,3 +1,31 @@
+2008-03-04  Ben Pfaff  <blp@gnu.org>
+
+       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  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
+
+       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  <blp@gnu.org>
 
        * [!(HAVE_SYS_TYPES_H && HAVE_SYS_WAIT_H)] (connect_debugger) In