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. v0.6.1-1425-ga076


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1425-ga0767fd
Date: Fri, 30 Jul 2010 05:46:04 +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, master has been updated
       via  a0767fd1aee79efd2a0a57da20c58dc748002369 (commit)
       via  5aee303c40fc10d689756324133ed46de4fe62fa (commit)
       via  acde3ac4c15984258f66e6aa66b911c6b885f43e (commit)
       via  e99991940478d76062c4ab8e44a5747354e33259 (commit)
       via  1d57a8b4c556e227cd562dcfa56c8cbce79f73a8 (commit)
      from  58a59525bddb2d6a606bb6ea3c2e4895502318a3 (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 a0767fd1aee79efd2a0a57da20c58dc748002369
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 29 22:34:24 2010 -0700

    AGGREGATE: Add .h file to Makefile (fixing "make distcheck").

commit 5aee303c40fc10d689756324133ed46de4fe62fa
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 29 22:15:15 2010 -0700

    FLIP: Convert tests to use Autotest.

commit acde3ac4c15984258f66e6aa66b911c6b885f43e
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 29 22:09:08 2010 -0700

    make-file: Remove superfluous fflush().
    
    Probably introduced during debugging and accidentally left in.

commit e99991940478d76062c4ab8e44a5747354e33259
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 29 22:08:33 2010 -0700

    temp-file: New functions for creating temporary files honoring $TMPDIR.
    
    The tmpfile() function is useful, but it doesn't necessarily honor
    the $TMPDIR environment variable.  Some of our users find that a problem,
    so this commit replaces tmpfile() usage by a new pair of functions
    create_temp_file() and close_temp_file() that do honor $TMPDIR.
    
    Bug #30530.

commit 1d57a8b4c556e227cd562dcfa56c8cbce79f73a8
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 29 21:16:06 2010 -0700

    temp-file: Rename "ext-array" (for "external array").
    
    I want to introduce a new source module for general creation of temporary
    files and this module's name conflicts.

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

Summary of changes:
 Smake                                    |    2 +-
 src/data/case-tmpfile.c                  |   12 +-
 src/data/make-file.c                     |    1 -
 src/language/stats/automake.mk           |    1 +
 src/language/stats/flip.c                |   10 +--
 src/libpspp/automake.mk                  |    2 +
 src/libpspp/ext-array.c                  |  166 ++++++++++++++++++++++++++++++
 src/libpspp/{temp-file.h => ext-array.h} |   20 ++--
 src/libpspp/pool.c                       |   85 ++++++++++++----
 src/libpspp/pool.h                       |    9 ++-
 src/libpspp/sparse-xarray.c              |   40 ++++----
 src/libpspp/temp-file.c                  |  165 ++++++-----------------------
 src/libpspp/temp-file.h                  |   18 +--
 src/output/odt.c                         |   15 ++--
 tests/automake.mk                        |   11 ++-
 tests/command/flip.sh                    |  144 --------------------------
 tests/language/stats/flip.at             |   78 ++++++++++++++
 tests/testsuite.at                       |    1 +
 18 files changed, 417 insertions(+), 363 deletions(-)
 create mode 100644 src/libpspp/ext-array.c
 copy src/libpspp/{temp-file.h => ext-array.h} (65%)
 delete mode 100755 tests/command/flip.sh
 create mode 100644 tests/language/stats/flip.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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