[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-203-g0c4c4
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-203-g0c4c4b9 |
Date: |
Sat, 26 Dec 2020 08:47:31 -0500 (EST) |
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 0c4c4b99696c1bdc8bba7dc4c97260364e1a4dfc (commit)
via ca5f3ef6d3fc1293c2be6b531e3ab782b8c7af6e (commit)
via 1f4632211553d2cb0ae15666a8f09d1566d06504 (commit)
via 28ca75c15c6f7795b3623d803632cfaf7b9040b1 (commit)
via f27a6796fc45eafdce618237eded1a84cd9955b3 (commit)
via 1f1b1fb303bd782c2719237ef7eec18268babad9 (commit)
via df85c4e95a81e8ca70b60c551f15714cc8302096 (commit)
from e333a444bba7a84682b26a68c0894a8ca4f353a4 (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 0c4c4b99696c1bdc8bba7dc4c97260364e1a4dfc
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 14:10:30 2020 +0100
tex-rendering.c: Add missing include directive
commit ca5f3ef6d3fc1293c2be6b531e3ab782b8c7af6e
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 13:23:53 2020 +0100
Make cross-building slightly more reliable
commit 1f4632211553d2cb0ae15666a8f09d1566d06504
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 11:13:46 2020 +0100
Fix reproducibility issues in png files
commit 28ca75c15c6f7795b3623d803632cfaf7b9040b1
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 10:47:47 2020 +0100
Start of a crosstabs example
commit f27a6796fc45eafdce618237eded1a84cd9955b3
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 10:11:56 2020 +0100
Add copyright and licence notices to files which lack them
commit 1f1b1fb303bd782c2719237ef7eec18268babad9
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 09:34:41 2020 +0100
Fix compiler warning
commit df85c4e95a81e8ca70b60c551f15714cc8302096
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Dec 26 08:44:38 2020 +0100
pspp-dev (Graphic User Interface): New chapter.
-----------------------------------------------------------------------
Summary of changes:
doc/automake.mk | 5 +-
doc/dev/gui.texi | 37 +
doc/doc-make.in | 4 +-
doc/pspp-dev.texi | 2 +
doc/pspp-figures/crosstabs.sps | 8 +
doc/screenshots/autorecode-ad.png | Bin 29862 -> 29650 bytes
doc/screenshots/autorecode-hc.png | Bin 24926 -> 24714 bytes
doc/screenshots/chisquare-ad.png | Bin 31965 -> 31754 bytes
doc/screenshots/chisquare-hc.png | Bin 26469 -> 26258 bytes
doc/screenshots/compute-ad.png | Bin 42312 -> 42100 bytes
doc/screenshots/compute-hc.png | Bin 33451 -> 33239 bytes
doc/screenshots/count-ad.png | Bin 16737 -> 16501 bytes
doc/screenshots/count-define-ad.png | Bin 20167 -> 19929 bytes
doc/screenshots/count-define-hc.png | Bin 7224 -> 6971 bytes
doc/screenshots/count-hc.png | Bin 14356 -> 14120 bytes
doc/screenshots/crosstabs-ad.png | Bin 0 -> 19593 bytes
...dependent-samples-t-hc.eps => crosstabs-hc.eps} | 5543 ++++++++++----------
doc/screenshots/crosstabs-hc.png | Bin 0 -> 15078 bytes
doc/screenshots/{compute.grab => crosstabs.grab} | 16 +-
doc/screenshots/define-groups-t-ad.png | Bin 13731 -> 13522 bytes
doc/screenshots/define-groups-t-hc.png | Bin 4555 -> 4331 bytes
doc/screenshots/descriptives-ad.png | Bin 29113 -> 28905 bytes
doc/screenshots/descriptives-hc.png | Bin 22910 -> 22702 bytes
doc/screenshots/frequencies-ad.png | Bin 26230 -> 26023 bytes
doc/screenshots/frequencies-hc.png | Bin 19981 -> 19774 bytes
doc/screenshots/independent-samples-t-ad.png | Bin 21142 -> 20920 bytes
doc/screenshots/independent-samples-t-hc.png | Bin 16562 -> 16340 bytes
doc/screenshots/one-sample-t-ad.png | Bin 18444 -> 18229 bytes
doc/screenshots/one-sample-t-hc.png | Bin 14449 -> 14234 bytes
doc/screenshots/reliability-ad.png | Bin 16291 -> 16075 bytes
doc/screenshots/reliability-hc.png | Bin 5678 -> 5447 bytes
doc/screenshots/sort-ad.png | Bin 17788 -> 17582 bytes
doc/screenshots/sort-hc.png | Bin 14009 -> 13803 bytes
doc/screenshots/sort-simple-ad.png | Bin 18040 -> 17838 bytes
doc/screenshots/sort-simple-hc.png | Bin 5185 -> 4968 bytes
doc/screenshots/split-status-bar-ad.png | Bin 6441 -> 6239 bytes
doc/screenshots/split-status-bar-hc.png | Bin 3082 -> 2865 bytes
doc/statistics.texi | 53 +
src/data/sys-file-encoding.pl | 15 +
src/math/merge.c | 2 +-
src/output/tex-rendering.c | 1 +
src/ui/gui/psppire-import-spreadsheet.h | 17 +
src/ui/gui/psppire-import-textfile.h | 17 +
tests/data/num-out-cmp.pl | 15 +
tests/data/test-date-input.py | 14 +
tests/data/test-time-input.py | 14 +
tests/utilities/pspp-output.at | 15 +
utilities/pspp-convert.1 | 14 +
utilities/pspp-dump-sav.1 | 14 +
utilities/pspp-output.1 | 14 +
50 files changed, 3018 insertions(+), 2802 deletions(-)
create mode 100644 doc/dev/gui.texi
create mode 100644 doc/pspp-figures/crosstabs.sps
create mode 100644 doc/screenshots/crosstabs-ad.png
copy doc/screenshots/{independent-samples-t-hc.eps => crosstabs-hc.eps} (85%)
create mode 100644 doc/screenshots/crosstabs-hc.png
copy doc/screenshots/{compute.grab => crosstabs.grab} (75%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-203-g0c4c4b9,
John Darrington <=