Improve portability to NetBSD and Alpha.
[pspp-builds.git] / src / ui / terminal / ChangeLog
index 4bc7b3619f6153a22de3d4713638194f90ced9b8..ad09bff30b906c94170260daefa2d77238cfa9f0 100644 (file)
@@ -1,3 +1,44 @@
+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
+       of "script".
+
+Sat Dec  9 07:21:02 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * msg-ui.c (msg_ui_done): call msg_locator_done.
+
+Sun Dec  3 11:57:00 2006  Ben Pfaff  <blp@gnu.org>
+
+       * read-line.c (read_interactive): Always read GETL_INTERACTIVE
+       lines.
+       
+Thu Nov 16 20:46:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * main.c: Connect debugger on errors.
+
 Tue Nov  7 20:54:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * command-line.c msg-ui.c msg-ui.h main.c: Added an -e