[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-33-g10c306
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-33-g10c3066 |
Date: |
Sat, 18 Feb 2012 13:22:19 +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 10c30668020c8157685867e902f6554806ffcfc3 (commit)
via 320480cba250c94eb108b0cb2236b9a6ff3b8ca2 (commit)
from e5f6c5e27d1972844a09be4c4a07f4255349273c (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 10c30668020c8157685867e902f6554806ffcfc3
Author: John Darrington <address@hidden>
Date: Sat Feb 18 12:18:23 2012 +0100
Use if(0) instead of #if 0
The Gnu Coding Standards recommend run time conditionals instead of
preprocessor
conditionals. I think this makes sense too, since #if 0'd code becomes
obsolete
without anyone noticing.
commit 320480cba250c94eb108b0cb2236b9a6ff3b8ca2
Author: John Darrington <address@hidden>
Date: Sat Feb 18 12:12:46 2012 +0100
categoricals.c: Fix memory access problems on empty interactions.
Make sure the categoricals behave correctly when passed
an interaction which contains no variables (ie, no catagories).
-----------------------------------------------------------------------
Summary of changes:
src/math/categoricals.c | 163 +++++++++++++++++++++++++----------------------
1 files changed, 86 insertions(+), 77 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-33-g10c3066,
John Darrington <=