X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=ad09bff30b906c94170260daefa2d77238cfa9f0;hb=5d5b324c12dc799e6e4dc3230e93edaa7d0a0272;hp=4bc7b3619f6153a22de3d4713638194f90ced9b8;hpb=f5574c6264163859a8eb94ab1e33bcc1b61fce5f;p=pspp-builds.git diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index 4bc7b361..ad09bff3 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,44 @@ +2007-02-25 Ben Pfaff + + Thanks to Jason Stover for verifying that this patch helps under + NetBSD. + + * main.c [HAVE_IEEE_FP]: Include . + (fpu_init) [HAVE_IEEE_FP]: Use setfpmask to mask floating-point + exceptions. + +Sun Feb 18 13:28:26 2007 Ben Pfaff + + * 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 + + * 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 + + * command-line.c (pre_syntax_message): Use term "syntax" instead + of "script". + +Sat Dec 9 07:21:02 WST 2006 John Darrington + + * msg-ui.c (msg_ui_done): call msg_locator_done. + +Sun Dec 3 11:57:00 2006 Ben Pfaff + + * read-line.c (read_interactive): Always read GETL_INTERACTIVE + lines. + +Thu Nov 16 20:46:35 WST 2006 John Darrington + + * main.c: Connect debugger on errors. + Tue Nov 7 20:54:32 WST 2006 John Darrington * command-line.c msg-ui.c msg-ui.h main.c: Added an -e