X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=bcf78ace5a5419ca198bb6d12e2fbe22a39a2338;hb=aab828a13b340ac7f3302e3a009274ed49d43ef1;hp=46efad717a7882d310b8e4320f76409b2340faca;hpb=393668423c1c9456fd82db6b30f25de078915da5;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 46efad71..bcf78ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,318 @@ +2008-06-13 Ben Pfaff + + * configure.ac: Fix typo in AC_PREREQ command name. Thanks to + Stepan Kasal for reporting the problem. + +2008-06-04 Ben Pfaff + + * configure.ac: Update version number to 0.6.0 in preparation for + release. + +2008-05-15 Ben Pfaff + + * Smake (GNULIB_MODULES): Don't depend on memmem module, because + PSPP does not use memmem any longer. Use + unilbrk/ulc-width-linebreaks module instead of the linebreak + module, because the latter was split up into multiple modules and + that's the one we actually need. + +2008-05-09 John Darrington + + * INSTALL: For obscure reasons gettext 0.17 requires that + the string 'GNU pspp' occurs in some file in the root + directory. Otherwise make distcheck fails with a very non-intuitive + error message. So for want of somewhere better I added it + in INSTALL. + + But since this string now appears in this ChangeLog file, it + could be taken out of INSTALL ... + +2008-04-19 John Darrington + + * configure.ac : Improve checking of ncurses availability. + +2008-04-15 Ben Pfaff + + * configure.ac: Properly report required version of libglade. + Thanks to unknown-1 for reporting this bug. + +2008-04-15 John Darrington + + * configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as + recommended by latest autoconf manual. + +2008-02-19 John Darrington + + * configure.ac INSTALL: We now depend on GTK+ 2.12 + +2007-12-11 John Darrington + + * t-test-independent-samples-dialog.c: Quoted the group values, when + the group variable is a string variable. + +2007-12-04 Ben Pfaff + + * Smake (GNULIB_MODULES): Add ftello module. + +2007-11-05 Ben Pfaff + + * configure.ac: No need for check for off_t or for the size of + float or long double any longer, as we don't use the results + anymore. Also, no need to put #include into config.h + any longer, as this was only needed for --with-included-gettext, + which we have not supported for some time. + +2007-11-03 Ben Pfaff + + Allow output files to overwrite input files (bug #21280). + + * Smake (GNULIB_MODULES): Add fatal-signal, tempname modules. + +2007-11-02 Ben Pfaff + + * Smake (GNULIB_MODULES): Add isfinite, round modules. + +2007-10-12 Ben Pfaff + + Use trunc module from gnulib instead of our home-grown solution. + Patch #6224. + + * Smake: Add trunc to module list. + + * configure.ac: Don't need to check for trunc function any longer. + +2007-10-12 Ben Pfaff + + Use fseeko module from gnulib instead of our home-grown solution. + Patch #6228. + + * acinclude.m4: Delete PSPP_OFF_T macro. + + * configure.ac: Don't call AC_FUNC_FSEEKO or PSPP_OFF_T. + +2007-10-12 Ben Pfaff + + * Smake: Add fprintf-posix, printf-posix, printf-safe, + snprintf-posix, sprintf-posix, vasprintf-posxi, vfprintf-posix, + vprintf-posix, vsnprintf-posix, and vsprintf-posix modules, which + allow us to use C99 format specifiers (e.g. 'z') in *printf. + Also, changed many formerly casted arguments in *printf calls to + use one of these format specifiers and drop the cast. + +2007-10-11 Ben Pfaff + + * Smake: Drop alloca, alloca-opt modules as we don't use them + anymore. + +2007-10-10 Ben Pfaff + + * acinclude.m4: Improve formatting. + + * configure.ac: Ditto. Don't check for headers whose presence is + never tested. Don't use AC_C_CONST (we can assume that "const" is + implemented these days). Don't pass default sizes to + AC_CHECK_SIZEOF, since modern Autoconf doesn't need them. Don't + define FPREP_IEEE754, since it was not tested for. Don't use + AC_FUNC_VPRINTF, since we never tested for it. + +2007-10-06 John Darrington + + * configure.ac INSTALL: Change libglade version requirement. + Thanks to Paul Brown for reporting this issue. + +2007-09-30 Ben Pfaff + + * configure.ac: Print a message indicating success at the end of + the run. + + * INSTALL: Improve instructions. + +2007-09-22 Ben Pfaff + + Bug #21128. Reviewed by John Darrington. + + * acinclude.m4 (PSPP_LC_PAPER): New macro. + + * configure.ac: Use PSPP_LC_PAPER. + +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 + module. Corresponds to changes in src/data/file-name.c. + +Sat Feb 17 09:22:32 2007 Ben Pfaff + + * Smake (GNULIB_MODULES): Add tmpfile module, which fixes the use + of the tmpfile function under Windows. + +Fri Feb 16 10:50:38 2007 Ben Pfaff + + Better support cross-compiling by using CC_FOR_BUILD and + EXEEXT_FOR_BUILD for q2c. + + * Makefile.am: Add CC_FOR_BUILD, EXEEXT_FOR_BUILD variables. Use + in .q.c rule. + + * acinclude.m4: Add PSPP_CC_FOR_BUILD macro. + + * configure.ac: Call PSPP_CC_FOR_BUILD. + +Mon Feb 12 16:39:18 2007 Ben Pfaff + + * README: Note that iconv is required. + + * configure.ac: Enforce iconv requirement. + +Thu Feb 8 14:56:18 2007 Ben Pfaff + + Reduce platform dependence. + + * Makefile.am: Don't add -Dunix or -D__MSDOS__ to compiler command + line. Add $(top_builddir)/intl to include path to fix building + with the included libintl. + + * Smake (GNULIB_MODULES): Add `canonicalize', `sys_stat', + `mkstemp' modules. Remove `stat-macros' module, which is no + longer what we want, because what we want is provided by sys_stat + now, and remove its inclusions. Remove `strstr' module, which is + no longer in gnulib. Remove `readlink', `xreadlink', because we + no longer use either function. + + * configure.ac: Move gl_EARLY before AC_PROG_CC, where the gnulib + manual says it should be. Check for presence of execl, fork, + and popen. Drop check for unix versus msdos as host OS. + +Sat Nov 4 15:59:31 2006 Ben Pfaff + + * configure.ac: Check for the "round" function added in C99. + +Tue Oct 31 19:55:52 2006 Ben Pfaff + + * Smake (GNULIB_MODULES): Add `mempcpy' module. + +Tue Oct 31 19:29:05 2006 Ben Pfaff + + * configure.ac: Drop tests for strchr, strrchr because now we + assume a C89 compliant library. (Gnulib makes this assumption so + we might as well too.) + +Sun Oct 29 14:08:53 2006 Ben Pfaff + + * Smake (GNULIB_MODULES): Remove `restrict' from modules, because + recent gnulib doesn't have such a module. + +Mon Jul 17 18:23:38 2006 Ben Pfaff + + * Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is + required by recent gnulib. + +Sun Jul 16 19:51:45 2006 Ben Pfaff + + * Smake: Add xsize to GNULIB_MODULES. + +Wed Jul 12 13:41:18 2006 Ben Pfaff + + * Makefile.am: Add check_PROGRAMS and define to empty. + +Sat Jul 1 15:32:31 2006 Ben Pfaff + + * Makefile.am: Add noinst_PROGRAMS and define to empty. + +Tue May 9 20:46:06 2006 Ben Pfaff + + * Smake: Add stdarg to GNULIB_MODULES. + +Sun May 7 09:27:40 WST 2006 John Darrington + + * po/en_GB.po : Removed. Now that messages talking about coloUrs have + been removed, it does nothing. + Tue May 2 10:43:30 WST 2006 John Darrington * Bumped the minor version number from 0.4.1 to 0.4.2 to reflect