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.8.2-55-gd7a815


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-55-gd7a8159
Date: Sun, 09 Mar 2014 23:02:24 +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  d7a8159acf53f6bf70940d711b32348b6ae75f16 (commit)
       via  bc2bcb0e2e77b4b02a32d6179b8ee6673bfdffa6 (commit)
       via  815b194a23ee63977333c1e9d8fe11c2ccc7edd1 (commit)
      from  3c5630105991133a09971a4c107141767a2c7d0c (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 d7a8159acf53f6bf70940d711b32348b6ae75f16
Author: Ben Pfaff <address@hidden>
Date:   Sun Mar 9 16:02:10 2014 -0700

    Fix warnings about casts between pointers and differently sized integers.
    
    Doesn't seem to fix any real problems, but GCC on x86-64 complained.

commit bc2bcb0e2e77b4b02a32d6179b8ee6673bfdffa6
Author: Ben Pfaff <address@hidden>
Date:   Sun Mar 9 16:01:25 2014 -0700

    line-reader: Fix bad math when size_t is bigger than off_t.
    
    When size_t is bigger than off_t, pos - r->length will end up very large,
    instead of negative, when r->length > pos, so the MAX didn't help to get
    rid of negative values.  I'm not sure that this should really happen in
    practice, but it's better to avoid it.
    
    Reported by GCC on x86-64.

commit 815b194a23ee63977333c1e9d8fe11c2ccc7edd1
Author: Ben Pfaff <address@hidden>
Date:   Sun Mar 9 16:00:04 2014 -0700

    sys-file-reader: Fix bad printf format specifiers.
    
    Found by GCC on x86-64.

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

Summary of changes:
 src/data/sys-file-reader.c             |    8 ++++----
 src/libpspp/line-reader.c              |    8 ++++----
 src/output/measure.c                   |    7 ++++---
 src/ui/gui/psppire-spreadsheet-model.c |   16 +++++++++-------
 4 files changed, 21 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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