[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, branch-1.4, created. v1.4.0-25-g40
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, branch-1.4, created. v1.4.0-25-g40eb2c4 |
Date: |
Mon, 31 Aug 2020 18:25:55 -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, branch-1.4 has been created
at 40eb2c4df6915d64c1666452d44f6445228c31ef (commit)
- Log -----------------------------------------------------------------
commit 40eb2c4df6915d64c1666452d44f6445228c31ef
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 31 15:25:30 2020 -0700
Update version number to 1.4.1.
commit b7d74654be9f8c506716a45d0b1aaaf9c07f9d45
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 31 11:00:24 2020 -0700
spv-light-decoder: Avoid GCC 10.x warning in decode_spvlb_valign().
It seems to be wrong, but GCC can't tell and it's hard to blame it.
commit cc772bb0c7a8d8e6184da881ccd7e7fed7863500
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 31 10:29:52 2020 -0700
value: Suppress uninitialized tmp.s warning in value_resize().
This warning is wrong, but it should not cause a performance problem to
avoid it. Encountered with GCC 10.x.
commit 0c0501e5fc615c1333fafc4172c9d65b2da62368
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Aug 31 09:03:24 2020 -0700
Makefile.am: Suppress GCC 10.x warning in gl/careadlinkat.c.
This suppresses an error in gl/careadlinkat.c that otherwise can't be
avoided in GCC 10.x:
../../gl/careadlinkat.c: In function âcareadlinkatâ:
cc1: error: function may return address of local variable
commit 527e23cd4ceafecd14e2f293e1a71991082f92dc
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Aug 30 13:55:39 2020 +0200
po/pl.po - replaced strange character in comment
This results in sed on MacOS to report an error.
commit 3cd1eae6b669361425f913db8af82fe3b26e4b65
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Aug 29 15:19:36 2020 +0200
xml-parser-generator - iterate over sorted dict - #58975
I sort the dict before iteration because the normal
iterator over a dict is not reproducible and will generate
different code in each run. This will work but the
build is not reproducible.
Closes: https://savannah.gnu.org/bugs/index.php?58975
commit 666d1b05f1fc57d0c786526767b9fa707206396a
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Aug 29 08:26:23 2020 +0200
src/ui/gui/psppire-conf.c: Use GError instead of strerror.
Apparently the use of strerror was causing problems on certain
platforms. In this case, since the function being checked provides
a GError argument it makes sense to use that instead.
Closes bug #59034
commit 914d83d4451653502b5edefb309797bf9cf7c919
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Tue Aug 25 14:58:17 2020 +0200
replace finite with isfinite
finite function is deprecated on MacOS.
commit 7fc27ce68e3870dd6a3a248427f74da9156c06b0
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 23 09:10:01 2020 +0200
Fixed bug which caused a crash when using the Find feature
commit 04f6eb41e37b81621ad359713d50540020ef8923
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Aug 22 09:16:46 2020 +0200
Updated translations from translationproject.org
commit f4e86bc57eaad316caf5e83198458101ae56a0f5
Author: John Darrington <john@darrington.wattle.id.au>
Date: Wed Aug 19 07:13:13 2020 +0200
Issue error message if failing to change directory
commit 518483b350a44c345b6a0ba0743959fd123e794b
Author: John Darrington <john@darrington.wattle.id.au>
Date: Tue Aug 18 11:52:57 2020 +0200
barchart.c: Sort the categories before displaying them.
Partial fix for bug #58968
commit 121206eb090ffc9c430f42ba9f4172d277494408
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 17 19:43:37 2020 +0200
limit the number of variables in barchart from crosstabs #58968
The barchart was created with more than two variables from
the crosstabs subcommand. I added an assertion and limit
the number of variables to two. This bug resulted in a
regression failure (crash) for test
493: CROSSTABS barchart
on i386 architecture.
see: https://savannah.gnu.org/bugs/?58968
commit 544a876bb6ae1df4f8665335637038ce4c321345
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Mon Aug 17 11:52:47 2020 +0200
fixed range check in parse_record_placement (32Bit/64Bit issue) #58968
The regression failed for test "lexer crash due to overflow" (403)
on i386 architecture. The reason is that long is 64Bit on amd64 while
it is 32Bit on i386. The code used long as type that can hold larger
values than int which does not work on 32Bit systems.
The change keeps the value as double as long as the range checks are done.
see: https://savannah.gnu.org/bugs/?58968
commit c0ac549a2671635cf4c263938177f985801cfdcc
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Aug 16 17:28:49 2020 +0200
factor.c: added translation hint
commit ad6d6358f05371bb9725e03438714dd8ede90838
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 16 20:56:06 2020 +0200
Removed stray newline in acinclude.m4
Reported-by: Michel Boaventura
commit 1ea0e74b0214d47c1e9288920462c3687f3ca216
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 16 14:32:31 2020 +0200
Fixed error running 'make distcheck'
commit 3e9a84b7e56597f6a7873ff48fb44e1bff4f0a51
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 16 12:36:00 2020 +0200
Fixed some errors in format and orthography of printed strings.
Reported-by: Anonymous
https://lists.gnu.org/archive/html/bug-gnu-pspp/2020-08/msg00004.html
commit 973739cd86fc17866bb278f2ac39fb7a847e37fd
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Aug 16 10:43:04 2020 +0200
pspp-convert.1 - fixed a syntax typo
The debian build checks reported a bug in the man page:
troff: <standard input>:129: '\-' is not allowed in an escape name
The man page can be checked with:
LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
man --warnings -E UTF-8 -l -Tutf8 -Z ./pspp-convert.1 >/dev/null
commit ed7d4337a5e29b381e87814dd70bd7dd71f47c57
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 9 18:16:27 2020 +0200
PsppireSelector: Don't attempt to unref a null pointer
commit 6939202e99d27f8b777b22c0f6e3f2cffd9b9e47
Author: jdarrington <john@darrington.wattle.id.au>
Date: Sun Aug 9 16:21:33 2020 +0200
src/language/stats/chart-category.h: Add #include directive
commit f53ee6dae6864f4c38fafef75186c4c5348a6880
Author: jdarrington <john@darrington.wattle.id.au>
Date: Sun Aug 9 16:19:16 2020 +0200
PsppireVarView: Use g_realloc instead of xrealloc
commit e082759588f949a7d469bf47b6911294a397eb15
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Aug 2 19:17:19 2020 +0200
src/ui/gui/psppire-conf.c: On error, give a reason for failure to create
file
commit 254833a2d3700b61262b99603b99dd23dc69dc0b
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Jul 19 11:35:56 2020 +0200
PsppireImportAssistant: Proceed to next page when a file is double clicked
commit 033bda3cbeaeff8fbfe79063b4470418265f0ce0
Author: jdarrington <john@darrington.wattle.id.au>
Date: Sun Aug 9 12:53:32 2020 +0200
Update to more recent GNULIB
-----------------------------------------------------------------------
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, branch-1.4, created. v1.4.0-25-g40eb2c4,
Ben Pfaff <=