lp:pspp
- Get this branch:
- bzr branch lp:pspp
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/pspp.git.
Last successful import was .
Recent revisions
- 7078. By Friedrich-beckmann
-
MacOS: Fix skipped test "convert invalid UTF-8 to ISO-8859-1"
The skipping worked, but the non-skipped test failed on linux
systems. - 7077. By Ben Pfaff
-
Revert "Revert "MacOS: skip test "convert invalid UTF-8 to ISO-8859-1"""
This reverts commit bcc19d945712955
9b836a0cc6cd81e 2c71d42bb5.
Just letting Mac OS crash on invalid conversions seems like the
most reasonable path for now. Maybe Apple will fix their buggy
iconv. - 7076. By Ben Pfaff
-
Revert "i18n.c: added EOPNOTSUPP error code for MacOS"
This reverts commit 1799abc8539bd1a
49c72c5723d1fa8 9ff4463e3f.
Handling EOPNOTSUPP like EILSEQ produced a hang rather than
the expected results, so this was a failed experiment. - 7074. By Friedrich-beckmann
-
i18n.c: added EOPNOTSUPP error code for MacOS
With MacOS 14 the iconv library was changed by Apple. pspp uses
the native iconv library. There is a different error code
returned when an illegal 0xc0 UTF-8 code is converted. This
results in a failed "convert invalid UTF-8 to ISO-8859-1" test in
the regression. This patch now handles also EOPNOTSUPP. - 7073. By Friedrich-beckmann
-
Revert "MacOS: skip test "convert invalid UTF-8 to ISO-8859-1""
This reverts commit 579295f8b15068b
121807168e84330 c1f99361e9. Ben
has an idea how to fix this in libpspp to handle the different
error code on MacOS. - 7072. By Friedrich-beckmann
-
MacOS: skip test "convert invalid UTF-8 to ISO-8859-1"
Starting with MacOS 14 Sonoma Apple has changed the behaviour
of the iconv library. The test tests the behaviour for invalid
UTF-8 sequence 0xC0. The native Apple iconv library responds with
a different error number than expected. This patch skips the
test on MacOS until this is hopefully fixed on MacOS.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)