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.6.1-1982-g14b3


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1982-g14b3603
Date: Sat, 23 Apr 2011 03:22:42 +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  14b360304396965ef0ed26f639e5b07e2766d23e (commit)
       via  4ec29c46810e4014b16bdf899691b298a00925e4 (commit)
      from  7e8e7526d6a51ac5333e54d346ddce63d99aedf4 (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 14b360304396965ef0ed26f639e5b07e2766d23e
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 22 20:21:57 2011 -0700

    ascii: Add support for multibyte characters.
    
    This commit modifies render.at, changing hyphens to non-breaking
    hyphens.  This change is only to ensure that the output for the tests
    in render.at are the same afterward.  Without these changes, these
    tests wrap these tables differently, because they break after the
    hyphens; before, only spaces were considered valid breakpoints.
    
    Bug #31478.

commit 4ec29c46810e4014b16bdf899691b298a00925e4
Author: Ben Pfaff <address@hidden>
Date:   Sat Apr 16 18:43:56 2011 -0700

    ascii: Drop useless 'wrap_mode' parameter from ascii_layout_cell().
    
    This parameter is always supplied as WRAP_WORD, so there's no point
    in having it at all.

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

Summary of changes:
 NEWS                                               |    4 +
 doc/invoking.texi                                  |   27 +-
 src/libpspp/str.c                                  |   24 +
 src/libpspp/str.h                                  |    3 +
 src/output/ascii.c                                 |  615 ++++++++++++++------
 .../data-io/inpt-pgm.h => output/ascii.h}          |   14 +-
 tests/automake.mk                                  |    1 +
 tests/output/ascii.at                              |  541 +++++++++++++++++
 tests/output/render-test.c                         |   91 +++-
 tests/output/render.at                             |   10 +-
 10 files changed, 1099 insertions(+), 231 deletions(-)
 copy src/{language/data-io/inpt-pgm.h => output/ascii.h} (73%)
 create mode 100644 tests/output/ascii.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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