pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-700-g73fc6


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-700-g73fc61c
Date: Wed, 01 Jul 2009 22:58:43 +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, output has been updated
       via  73fc61ceb0586d13195c3da232bb0c733f469f50 (commit)
       via  800214f0b286ce6862cf767c17197ce8107b8ef6 (commit)
       via  d4fd026f83d552e37ebe303baf60ac5dd65a6fc6 (commit)
       via  1388653736c11bce0f3b2be983065730bc895cc3 (commit)
      from  0887b1273caa83a1f8de04dff600c001c6b66882 (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 73fc61ceb0586d13195c3da232bb0c733f469f50
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 15:55:35 2009 -0700

    output: Get rid of 'prc' member of struct outp_driver.
    
    Not only is having a per-procedure member in struct outp_driver a layering
    violation, it wasn't very useful, so this commit gets rid of it.

commit 800214f0b286ce6862cf767c17197ce8107b8ef6
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 15:54:50 2009 -0700

    LIST: Don't use outp_driver 'prc' member any longer.
    
    The LIST procedure is the only one that uses the 'prc' member of struct
    outp_driver.  This commit gets rid of that use, so that 'prc' can be
    removed, as part of a larger output subsystem cleanup.

commit d4fd026f83d552e37ebe303baf60ac5dd65a6fc6
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 15:53:55 2009 -0700

    output: Get rid of histogram_plot_n function.
    
    For some reason we have two functions to plot histograms, one of which is
    marked "deprecated" and the other of which is a trivial wrapper.  It's
    easy, however, to get rid of one of them and make the caller in charge of
    doing what the wrapper does, especially since the wrapper had only a single
    caller.  That is what this commit does.

commit 1388653736c11bce0f3b2be983065730bc895cc3
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 15:53:44 2009 -0700

    output: Fix segfault for writing output outside a command invocation.
    
    Running "make check" made this problem obvious, but it hadn't shown up in
    my in-GUI testing.

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

Summary of changes:
 src/language/data-io/list.q      |  375 ++++++++++++++++++++------------------
 src/language/stats/examine.q     |    5 +-
 src/language/stats/frequencies.q |    2 +-
 src/output/charts/dummy-chart.c  |   15 +-
 src/output/charts/plot-hist.c    |   59 +++---
 src/output/charts/plot-hist.h    |   23 +--
 src/output/manager.c             |    2 +-
 src/output/output.c              |    1 -
 src/output/output.h              |    1 -
 9 files changed, 246 insertions(+), 237 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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