[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-2150-ge98c
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2150-ge98c317 |
Date: |
Wed, 13 Jul 2011 14:15:12 +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 e98c317cda4361ba7e3e7de0f064be7d8100bcdb (commit)
via 7c21ea20071516164a23ddd576ba394996368dbc (commit)
via 676891a38608a91595d7af418785d045bb831f92 (commit)
from be7746b1dbfae61c8883774d2c475f23dd9c159e (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 e98c317cda4361ba7e3e7de0f064be7d8100bcdb
Author: Ben Pfaff <address@hidden>
Date: Mon Jul 4 14:49:22 2011 -0700
variable: Simplify var_set_display_width().
I don't see a reason to keep old_width or to call
dict_var_changed() if nothing changed.
commit 7c21ea20071516164a23ddd576ba394996368dbc
Author: Ben Pfaff <address@hidden>
Date: Mon Jul 4 14:47:35 2011 -0700
format: Use max width for over-max decimals in fmt_fix().
In fmt_fix(), requesting more decimals than are possible did
not increase the width at all. It makes better sense to use
the maximum width and maximum decimals for this case, so this
commit makes that change.
commit 676891a38608a91595d7af418785d045bb831f92
Author: Ben Pfaff <address@hidden>
Date: Mon Jul 4 14:12:42 2011 -0700
format: Honor width step in fmt_fix().
This ensures that hexadecimal format widths will be a multiple
of 2 after fmt_fix() finishes with them.
This function is used only by the GUI, which doesn't generally
work with hexadecimal formats, so it might not fix a real bug
in practice.
-----------------------------------------------------------------------
Summary of changes:
src/data/format.c | 24 +++++++++++++-----------
src/data/variable.c | 14 ++++++--------
2 files changed, 19 insertions(+), 19 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-2150-ge98c317,
Ben Pfaff <=