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-408-g897c1


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-408-g897c197
Date: Sat, 24 Nov 2012 21:48:55 +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  897c1977501bad5b68f7cc6248a8b950fe15048a (commit)
      from  7b51bc9abbb6ed4a34cf396883d1dc8479b1e554 (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 897c1977501bad5b68f7cc6248a8b950fe15048a
Author: Ben Pfaff <address@hidden>
Date:   Sat Nov 24 13:47:06 2012 -0800

    DATA LIST FREE: Warn when a quoted string is not followed by a delimiter.
    
    A field parsed by DATA LIST FREE (or LIST) is either quoted or unquoted.
    When it is quoted, this means that the entire field has to be quoted, that
    is, it is not possible to quote some initial part of the field, then leave
    some part of it unquoted (then possibly quote an additional part, etc.).
    That means that the quoted portion should be followed by a delimiter,
    such as white space, a comma, or end of line, but PSPP didn't warn when
    it was not.  This commit makes PSPP warn in this situation, which makes
    errors in the input easier to find.
    
    Bug #26522.
    Reported by Pascal Barbedor <address@hidden>.

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

Summary of changes:
 src/language/data-io/data-parser.c  |   18 +++++++++++++-----
 tests/language/data-io/data-list.at |   19 +++++++++++++++++++
 2 files changed, 32 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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