[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1 |
Date: |
Fri, 10 Oct 2008 05:46:43 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, stable has been updated
via d9d37c3a04dc15263c561174b87e48a4650b412c (commit)
via f61eb021e40f2fdf82bb93b6525189b46cbc977a (commit)
via eebfb13c43a0623eec8b83824a0802cdc60e533e (commit)
via a0b613e3110c673829cc7c5c005b9591ab99c3d9 (commit)
via c62c692134dc5107354ffccb7a9ad2039b2b5f11 (commit)
via c3752b2b7d790e44929972365c37273fefa4970e (commit)
via 8fb130b44c911531772c259c8db06cf097cf6821 (commit)
via fd43ef3ede38295240747ec306a44d7c0fb33a4a (commit)
via 625011da0d7cfcc4536fd95bad7f0da7c7750b81 (commit)
via 65eaf640ddf133276d3ea1b9c0fc263ee6139bdc (commit)
via 3172448ff5a6f96fab659f6a6f4e5049405603b1 (commit)
from 7ce6874eaf41e67636bbc5677b3b5016fa2324cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d9d37c3a04dc15263c561174b87e48a4650b412c
Author: Ben Pfaff <address@hidden>
Date: Thu Oct 9 21:32:35 2008 -0700
Update NEWS for 0.6.1.
commit f61eb021e40f2fdf82bb93b6525189b46cbc977a
Author: John Darrington <address@hidden>
Date: Tue Oct 7 19:40:56 2008 +0800
Fixed problems when building with --enable-relocatable
Added the INSTALLDIR macro to tests/dissect-sysfile.
Relocated the pathname of the splash screen graphic.
commit eebfb13c43a0623eec8b83824a0802cdc60e533e
Author: Ben Pfaff <address@hidden>
Date: Sun Oct 5 11:17:10 2008 -0700
Use Gnulib module "regex", to fix linking on Mingw.
The GUI code uses POSIX regular expressions, which Mingw has in a separate
library (-lregex). We could just search for that library, but by including
our own implementation (via Gnulib) we also work around known bugs in
system regular expression implementations.
commit a0b613e3110c673829cc7c5c005b9591ab99c3d9
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 21:21:28 2008 -0700
Update NEWS for 0.6.1-rc2.
commit c62c692134dc5107354ffccb7a9ad2039b2b5f11
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 21:11:20 2008 -0700
Add ".sav" or ".por" suffix to filename when saving with Save_As
Closes bug #23137
(This is a cross-port of commit 169887f6d6d7bf5c10d5b05786aa3fd252040c93
from the master branch, originally authored and committed by John
Darrington.)
commit c3752b2b7d790e44929972365c37273fefa4970e
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 20:59:44 2008 -0700
Only use -fgnu89-inline if the compiler actually supports it.
Jason Stover pointed out that we were using -fgnu89-inline even when the
compiler didn't support it. Obviously that's not good.
commit 8fb130b44c911531772c259c8db06cf097cf6821
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 21:01:50 2008 -0700
Also warn about missing prerequisites as we encounter them (bug #24445).
It can happen that configure bails out in the middle due to some issue
that PSPP cannot directly control; for example, AC_CHECK_SIZEOF exits
unconditionally if it fails. If this happens then, before, we would fail
to warn about missing required prerequisites that could well have been
the actual cause of the failure, because we only warn about these at
the end of the run.
Now, we warn about missing prerequisites both at time of detection and
in a summary at the end, to head off this problem.
Thanks to Jim Orr for allowing me to notice the problem.
commit fd43ef3ede38295240747ec306a44d7c0fb33a4a
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 21:00:55 2008 -0700
Add note to INSTALL explaining how to use libraries from /usr/local.
Several users have had trouble building PSPP with self-built GSL, etc.
that were installed to /usr/local. Explain how to do it here to be
more friendly to Unix novices.
Thanks to Jim Orr for making me realize that this was important.
commit 625011da0d7cfcc4536fd95bad7f0da7c7750b81
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 20:54:28 2008 -0700
Add pspp-dev.dvi to CLEANFILES.
Automake does not seem to clean this file automatically. (Is this an
Automake bug?)
commit 65eaf640ddf133276d3ea1b9c0fc263ee6139bdc
Author: Ben Pfaff <address@hidden>
Date: Fri Oct 3 20:53:51 2008 -0700
Append $(EXEEXT_FOR_BUILD) to output file name when building q2c.
Thanks to "Michel Boaventura" <address@hidden> for reporting
this problem and to John Darrington for assisting with the solution.
commit 3172448ff5a6f96fab659f6a6f4e5049405603b1
Author: Ben Pfaff <address@hidden>
Date: Thu Oct 2 20:42:23 2008 -0700
Update NEWS for 0.6.1 release.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 13 +++++++++
NEWS | 57 ++++++++++++++++++++++++++++++++++++++-
Smake | 1 +
acinclude.m4 | 53 +++++++++++++++++++++++--------------
doc/automake.mk | 1 +
src/language/lexer/automake.mk | 2 +-
src/ui/gui/data-editor.c | 5 +++
src/ui/gui/main.c | 3 +-
tests/automake.mk | 1 +
9 files changed, 112 insertions(+), 24 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1,
Ben Pfaff <=