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-705-g9bc7f


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-705-g9bc7fd4
Date: Thu, 02 Jul 2009 15:34: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, output has been updated
       via  9bc7fd4e5d03e4960960d9b16339a680d6f9ae06 (commit)
       via  62120c1a218f5172d69357073297a1004ec9ee52 (commit)
       via  3e00bf39cb0bc318bc2071e0b717ac893033150d (commit)
       via  78d55cb38818fa96116f913b72ced33fb3e1c10c (commit)
       via  ee4bbdf8f7fd15733c4fa02737bf485574dce231 (commit)
      from  73fc61ceb0586d13195c3da232bb0c733f469f50 (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 9bc7fd4e5d03e4960960d9b16339a680d6f9ae06
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 20:56:17 2009 -0700

    chart: Fix format string issues in draw_tick callers.
    
    The 'label' argument to draw_tick is used as a printf-type format string,
    so callers must pass "%s" to safely use an arbitrary string as a label.
    
    Also, hist_draw_bar was doing its own snprintf, but this commit changes it
    to take advantage of that provided by draw_tick.

commit 62120c1a218f5172d69357073297a1004ec9ee52
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 20:50:33 2009 -0700

    chart: Fix format string issues in chart_write_title callers.
    
    The 'title' argument to chart_write_title is used as a printf-type format
    string, so callers must pass "%s" to safely use an arbitrary string as a
    title.

commit 3e00bf39cb0bc318bc2071e0b717ac893033150d
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 19:29:49 2009 -0700

    piechart: Change 'angle' variable from static to automatic.

commit 78d55cb38818fa96116f913b72ced33fb3e1c10c
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 16:42:44 2009 -0700

    piechart: Fix spelling of "magnitude".

commit ee4bbdf8f7fd15733c4fa02737bf485574dce231
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 16:39:52 2009 -0700

    piechart: Use definition of M_PI from GSL.
    
    The GSL header <gsl/gsl_math.h> makes sure that the standard BSD
    mathematical constants are defined, so we don't have to do it ourselves.

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

Summary of changes:
 src/language/stats/examine.q     |    2 +-
 src/language/stats/frequencies.q |    2 +-
 src/output/charts/barchart.c     |    6 +++---
 src/output/charts/box-whisker.c  |    4 ++--
 src/output/charts/piechart.c     |   24 +++++++++---------------
 src/output/charts/piechart.h     |    4 ++--
 src/output/charts/plot-chart.h   |    9 ++++++---
 src/output/charts/plot-hist.c    |    8 ++------
 8 files changed, 26 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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