X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=b117867f7f790babbb501a46c26894b62a403869;hb=afbd9bcace01167e6e2d00031e523aa80e68a4fb;hp=2247ab48f86db461552514d1886b04bd07cd2ea4;hpb=89cc65d7523e45ec0ecf40da1fe1e4ab5ad8eac8;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 2247ab48..b117867f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2007-08-05 Ben Pfaff + + Bug #16189. Reviewed by Jason Stover. + * acinclude.m4: If -lplot doesn't work by itself, also test with + typical X11 libraries. + +2007-07-27 Ben Pfaff + + Bug #19069. + * INSTALL: Improve installation instructions. + * README: Move prerequisites to INSTALL. + Reviewed by Jason Stover. + + * configure.ac: Make PKG_CHECK_MODULES tests more user-friendly, + by having them give their errors at the end of the configuration + process instead of stopping it in the middle. Patch #6116. + Reviewed by Jason Stover. + +2007-06-14 Ben Pfaff + + * Smake: Use xmalloca instead of xallocsa due to module renaming. + Update all uses. + +2007-06-06 Ben Pfaff + + * Smake: Add xallocsa to modules. + +2007-04-22 Ben Pfaff + + Implement model checker for testing purposes. + + Patch #5873. + + * Smake (GNULIB_MODULES): Add crypto/md4, fwriteerror, + gettimeofday. + +2007-04-03 Ben Pfaff + + * configure.ac: Increment version to 0.4.3 due to snapshot posted + to alpha.gnu.org. + Suggested by John Darrington. + +2007-04-03 Ben Pfaff + + Use Gnulib's fpieee module instead of specifying -mieee by hand. + + * Smake: Use fpieee module from Gnulib. + + * configure.ac: Don't enable -mieee. + +2007-03-19 Ben Pfaff + + Work toward modernizing the build system by updating our Automake + and Autoconf dependencies and requiring libintl to be available + externally (if desired) instead of including a copy in the + distribution. + + * Makefile.am (AUTOMAKE_OPTIONS): Require Automake 1.10 (or + later), which works better with systems that have a non-empty + $(EXEEXT). + (SUBDIRS): Drop intl. + (DISTCLEANFILES): Drop intl/plural.c. + + * Throughout Makefile.am and the automake.mk files: Change + mkinstalldirs to $(MKDIR_P), to support the corresponding Automake + change. + + * Smake (GNULIB_MODULES): Use gettext-h instead of gettext module. + (all): Don't create intl directory. + (gettextize): Don't use --intl flag. + + * configure.ac: Require Autoconf 2.60 or later. Use external + gettext. Drop intl/Makefile from config files. + +2007-02-25 Ben Pfaff + + Thanks to Jason Stover for verifying that this patch helps under + NetBSD. + + * acinclude.m4: Rename PSPP_ENABLE_WARNING to PSPP_ENABLE_OPTION, + because it's useful for more than warnings. + + * configure.ac: Add PSPP_ENABLE_OPTION(-mieee) to improve IEEE + floating-point conformance on Alpha and SH architectures. Also, + check for fpsetmask function (available on BSDs). + Mon Feb 19 10:52:21 2007 Ben Pfaff * Smake (GNULIB_MODULES): Add dirname module, remove canonicalize