[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-2062-g9162
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2062-g91629b1 |
Date: |
Wed, 11 May 2011 05:24:14 +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 91629b1685cfb3c0606158257695a6ff6385242f (commit)
via 038c2e5f1e1a742d7c7731e33df4e9fe63cb5b72 (commit)
via c6a0811bac0249e4f0d60ad979d37c2719c6a020 (commit)
via a1731b6d1de448afb3a1b3ba7b774dcb50d543a4 (commit)
from 985d1dada4dcf383db0371d10de692d3db24520d (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 91629b1685cfb3c0606158257695a6ff6385242f
Author: Ben Pfaff <address@hidden>
Date: Tue May 10 22:21:59 2011 -0700
pspp-dump-sav: Add GNU standards compliant command line interface.
commit 038c2e5f1e1a742d7c7731e33df4e9fe63cb5b72
Author: Ben Pfaff <address@hidden>
Date: Tue May 10 22:14:23 2011 -0700
pspp-dump-sav: Do not mark any strings for translation.
The pspp-dump-sav program is a debugging tool not intended for common
use by end users, so it seems better to avoid burdening translators
with its strings.
commit c6a0811bac0249e4f0d60ad979d37c2719c6a020
Author: Ben Pfaff <address@hidden>
Date: Tue May 10 21:58:34 2011 -0700
pspp-dump-sav: Update #include syntax to current style.
commit a1731b6d1de448afb3a1b3ba7b774dcb50d543a4
Author: Ben Pfaff <address@hidden>
Date: Tue May 10 21:35:44 2011 -0700
dissect-sysfile: Move to new "utilities" directory as "pspp-dump-sav".
This utility comes in handy from time to time working with end users,
so I think it's best to start installing it with the other binaries,
instead of hiding it in the "tests" directory and having to explain
where to find it.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
tests/automake.mk | 7 -
utilities/automake.mk | 7 +
.../dissect-sysfile.c => utilities/pspp-dump-sav.c | 169 ++++++++++++--------
4 files changed, 114 insertions(+), 70 deletions(-)
create mode 100644 utilities/automake.mk
rename tests/dissect-sysfile.c => utilities/pspp-dump-sav.c (89%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2062-g91629b1,
Ben Pfaff <=