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-41-gf38e00


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-41-gf38e00f
Date: Tue, 18 Feb 2014 02:01:58 +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  f38e00f12ee2c80e178abfbb340be7db898bd589 (commit)
       via  0b535a38bf66c42f42908d22577252a26ee541f0 (commit)
       via  f90510564f1031696c6608ccd1bb88d7852fd3ce (commit)
       via  480832dcecdf63fa6f115ba3a09a1befd511f290 (commit)
       via  b3f647847a611237213102734f1cd2e9d2c3b5ab (commit)
       via  0f893adf05c12df3d1e94ab5f55a65f9f47cc5ae (commit)
       via  39946d1d741114c465cbf7e0976a63bda839bcd0 (commit)
      from  96e7681bc36b5aa93ed794515ac7b119e3d35651 (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 f38e00f12ee2c80e178abfbb340be7db898bd589
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 17:57:46 2014 -0800

    dialog: Avoid assumption that enum val_type can have negative value.
    
    Reported by Clang.

commit 0b535a38bf66c42f42908d22577252a26ee541f0
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 17:55:51 2014 -0800

    psppire-var-sheet: Remove unneeded and useless check of unsigned for >= 0.
    
    Reported by Clang.

commit f90510564f1031696c6608ccd1bb88d7852fd3ce
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 15:48:43 2014 -0800

    pspp-widget-facade: Remove odd statement "xalign = xalign;".
    
    Reported by Clang.

commit 480832dcecdf63fa6f115ba3a09a1befd511f290
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 15:39:29 2014 -0800

    Fix printf() format specifiers.
    
    My main development machine is 32-bit, so I didn't see these.

commit b3f647847a611237213102734f1cd2e9d2c3b5ab
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 15:38:01 2014 -0800

    numeric: Avoid using invalid FMT_* as special value.
    
    Clang reported that "f.type != -1" is always true, so I guess it treats
    enum fmt_type as unsigned.  This commit fixes the problem.

commit 0f893adf05c12df3d1e94ab5f55a65f9f47cc5ae
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 15:28:29 2014 -0800

    sys-file-reader: Fix confusion of types between size_t and unsigned int.
    
    Reported by Clang.

commit 39946d1d741114c465cbf7e0976a63bda839bcd0
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 17 15:23:09 2014 -0800

    message: Add prototype for vmsg() function.
    
    Reported by Clang.

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

Summary of changes:
 src/data/sys-file-reader.c              |    8 +++---
 src/language/dictionary/numeric.c       |   12 +++-------
 src/language/dictionary/sys-file-info.c |    4 +-
 src/libpspp/message.h                   |    4 ++-
 src/math/categoricals.c                 |    2 +-
 src/ui/gui/dialog-common.c              |   34 ++++++++++++++----------------
 src/ui/gui/pspp-widget-facade.c         |    6 +---
 src/ui/gui/psppire-var-sheet.c          |    4 +-
 8 files changed, 34 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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