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.7.9-448-gd96ea


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-448-gd96eac8
Date: Tue, 25 Dec 2012 01:15:39 +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  d96eac87d7f348b87f9d517b0ab3bd0cbe613284 (commit)
       via  8d9133ece0a6989d282e853a5a73db0c85bdb3a3 (commit)
       via  5c567ded508b12a43f70c5df4733f6fbf4cc6804 (commit)
       via  b745220f07d9ea7d4196318a79835563bbcbad6f (commit)
       via  b2518c70cc5b55bb630b07ddcda5dfd7a3613da4 (commit)
      from  936161be716da10dc67b6ade69cb7f04f45ab126 (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 d96eac87d7f348b87f9d517b0ab3bd0cbe613284
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 16:41:44 2012 -0800

    PRINT: Support ENCODING subcommand.
    
    Bug #35825.

commit 8d9133ece0a6989d282e853a5a73db0c85bdb3a3
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 16:34:30 2012 -0800

    placement-parser: New public function parse_column().
    
    This will acquire a new user in an upcoming commit.

commit 5c567ded508b12a43f70c5df4733f6fbf4cc6804
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 16:33:55 2012 -0800

    placement-parser: Don't allow "/" as a FORTRAN input format.
    
    DATA LIST allows / to appear inside FORTRAN format specifications but PRINT
    does not, so disallow it here.

commit b745220f07d9ea7d4196318a79835563bbcbad6f
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 14:18:01 2012 -0800

    u8-line: Add new u8_line_set_length() function.
    
    The other functions in the u8-line library come directly from the ASCII
    output driver.  This function is new, so I broke it into this separate
    commit to emphasize that.

commit b2518c70cc5b55bb630b07ddcda5dfd7a3613da4
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 14:16:51 2012 -0800

    u8-line: Factor out new library for composing lines of text in UTF-8.
    
    This code from the ASCII driver will also be useful for the PRINT command
    in an upcoming commit.

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

Summary of changes:
 doc/data-io.texi                        |   11 +-
 src/language/data-io/placement-parser.c |   41 +++++-
 src/language/data-io/placement-parser.h |    1 +
 src/language/data-io/print.c            |  234 +++++++++++++++++++++++++------
 src/libpspp/automake.mk                 |    2 +
 src/libpspp/u8-line.c                   |  221 +++++++++++++++++++++++++++++
 src/libpspp/u8-line.h                   |   42 ++++++
 src/output/ascii.c                      |  168 +++-------------------
 src/output/ascii.h                      |    3 +-
 tests/output/ascii.at                   |   41 ++++++
 tests/output/render-test.c              |   11 +-
 11 files changed, 566 insertions(+), 209 deletions(-)
 create mode 100644 src/libpspp/u8-line.c
 create mode 100644 src/libpspp/u8-line.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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