pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-264-g7efc8


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-264-g7efc87c
Date: Tue, 6 Nov 2018 09:16:06 -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  7efc87c779da4c09fe16dea5f1dc63cda2f87e72 (commit)
       via  236d7040c7c5b2fe9f97dd4e2e59b06335c28e74 (commit)
      from  2c65382e3de53b460b074ac97a2dc21ead028e03 (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 7efc87c779da4c09fe16dea5f1dc63cda2f87e72
Author: Ben Pfaff <address@hidden>
Date:   Sat May 26 11:04:15 2018 -0700

    Add support for MTIME and YMDHMS.

commit 236d7040c7c5b2fe9f97dd4e2e59b06335c28e74
Author: Ben Pfaff <address@hidden>
Date:   Sat May 26 11:02:34 2018 -0700

    tests: Refactor data-out tests for dates and times.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                            |     2 +
 doc/dev/system-file-format.texi |     4 +
 doc/language.texi               |    30 +-
 perl-module/lib/PSPP.pm.in      |    14 +-
 src/data/csv-file-writer.c      |     2 +
 src/data/data-in.c              |    42 +-
 src/data/data-out.c             |     9 +-
 src/data/format-guesser.c       |    27 +-
 src/data/format.c               |    30 +
 src/data/format.def             |     2 +
 src/ui/gui/var-type-dialog.c    |     6 +-
 tests/automake.mk               |     2 +
 tests/data/data-in.at           |  3172 +---
 tests/data/data-out.at          | 31933 ++++++++++++++++++++++----------------
 tests/data/format-guesser.at    |     2 +
 tests/data/test-date-input.py   |   186 +
 tests/data/test-time-input.py   |   101 +
 utilities/pspp-dump-sav.c       |     2 +
 18 files changed, 19388 insertions(+), 16178 deletions(-)
 create mode 100644 tests/data/test-date-input.py
 create mode 100644 tests/data/test-time-input.py


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]