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.3-44-gf86a0b


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-44-gf86a0b3
Date: Sun, 20 Jul 2014 00:49:29 +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  f86a0b3b5dd8be4fb750db00d829edb8c2a809f2 (commit)
       via  e65ab367928886d0bc172147132dfa3293ff6f7c (commit)
       via  88f5e7308328d00b3414f34f4313e1a489df2701 (commit)
      from  35fab6526c3b8491a05769cb72e24c00316c5d3f (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 f86a0b3b5dd8be4fb750db00d829edb8c2a809f2
Author: Ben Pfaff <address@hidden>
Date:   Sat Jul 19 17:44:30 2014 -0700

    render: Fix rendering corner cases when a cell is broken across pages.
    
    The rendering code ability to break individual cells across multiple pages
    has never received good test coverage because the criteria for doing that
    are strict enough that the testsuite hardly ever does it.  This commit adds
    a "--min-break=0" version to each test in the testsuite, which uncovers a
    number of bugs in the cell breaking code.  It also fixes those bugs.

commit e65ab367928886d0bc172147132dfa3293ff6f7c
Author: Ben Pfaff <address@hidden>
Date:   Tue Jul 15 00:05:07 2014 -0700

    render-test: Add output file option.

commit 88f5e7308328d00b3414f34f4313e1a489df2701
Author: Ben Pfaff <address@hidden>
Date:   Sun Jun 29 15:22:37 2014 -0700

    Make minimum breaks configurable.

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

Summary of changes:
 src/output/ascii.c         |   12 +-
 src/output/cairo.c         |   11 +
 src/output/options.c       |   10 +-
 src/output/render.c        |  177 +++++++--
 src/output/render.h        |    7 +-
 tests/output/render-test.c |   50 ++-
 tests/output/render.at     |  945 +++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 1104 insertions(+), 108 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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