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-1749-g32c8


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1749-g32c8a98
Date: Mon, 18 Oct 2010 03:21: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  32c8a9891f2c0bdc9e1cda13f1313843bc4e6044 (commit)
      from  c8fba7c0b24a5ab50cf00bab2bac331ae587bc0e (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 32c8a9891f2c0bdc9e1cda13f1313843bc4e6044
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 17 10:08:53 2010 -0700

    format-parser: Fix parse_format_specifier() failure case.
    
    When the current token is an identifier that takes the abstract syntax
    of a format specifier, but its "name" part is not a valid format name,
    parse_format_specifier() returned false but still consumed the token.
    This is a potential issue for callers that want to report an error that
    mentions the identifier, e.g. parse_primary(), although the current lexer
    tends to retain the same identifier when the new token is not an
    identifier.

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

Summary of changes:
 src/language/lexer/format-parser.c |   42 +++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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