[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-1629-g1d2f
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1629-g1d2f440 |
Date: |
Sun, 03 Oct 2010 11:24:23 +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 1d2f440bdf1725b65b9fdc30217979115769f47e (commit)
via a12db30484865673b5e171f24170fcd51be26fef (commit)
via 16e66034f4a0f17394ae2ab73d5976d9386a02cf (commit)
via 2462550d05c7cecd168815ef82fa7d25d5855be2 (commit)
via 83b0c254833ff0c22ebf1b2d1c89343f548b15fd (commit)
via b8e468c47bf5ef5148b570466cd3225b4c02a3d3 (commit)
from a67571068a8d01da4a810c65bc230cea2b1d7a3f (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 1d2f440bdf1725b65b9fdc30217979115769f47e
Author: John Darrington <address@hidden>
Date: Sun Oct 3 13:16:36 2010 +0200
Consolidate translatable strings
commit a12db30484865673b5e171f24170fcd51be26fef
Author: John Darrington <address@hidden>
Date: Sun Oct 3 12:45:06 2010 +0200
Remove erroneous CONST_CAST
Commit 97f9b8ad137e333af9b3c767556d28dfda93a461 attempted to use CONST_CAST
to
avoid a compiler warning about constness. However it applies at the wrong
level of deference. This change undoes that particular problem and reverts
to the original cast.
commit 16e66034f4a0f17394ae2ab73d5976d9386a02cf
Author: John Darrington <address@hidden>
Date: Sun Oct 3 12:37:30 2010 +0200
Constness
commit 2462550d05c7cecd168815ef82fa7d25d5855be2
Author: John Darrington <address@hidden>
Date: Sun Oct 3 12:25:00 2010 +0200
Fix memory leaks in ROC command
commit 83b0c254833ff0c22ebf1b2d1c89343f548b15fd
Author: John Darrington <address@hidden>
Date: Sun Oct 3 12:23:18 2010 +0200
Add comments informing the caller about side effects
commit b8e468c47bf5ef5148b570466cd3225b4c02a3d3
Author: John Darrington <address@hidden>
Date: Sun Oct 3 10:41:36 2010 +0200
Consistently use the return value from case_ref.
This makes debugging easier.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 901 +++++++++++++++++++-------------------
src/data/casegrouper.c | 4 +-
src/data/casereader-translator.c | 3 +-
src/data/casereader.c | 2 +-
src/data/dictionary.c | 2 +-
src/language/stats/crosstabs.q | 8 +-
src/language/stats/factor.c | 2 +-
src/language/stats/roc.c | 78 ++--
src/math/order-stats.c | 3 +-
src/math/sort.c | 6 +-
src/ui/gui/psppire-data-store.c | 2 +-
tests/dissect-sysfile.c | 4 +-
12 files changed, 513 insertions(+), 502 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-1629-g1d2f440,
John Darrington <=