[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-2007-gc586
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2007-gc58614b |
Date: |
Tue, 26 Apr 2011 16:30:38 +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 c58614b86dd3611333fdf5fe3122ce738e9d4896 (commit)
via 8f080dd93a76d536090c32b58c94ee4400b3f5e3 (commit)
via 5370b8123f10204aa716477fdeb8daa4e71af7d2 (commit)
via 3e501944c450015e03cbe147267d3e0866d6c2d9 (commit)
from b84ba63c22f65fffebf1dec32a982be2d5a83536 (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 c58614b86dd3611333fdf5fe3122ce738e9d4896
Author: Ben Pfaff <address@hidden>
Date: Mon Apr 25 20:06:19 2011 -0700
QUICK CLUSTER: Adjust comment style.
PSPP uses primarily /**/ style comments so the use of // comments in
this file sticks out.
Also we generally wrap comments (and code) at 79 columns and try to
write comments as whole sentences, at least where there is room.
Also, usually PSPP avoids multiple blank lines in a row.
commit 8f080dd93a76d536090c32b58c94ee4400b3f5e3
Author: Ben Pfaff <address@hidden>
Date: Mon Apr 25 19:59:01 2011 -0700
QUICK CLUSTER: Update #include directives to match current style.
These days, usually system header files are #included first, using
<> notation, and then PSPP's one header files, using "" notation.
Each group is alphabetized.
commit 5370b8123f10204aa716477fdeb8daa4e71af7d2
Author: Ben Pfaff <address@hidden>
Date: Mon Apr 25 19:56:42 2011 -0700
QUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
It's unusual to put 'static' function prototypes into a header file:
header files are usually used to export declarations for use by other
source files, but 'static' functions cannot be called outside their
own source files.
commit 3e501944c450015e03cbe147267d3e0866d6c2d9
Author: Mehmet Hakan Satman <address@hidden>
Date: Mon Apr 25 19:53:15 2011 -0700
QUICK CLUSTER: New command.
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 2 +
NEWS | 2 +
src/language/command.def | 4 +-
src/language/stats/automake.mk | 1 +
src/language/stats/quick-cluster.c | 565 +++++++++++++++++++++++++++++++++
tests/automake.mk | 1 +
tests/language/stats/quick-cluster.at | 74 +++++
7 files changed, 647 insertions(+), 2 deletions(-)
create mode 100644 src/language/stats/quick-cluster.c
create mode 100644 tests/language/stats/quick-cluster.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2007-gc58614b,
Ben Pfaff <=