[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-80-g300d3d
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-80-g300d3db |
Date: |
Sun, 25 Oct 2020 16:12:32 -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 300d3db698d3ac82a0a302a91ee62bcaad6337b6 (commit)
from 2fda41bd152e292b85160c1384419a2c554dea2b (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 300d3db698d3ac82a0a302a91ee62bcaad6337b6
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Oct 25 20:46:00 2020 +0100
Add a TeX driver
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +
configure.ac | 2 +
doc/invoking.texi | 16 +
doc/org.fsf.pspp.metainfo.xml.in | 2 +-
src/output/automake.mk | 7 +
src/output/driver.c | 2 +
src/output/tex-glyphs.c | 650 +++++++++++++++++++++
src/{libpspp/assertion.h => output/tex-glyphs.h} | 62 +-
src/output/tex-parsing.c | 158 +++++
src/output/tex-parsing.h | 61 ++
src/output/tex-rendering.c | 89 +++
.../stats/runs.h => output/tex-rendering.h} | 40 +-
src/output/tex.c | 548 +++++++++++++++++
tests/atlocal.in | 1 +
tests/automake.mk | 13 +
tests/output/tex-glyphs.c | 112 ++++
tests/output/tex-strings.c | 174 ++++++
tests/output/tex.at | 326 +++++++++++
18 files changed, 2219 insertions(+), 46 deletions(-)
create mode 100644 src/output/tex-glyphs.c
copy src/{libpspp/assertion.h => output/tex-glyphs.h} (50%)
create mode 100644 src/output/tex-parsing.c
create mode 100644 src/output/tex-parsing.h
create mode 100644 src/output/tex-rendering.c
copy src/{language/stats/runs.h => output/tex-rendering.h} (51%)
create mode 100644 src/output/tex.c
create mode 100644 tests/output/tex-glyphs.c
create mode 100644 tests/output/tex-strings.c
create mode 100644 tests/output/tex.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-80-g300d3db,
John Darrington <=