[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2058-g985d
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2058-g985d1da |
Date: |
Wed, 11 May 2011 04:24:24 +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, master has been updated
via 985d1dada4dcf383db0371d10de692d3db24520d (commit)
via b73c7309c2fff2b35f406d8e0e75be3dc3621396 (commit)
from f1344e4c4f57a58742a245c6b244e9f2ab2abef3 (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 985d1dada4dcf383db0371d10de692d3db24520d
Author: Ben Pfaff <address@hidden>
Date: Tue May 10 15:57:44 2011 -0700
Automatically link every program against libintl and libiconv.
On glibc systems, libiconv and libintl are both built into libc. That
means that it's very easy to forget to link programs against them,
because it still builds OK on GNU/Linux. However, on other systems
they are usually separate libraries and forgetting to link against
them breaks the build.
This commit switches from previous PSPP practice, in which these
libraries were linked explicitly to every binary that requires them,
to a simplified practice where they are in LIBS so that every binary
is automatically linked to them. This has no disadvantage on
GNU/Linux, our primary target, and the advantage that on other targets
PSPP works more consistently.
commit b73c7309c2fff2b35f406d8e0e75be3dc3621396
Author: Ben Pfaff <address@hidden>
Date: Mon May 9 22:42:37 2011 -0700
gui: Get rid of the_recent_manager global.
The GTK+ function gtk_recent_manager_get_default() is documented to
return a singleton. We might as well take advantage of that instead
of caching its return value and passing it around.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
configure.ac | 3 ++-
src/ui/gui/automake.mk | 4 +---
src/ui/gui/psppire-data-window.c | 11 ++++-------
src/ui/gui/psppire-window.c | 17 ++++++++---------
src/ui/gui/psppire.c | 5 -----
src/ui/terminal/automake.mk | 3 +--
tests/automake.mk | 34 ++++++----------------------------
8 files changed, 23 insertions(+), 55 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2058-g985d1da,
Ben Pfaff <=