[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1377-gadb7
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1377-gadb78c1 |
Date: |
Wed, 16 Jun 2010 03:41:59 +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 adb78c1da5de2792a8f07b241e72b8bd341fd90b (commit)
from be98214655822c442802194b3e374b7a98720ac6 (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 adb78c1da5de2792a8f07b241e72b8bd341fd90b
Author: Ben Pfaff <address@hidden>
Date: Tue Jun 15 20:41:12 2010 -0700
Do not treat isolated CR in input data as new-line.
User "tvw" on IRC reported that PSPP failed to parse data that SPSS 18
accepted. We found that the problem was carriage return (CR) characters
in the middle of a line. PSPP treated these as new-lines, but SPSS did
not. This commit adopts the SPSS behavior in PSPP and adjusts one test
that checks this behavior.
This will break reading some old Mac OS files, since Mac OS before version
10 used CR without LF as new-line. Time will tell whether this is a real
problem for our users.
-----------------------------------------------------------------------
Summary of changes:
src/libpspp/str.c | 41 ++++++++++++++++++++++++++++-------------
tests/command/line-ends.sh | 4 ++--
2 files changed, 30 insertions(+), 15 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1377-gadb78c1,
Ben Pfaff <=