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-49-g759eaa


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-49-g759eaa0
Date: Tue, 25 Dec 2018 14:44:50 -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  759eaa063b918bd7defe91e53d3ce102901b3e53 (commit)
       via  c5ed1bb82067e6307015f7aa5406fb7014d977ee (commit)
       via  c1a772dd16c825866b0b1b4cfa5c1ba57a9fa48f (commit)
       via  03791bf340ec2044c118b5ec8ab9332282e5e806 (commit)
      from  efd31da83bce99730d0c85cf34e14965126b0f77 (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 759eaa063b918bd7defe91e53d3ce102901b3e53
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 25 16:39:55 2018 -0800

    format: New function fmt_from_u32().
    
    This functionality will be useful for reading SPV files as well as SAV
    files.

commit c5ed1bb82067e6307015f7aa5406fb7014d977ee
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 29 20:51:54 2018 -0800

    string-map: New functions for searching by non-null terminated keys.
    
    The first user will be added in an upcoming commit.

commit c1a772dd16c825866b0b1b4cfa5c1ba57a9fa48f
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 25 16:41:44 2018 -0800

    str: New functions ss_starts_with() and ss_find_substring().
    
    These will have their first users in an upcoming commit.

commit 03791bf340ec2044c118b5ec8ab9332282e5e806
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 25 16:38:47 2018 -0800

    integer-format: Add some useful helper functions.
    
    These functions already existed in float-format.c, but they are more
    generally useful, so this commit moves them into integer-format.h.

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

Summary of changes:
 src/data/format.c            |  34 ++++++++++
 src/data/format.h            |   2 +
 src/data/sys-file-reader.c   |  15 +----
 src/libpspp/float-format.c   | 100 -----------------------------
 src/libpspp/integer-format.h | 146 +++++++++++++++++++++++++++++++++++++++++++
 src/libpspp/str.c            |  18 ++++++
 src/libpspp/str.h            |   2 +
 src/libpspp/string-map.c     |  68 +++++++++++++++-----
 src/libpspp/string-map.h     |   4 ++
 9 files changed, 258 insertions(+), 131 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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