[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-1506-ge937
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1506-ge937634 |
Date: |
Sun, 29 Aug 2010 22:20:46 +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 e937634e9021aa0656a6362f169ec2183efed499 (commit)
via 66946a0a0cab3a51e6fded95aef4e991baee319f (commit)
via add3ba666ddc4f88fbf0934184c82e35c0787795 (commit)
via 215d1d014dbbf25c74c40ffd1155bc83cc752aaa (commit)
via 377d05c1eb7b390e2cdb049469fe6b0cfcf52615 (commit)
via 86eb95d2cd8b0acde9ace8fb02f3201001a9dedf (commit)
via 9588420054e809c99f1232682a270a619bdd032f (commit)
via 6b3d097998657df76b4cb67bce8fd3a0549c434a (commit)
via 2baad46505fe875f56e268e8abd1309ba927ed8f (commit)
from 0618de5992e81fb4777a1a638e590ae7a81fd332 (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 e937634e9021aa0656a6362f169ec2183efed499
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 15:17:11 2010 -0700
Implement the PRESERVE and RESTORE commands.
commit 66946a0a0cab3a51e6fded95aef4e991baee319f
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 14:55:41 2010 -0700
settings: Avoid using a pointer and global data for algorithms.
Until now the difference between the current and global settings for
the algorithms in uses has been maintained as two values plus a pointer
to the setting actually in use. Using global data like that makes it
harder to save and restore settings, so this commit adopt an alternate
method that avoids using global data or pointers.
commit add3ba666ddc4f88fbf0934184c82e35c0787795
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 11:37:19 2010 -0700
settings: Make viewwidth, viewlength "int"s instead of pointers.
I don't recall exactly why these were pointers any longer, but it doesn't
seem to be necessary any longer. It is more straightforward if they are
just stored in the same way as the other settings.
commit 215d1d014dbbf25c74c40ffd1155bc83cc752aaa
Author: Ben Pfaff <address@hidden>
Date: Sat Aug 28 20:38:18 2010 -0700
settings: Reformat the_settings initializer.
I find this formatting easier to read.
commit 377d05c1eb7b390e2cdb049469fe6b0cfcf52615
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 14:53:01 2010 -0700
format: Introduce a new type, struct fmt_settings.
Until now the collection of formatting styles have been poorly abstracted,
as an array. This commit introduces a new type, struct fmt_settings, that
represents all of the formatting styles currently in use.
commit 86eb95d2cd8b0acde9ace8fb02f3201001a9dedf
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 13:48:28 2010 -0700
format: Make fmt_number_style_init(), fmt_number_style_destroy() static.
These functions were not used outside format.c anyhow.
commit 9588420054e809c99f1232682a270a619bdd032f
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 12:37:48 2010 -0700
format: Remove prototypes of unimplemented functions.
commit 6b3d097998657df76b4cb67bce8fd3a0549c434a
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 12:36:24 2010 -0700
format: Move is_fmt_type() prototype near more-related functions.
commit 2baad46505fe875f56e268e8abd1309ba927ed8f
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 29 11:54:36 2010 -0700
format: Remove declaration of data that is never used.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 +-
doc/utilities.texi | 17 +++
src/data/format.c | 178 ++++++++++++++++++------------
src/data/format.h | 60 +++++-----
src/data/settings.c | 237 ++++++++++++++++++++-------------------
src/data/settings.h | 6 +-
src/language/command.def | 4 +-
src/language/utilities/set.q | 39 +++++++
src/ui/gui/psppire.c | 2 +-
src/ui/terminal/main.c | 5 +-
src/ui/terminal/terminal.c | 48 +++-----
tests/language/utilities/set.at | 20 ++++
12 files changed, 364 insertions(+), 256 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-1506-ge937634,
Ben Pfaff <=