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.0.1-210-gbcbd6


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-210-gbcbd6d9
Date: Sat, 23 Sep 2017 22:49:07 -0400 (EDT)

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  bcbd6d906bd2e5f6ae72c5bdaa6900735f51c4e3 (commit)
       via  ccaf88efae9f6f4d93d7812834c412e8fd511bb2 (commit)
       via  047d4a8e14cdbb50258bf8c5634db24a88767f24 (commit)
       via  34d33e60cba04371bf0705a2450a7768a7f6b876 (commit)
      from  85e8724e69cf54946c7b40628e88f2ec12368d7c (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 bcbd6d906bd2e5f6ae72c5bdaa6900735f51c4e3
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 23 19:46:12 2017 -0700

    psppire-window: Avoid writing null pointer constant as '\0'.
    
    Found by GCC 7.2.

commit ccaf88efae9f6f4d93d7812834c412e8fd511bb2
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 23 19:45:24 2017 -0700

    psppire-delimited-text: Clear entire 'cache_starts' buffer.
    
    The buffer is an array of 512 elements, not 512 bytes.
    
    Found by GCC 7.2.

commit 047d4a8e14cdbb50258bf8c5634db24a88767f24
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 23 19:44:48 2017 -0700

    Avoid unfounded warnings from GCC 7.2.
    
    GCC thinks that these printf formats can produce output longer than the
    buffer that is available for them.  I think that it is wrong, but it is
    easy enough to use larger (or variable-length) buffers, so this commit
    does that.

commit 34d33e60cba04371bf0705a2450a7768a7f6b876
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 23 19:43:45 2017 -0700

    data-in: Fix parsing time delimiters in parse_date().
    
    Found by GCC 7.1.
    Reported by John Darrington.

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

Summary of changes:
 src/data/data-in.c                  |  1 +
 src/data/sys-file-writer.c          | 16 ++++++++--------
 src/language/stats/descriptives.c   |  2 +-
 src/ui/gui/psppire-delimited-text.c |  6 +++---
 src/ui/gui/psppire-window.c         |  2 +-
 5 files changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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