pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-55-g5443c4


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-55-g5443c41
Date: Wed, 21 Jan 2015 19:42:13 +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  5443c41f89a2b29cf8cf55f21eecb839fae08177 (commit)
      from  3f0ffe22c166d1c8a89822d96f61131180d177d5 (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 5443c41f89a2b29cf8cf55f21eecb839fae08177
Author: John Darrington <address@hidden>
Date:   Sun Jan 18 11:43:06 2015 +0100

    Frequencies: Added the /BARCHART subcommand.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                         |    2 +
 doc/statistics.texi                          |    4 +-
 src/language/stats/frequencies.c             |  135 ++++++++++++++++++++++++--
 src/output/automake.mk                       |    3 +
 src/output/cairo.c                           |    3 +
 src/output/charts/barchart-cairo.c           |   87 +++++++++++++++++
 src/output/charts/{piechart.c => barchart.c} |   53 +++++-----
 src/output/charts/{piechart.h => barchart.h} |   62 ++++++------
 tests/output/charts.at                       |   37 +++++++
 9 files changed, 318 insertions(+), 68 deletions(-)
 create mode 100644 src/output/charts/barchart-cairo.c
 copy src/output/charts/{piechart.c => barchart.c} (50%)
 copy src/output/charts/{piechart.h => barchart.h} (57%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]