[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2e |
Date: |
Tue, 12 May 2009 04:00:15 +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, stable has been updated
via e591f2e6af157c2573e988ae4f5c5eb8027282fb (commit)
from 389b447a91e26f255e79c4fd8520d99931809ed0 (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 e591f2e6af157c2573e988ae4f5c5eb8027282fb
Author: Ben Pfaff <address@hidden>
Date: Mon May 11 20:56:39 2009 -0700
data-parser: Treat " ," the same as ",".
The data parser (used e.g. by DATA LIST) was unintentionally treating
soft separators (e.g. white space) followed by a hard separator (e.g.
a comma) as an empty field, but in fact it should be treated as just a
single separator. This fixes it and adds a test.
Thanks to pascal barbedor <address@hidden> for reporting the problem.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/data-parser.c | 3 ++-
tests/command/data-list.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2e,
Ben Pfaff <=