Improve portability to NetBSD and Alpha.
[pspp-builds.git] / src / ui / terminal / ChangeLog
index 5dda93b72313fc8538876dd10e2ebaab7d3ff675..ad09bff30b906c94170260daefa2d77238cfa9f0 100644 (file)
@@ -1,3 +1,26 @@
+2007-02-25  Ben Pfaff  <blp@gnu.org>
+
+       Thanks to Jason Stover for verifying that this patch helps under
+       NetBSD.
+
+       * main.c [HAVE_IEEE_FP]: Include <ieeefp.h>.
+       (fpu_init) [HAVE_IEEE_FP]: Use setfpmask to mask floating-point
+       exceptions.
+
+Sun Feb 18 13:28:26 2007  Ben Pfaff  <blp@gnu.org>
+
+       * msg-ui.c: Don't include exit.h, because gnulib fixes up stdlib.h
+       as necessary.  Do include stdlib.h, because exit.h did so for us
+       and we need it.
+
+Thu Feb  8 15:07:04 2007  Ben Pfaff  <blp@gnu.org>
+
+       * read-line.c (readln_initialize): Instead of only supporting
+       history in unix, always support history, and only support a
+       history file when $HOME is defined.
+       (readln_uninitialize): Ditto.
+       (welcome) Call readln_initialize instead of duplicating code.
+
 Sun Dec 10 11:13:53 2006  Ben Pfaff  <blp@gnu.org>
 
        * command-line.c (pre_syntax_message): Use term "syntax" instead