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.2.0-139-g25bc1


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-139-g25bc101
Date: Mon, 25 Feb 2019 23:30:15 -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  25bc101890a62f780da3a7c6af71ecc3ce09fdb1 (commit)
       via  442f640c0470152122facbb5045548ce9cddcd60 (commit)
       via  825c7a4a81fe81f804fe95e128fa9f740ca4be2d (commit)
       via  25956c20603b69ef9147bab328b5281ce76c798b (commit)
      from  640c9e545186880ad74c123b0ad5df347a9a3163 (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 25bc101890a62f780da3a7c6af71ecc3ce09fdb1
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 25 20:30:03 2019 -0800

    MODIFY VARS: Fix bugs in REORDER and DROP subcommands, add tests.
    
    Thanks to Nolan Void for reporting the bug.

commit 442f640c0470152122facbb5045548ce9cddcd60
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 25 20:28:47 2019 -0800

    array: New function reverse_array().
    
    An upcoming commit will introduce the first user.

commit 825c7a4a81fe81f804fe95e128fa9f740ca4be2d
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 25 20:28:19 2019 -0800

    array: Change SWAP macro into swap() function.

commit 25956c20603b69ef9147bab328b5281ce76c798b
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 25 19:27:25 2019 -0800

    MODIFY VARS: Style updates.
    
    No behavioral changes.

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

Summary of changes:
 doc/variables.texi                            |   6 +-
 src/language/dictionary/modify-variables.c    | 285 +++++++++++++-------------
 src/libpspp/array.c                           |  61 +++---
 src/libpspp/array.h                           |   3 +
 tests/automake.mk                             |   1 +
 tests/language/dictionary/modify-variables.at | 239 +++++++++++++++++++++
 6 files changed, 433 insertions(+), 162 deletions(-)
 create mode 100644 tests/language/dictionary/modify-variables.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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