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-488-g5b255


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-488-g5b2557f
Date: Sat, 12 Jan 2013 20:03:19 +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  5b2557f56509863bbfa83605c024c49b8f79d96a (commit)
       via  35140ad55d6ce3cbce7d9ffc4b894598f603cd42 (commit)
       via  1a22a807e81d565483d7bada25c463e91f1164cc (commit)
       via  37d653f70adc51de57b0460022f6fd371d51279c (commit)
       via  8fc2d07cd923190c1a98798f2f86700fff1c3101 (commit)
      from  28eca4587a828fdf17f0e264f804f7d1965d014c (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 5b2557f56509863bbfa83605c024c49b8f79d96a
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 12:01:16 2013 -0800

    lexer: Generalize lex_match_phrase() to handle any syntax.
    
    This makes lex_match_phrase() slightly more useful.  It also eliminates
    the ASCII-only requirement.

commit 35140ad55d6ce3cbce7d9ffc4b894598f603cd42
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 11:10:08 2013 -0800

    scan: Introduce string_lexer for simple tokenizing of a string.
    
    The following commit will introduce a user outside of the tests.

commit 1a22a807e81d565483d7bada25c463e91f1164cc
Author: Ben Pfaff <address@hidden>
Date:   Sun Jan 6 22:42:53 2013 -0800

    segment: Don't require the input to end in a new-line.

commit 37d653f70adc51de57b0460022f6fd371d51279c
Author: Ben Pfaff <address@hidden>
Date:   Sun Jan 6 22:41:17 2013 -0800

    segment: Separate SEG_N_TYPES from enum segment_type.
    
    With SEG_N_TYPES not actually a member of enum segment_type, GCC doesn't
    complain if it's missing from a switch statement on that type.

commit 8fc2d07cd923190c1a98798f2f86700fff1c3101
Author: Ben Pfaff <address@hidden>
Date:   Sun Jan 6 15:20:32 2013 -0800

    identifier: Make lex_id_get_length() handle Unicode.
    
    This function's only caller is documented only to handle ASCII, so this
    commit does not fix any bug, but it seems better to generalize our code.

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

Summary of changes:
 Smake                               |    1 +
 src/data/identifier.c               |   22 ++++--
 src/language/lexer/lexer.c          |  133 ++++++++++++-----------------------
 src/language/lexer/scan.c           |   60 +++++++++++++++-
 src/language/lexer/scan.h           |   16 ++++-
 src/language/lexer/segment.c        |   39 ++++++----
 src/language/lexer/segment.h        |    8 ++-
 tests/language/lexer/scan-test.c    |   66 ++---------------
 tests/language/lexer/segment-test.c |   70 +++++++++++++++----
 tests/language/lexer/segment.at     |    4 +-
 10 files changed, 230 insertions(+), 189 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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