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-2-g80595f6


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-2-g80595f6
Date: Sun, 28 Sep 2014 04:37:20 +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  80595f6de2ea8f0b64756d76c7ac3c89a1abbbb8 (commit)
      from  231c19141bf72ecf5696340a15622b1562c5fcc0 (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 80595f6de2ea8f0b64756d76c7ac3c89a1abbbb8
Author: Friedrich Beckmann <address@hidden>
Date:   Sat Sep 27 21:32:17 2014 -0700

    Add GRAPH command initially with just scatterplots and histograms.

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

Summary of changes:
 AUTHORS                               |    2 +
 NEWS                                  |    5 +
 doc/statistics.texi                   |   47 +++
 src/language/command.def              |    2 +-
 src/language/stats/automake.mk        |    1 +
 src/language/stats/graph.c            |  540 +++++++++++++++++++++++++++++++++
 src/output/automake.mk                |    5 +-
 src/output/cairo-chart.h              |    2 +
 src/output/cairo.c                    |    3 +
 src/output/charts/scatterplot-cairo.c |  117 +++++++
 src/output/charts/scatterplot.c       |   73 +++++
 src/output/charts/scatterplot.h       |  106 +++++++
 tests/automake.mk                     |    1 +
 tests/language/stats/graph.at         |  149 +++++++++
 14 files changed, 1051 insertions(+), 2 deletions(-)
 create mode 100644 src/language/stats/graph.c
 create mode 100644 src/output/charts/scatterplot-cairo.c
 create mode 100644 src/output/charts/scatterplot.c
 create mode 100644 src/output/charts/scatterplot.h
 create mode 100644 tests/language/stats/graph.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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