[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-530-ge45cd
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-530-ge45cdf7 |
Date: |
Mon, 3 Aug 2020 00:41:10 -0400 (EDT) |
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 e45cdf7b0e1b1b9ef41df8ce91fe65e3f944ea61 (commit)
via 463ad40aa0ee4e73d4ff75c2602e4558a2328892 (commit)
via ce4541a84961ad1e4fa814ece374360a79044bf7 (commit)
via ae42a158b360555ba1541ffeb4dcded3dc323d23 (commit)
via cd1c414d08fcfa3ff569a9d29611e6db041a6afb (commit)
from c3fc1e299a9ca00c6328735301fe47408c625fd2 (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 e45cdf7b0e1b1b9ef41df8ce91fe65e3f944ea61
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 3 04:31:22 2020 +0000
render-test: Initialize i18n to make tests pass on mingw.
On mingw, filename recoding requires i18n to be initialized.
commit 463ad40aa0ee4e73d4ff75c2602e4558a2328892
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 3 04:30:44 2020 +0000
tests: Tolerate 3-digit exponents in output for chart tick format.
This makes the test pass on mingw.
commit ce4541a84961ad1e4fa814ece374360a79044bf7
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 3 04:28:38 2020 +0000
tests: Ignore Pango warnings when generating charts.
On mingw, Pango complains about font names. It's harmless. I don't know
a way to suppress the warning.
commit ae42a158b360555ba1541ffeb4dcded3dc323d23
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 3 00:44:40 2020 +0000
placement-parser: Properly handle LONG_MAX != INT_MAX.
Also, delete spurious null bytes from the related test. The null
bytes spurred a test failure on mingw although I am not sure why.
commit cd1c414d08fcfa3ff569a9d29611e6db041a6afb
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Aug 2 21:26:31 2020 +0000
tests: More character encoding issues on command line.
Unix-like systems don't have a command-line encoding, so we can pass
whatever bytes we want. mingw uses some particular encoding for
command line arguments, so this screws up trying to pass UTF-8 in. This
commit side-steps the problem by passing only ASCII characters on the
command line and making the test program decode the bytes.
This fixes several test failures under mingw.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/placement-parser.c | 7 ++++---
tests/language/lexer/command-name-test.c | 11 +++++++++++
tests/language/lexer/command-name.at | 8 ++++----
tests/language/lexer/lexer.at | Bin 3523 -> 3522 bytes
tests/language/stats/frequencies.at | 2 +-
tests/language/stats/graph.at | 8 ++++----
tests/math/chart-geometry.at | 4 +++-
tests/output/render-test.c | 2 ++
8 files changed, 29 insertions(+), 13 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-530-ge45cdf7,
Ben Pfaff <=