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-1891-g94ab


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1891-g94ab41f
Date: Sat, 12 Feb 2011 16:02:59 +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  94ab41f950adbdbd353c376851f3198abc9736fa (commit)
       via  d6850d8b37aed424e3d35ca1439243220678b72a (commit)
       via  53d725a9a75cf1644a4cbc9a7d08855ac02b65e4 (commit)
      from  42004e91dc5a76f746b9bf902130182318806291 (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 94ab41f950adbdbd353c376851f3198abc9736fa
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 12 08:02:48 2011 -0800

    PRINT SPACE: When an output file is specified, don't ignore expression.
    
    When both OUTFILE= and an expression were specified on PRINT SPACE, the
    expression was ignored (if it was only a single token) or an error would
    occur (if it was was more than one token).

commit d6850d8b37aed424e3d35ca1439243220678b72a
Author: Ben Pfaff <address@hidden>
Date:   Sun Feb 6 13:39:38 2011 -0800

    GET DATA: Get rid of lex_put_back().
    
    An upcoming commit will get rid of lex_put_back(), so don't use it here.

commit 53d725a9a75cf1644a4cbc9a7d08855ac02b65e4
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 12 14:00:28 2010 -0800

    float-format: Eliminate tests' dependence on exact string encoding.
    
    Until now, the float-format tests have depended on the PSPP syntax
    accepting arbitrary byte values in strings, without treating them as part
    of any particular encoding.  The lexer is being rewritten so that this
    assumption is no longer true, so this commit eliminates this assumption in
    the float-format tests.  After this commit, the tests only use ASCII
    characters in strings.

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

Summary of changes:
 src/language/data-io/get-data.c       |   10 ++-
 src/language/data-io/print-space.c    |    3 +-
 src/language/tests/float-format.c     |   80 ++++++++++++++++++------
 tests/automake.mk                     |    1 +
 tests/language/data-io/print-space.at |   93 ++++++++++++++++++++++++++++
 tests/libpspp/float-format.at         |  107 +++++++++++++++++----------------
 6 files changed, 215 insertions(+), 79 deletions(-)
 create mode 100644 tests/language/data-io/print-space.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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