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.0-44-g254183


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.0-44-g254183e
Date: Mon, 02 Sep 2013 20:00:49 +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  254183e467ae32e6581fafc798a057f55e34773e (commit)
      from  d7ab350db46e9e410119723b14a6f2783279bd2a (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 254183e467ae32e6581fafc798a057f55e34773e
Author: Ben Pfaff <address@hidden>
Date:   Mon Sep 2 13:00:30 2013 -0700

    data-parser: A hard delimiter at end of line is not an empty field.
    
    Until now, DATA LIST FREE(',') treated input like this:
    
        1,2,
        3,4,
    
    as describing six fields, two of which were blank at the end of a line.
    A bug report and subsequent experiments showed that in fact this is only
    four fields, none of which is blank.  This commit fixes the problem and
    adds a new test that should avoid regression against this issue.
    
    Reported by Samuel Afflerbach.

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

Summary of changes:
 src/language/data-io/data-parser.c     |   45 +++++++++-------------
 tests/language/data-io/data-list.at    |   65 +++++++++++++++++++++++++++++++-
 tests/language/data-io/get-data-txt.at |   37 ++++++++++--------
 3 files changed, 102 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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