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.4.1-548-gea411


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-548-gea411b6
Date: Thu, 16 Dec 2021 18:23:02 -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  ea411b6c81ab5895051535a4730210a66d4be388 (commit)
       via  68822d68b12db1175aa3749997a48d1d84212540 (commit)
      from  901d90ada6fe4c9cc1fb93855fd6d7012029f35c (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 ea411b6c81ab5895051535a4730210a66d4be388
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Wed Dec 15 21:00:32 2021 -0800

    Convert all Perl build tools to Python and remove Perl build dependency.
    
    Python is much more commonly used these days and easier for beginners
    to pick up.

commit 68822d68b12db1175aa3749997a48d1d84212540
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu Dec 16 14:08:06 2021 -0800

    num-out-cmp.pl: Remove unused script.

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

Summary of changes:
 INSTALL                                |  18 +-
 NEWS                                   |   6 +
 acinclude.m4                           |   7 +-
 doc/automake.mk                        |   6 +-
 doc/get-commands.pl                    |  25 ---
 doc/get-commands.py                    |  22 ++
 src/data/automake.mk                   |   6 +-
 src/data/sys-file-encoding.pl          | 180 ---------------
 src/data/sys-file-encoding.py          | 174 ++++++++++++++
 tests/automake.mk                      |   1 -
 tests/data/data-in.at                  | 248 ++++++++++----------
 tests/data/data-out.at                 | 398 +++++++++++++++++----------------
 tests/data/num-out-cmp.pl              |  89 --------
 tests/language/data-io/data-reader.at  | 245 ++++++++++----------
 tests/language/data-io/get-data-txt.at |  10 +-
 tests/language/stats/examine.at        |  14 +-
 tests/language/stats/sort-cases.at     |  53 ++---
 tests/libpspp/line-reader.at           |   4 +-
 tests/libpspp/u8-istream.at            |  17 +-
 tests/math/randist.at                  | 106 +++++----
 20 files changed, 776 insertions(+), 853 deletions(-)
 delete mode 100755 doc/get-commands.pl
 create mode 100644 doc/get-commands.py
 delete mode 100755 src/data/sys-file-encoding.pl
 create mode 100644 src/data/sys-file-encoding.py
 delete mode 100644 tests/data/num-out-cmp.pl


hooks/post-receive
-- 
GNU PSPP



reply via email to

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