pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-962-g65d43


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-962-g65d4315
Date: Fri, 27 Nov 2009 19:08:48 +0000

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, output has been updated
       via  65d43159b0f6c9db2cae327473eddf13d2394ff6 (commit)
       via  5043ca7450640f23c1a5957c967f377f0fbefa19 (commit)
       via  76e4df24d5fb92816bce123eea2d4ca2b91d95c8 (commit)
       via  7ebdbcc89e6c08c3bb21227a85f0850f42873f64 (commit)
      from  cb586666724d5fcbdb658ce471b85484f0a7babe (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 65d43159b0f6c9db2cae327473eddf13d2394ff6
Author: Ben Pfaff <address@hidden>
Date:   Wed Nov 25 21:21:03 2009 -0800

    New data type string_set, a set of unique strings.

commit 5043ca7450640f23c1a5957c967f377f0fbefa19
Author: Ben Pfaff <address@hidden>
Date:   Wed Nov 25 21:19:04 2009 -0800

    hmapx: New function hmapx_is_empty().

commit 76e4df24d5fb92816bce123eea2d4ca2b91d95c8
Author: Ben Pfaff <address@hidden>
Date:   Wed Nov 25 21:18:50 2009 -0800

    hmap: New function hmap_is_empty().

commit 7ebdbcc89e6c08c3bb21227a85f0850f42873f64
Author: Ben Pfaff <address@hidden>
Date:   Fri Nov 27 10:57:49 2009 -0800

    hmap: Remove shadowed variable from inner scope.
    
    'j' is also declared at the top level of the function so there is no
    need to declare it inside the 'for' loop.

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

Summary of changes:
 src/libpspp/automake.mk         |    2 +
 src/libpspp/hmap.h              |   10 +
 src/libpspp/hmapx.c             |    4 +-
 src/libpspp/hmapx.h             |   11 +-
 src/libpspp/string-set.c        |  261 +++++++++++++++
 src/libpspp/string-set.h        |  148 +++++++++
 tests/automake.mk               |    9 +
 tests/libpspp/hmap-test.c       |    2 +-
 tests/libpspp/hmapx-test.c      |    3 +-
 tests/libpspp/string-set-test.c |  681 +++++++++++++++++++++++++++++++++++++++
 10 files changed, 1126 insertions(+), 5 deletions(-)
 create mode 100644 src/libpspp/string-set.c
 create mode 100644 src/libpspp/string-set.h
 create mode 100644 tests/libpspp/string-set-test.c


hooks/post-receive
-- 
GNU PSPP




reply via email to

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