[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-1418-g0eac
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1418-g0eac941 |
Date: |
Wed, 28 Jul 2010 17:33:16 +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 0eac9417b290d8373839cf72011fc86f5193741a (commit)
from 333ac49429e7cbdd331907918725a2a386a9bcb3 (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 0eac9417b290d8373839cf72011fc86f5193741a
Author: John Darrington <address@hidden>
Date: Wed Jul 28 16:32:00 2010 +0200
AGGREGATE: New file aggregate.h containing the summary function
specifications
Added a header file containing the declaration and type of the agr_func_tab
table, and expanded that type to contain a description of the function and
an explicit declaration of whether a source variable is permitted/needed.
This change is primarily for the benefit of the forthcoming dialog box for
the aggregate command. However it also (in my opinion) makes the existing
implementation a little easier to understand.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/aggregate.c | 84 ++++++++++++++++------------------------
src/language/stats/aggregate.h | 47 ++++++++++++++++++++++
2 files changed, 80 insertions(+), 51 deletions(-)
create mode 100644 src/language/stats/aggregate.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1418-g0eac941,
John Darrington <=