X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=06fed4f6193e8ddc157451055579c010ede44e59;hb=b648b71a8e7180c976aa66dfe05afcf152a1e19d;hp=7e1e8ea95441f9833c7f12548f322220973047d6;hpb=9f4661992f4b481c6dafa6fd53c94ecfe7b3af8c;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 7e1e8ea9..06fed4f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +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,