pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-618-g21


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-618-g21ea455
Date: Sun, 24 May 2009 18:26:04 +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, value-rep has been updated
       via  21ea4558b0f581b5662f5e6fa5faf73417b22505 (commit)
      from  c6c43bb50c5ee662b86ba74b0d3e3a58c09dd509 (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 21ea4558b0f581b5662f5e6fa5faf73417b22505
Author: Ben Pfaff <address@hidden>
Date:   Sun May 24 11:26:41 2009 -0700

    New function parse_value() for parsing a value of specified width.
    
    Occasionally a value of a given width needs to be parsed from syntax.
    This commit adds a helper function for doing so and modifies a few pieces
    of code to use it.  Probably there are other places where it would be
    useful that could not easily be found with "grep".
    
    This commit also renames the range-parser code to value-parser and puts
    the new function in there, as a natural generalization.
    
    Suggested by John Darrington.

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

Summary of changes:
 src/language/dictionary/missing-values.c           |    4 +-
 src/language/expressions/evaluate.c                |    8 ++---
 src/language/lexer/automake.mk                     |    4 +-
 .../lexer/{range-parser.c => value-parser.c}       |   28 ++++++++++++++++++-
 .../lexer/{range-parser.h => value-parser.h}       |   10 ++++---
 src/language/stats/t-test.q                        |   26 +-----------------
 src/language/xforms/count.c                        |    2 +-
 src/language/xforms/recode.c                       |    2 +-
 8 files changed, 42 insertions(+), 42 deletions(-)
 rename src/language/lexer/{range-parser.c => value-parser.c} (84%)
 rename src/language/lexer/{range-parser.h => value-parser.h} (80%)


hooks/post-receive
--
GNU PSPP




reply via email to

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