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.7.9-63-g6be127


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-63-g6be1277
Date: Fri, 02 Mar 2012 07:12:14 +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  6be12778a162063cbdcd0e79043bd5a4ef2204a6 (commit)
       via  c785bf16095624e47d9af976aaa751295a66f3d5 (commit)
       via  2349f63f2fd06f55ee8644f40ab35132f58cf0b6 (commit)
      from  d6c75296e5573a997c79a7af1195b6a619c0190c (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 6be12778a162063cbdcd0e79043bd5a4ef2204a6
Author: Ben Pfaff <address@hidden>
Date:   Thu Mar 1 23:11:22 2012 -0800

    Sort attributes by name for display, to make order arch-independent.
    
    When data file attributes or variable attributes were displayed by
    e.g. DISPLAY ATTRIBUTES or SYSFILE INFO, they were sorted in hash
    order, which varies by architecture.  Therefore, the tests that
    depended on this order failed on big-endian machines such as mips.
    This commit fixes the problem by displaying attributes in sorted
    order.
    
    This fixes a failure in the "Perl copying system files" reported
    by Debian buildds.

commit c785bf16095624e47d9af976aaa751295a66f3d5
Author: Ben Pfaff <address@hidden>
Date:   Thu Mar 1 22:32:42 2012 -0800

    identifier: Apply isdigit() only to values in valid range.
    
    Applying isdigit() to a value that is not EOF or in the range
    0...UCHAR_MAX yields undefined behavior and in fact caused a
    segfault on several Debian architectures for U+FFFD.
    
    Found by "lexer properly reports scan errors" test on Debian buildds.

commit 2349f63f2fd06f55ee8644f40ab35132f58cf0b6
Author: Ben Pfaff <address@hidden>
Date:   Thu Mar 1 22:12:15 2012 -0800

    zip-writer: Add missing #include <byteswap.h>.
    
    Fixes a broken build on Debian GNU/Linux, mips architecture.

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

Summary of changes:
 src/data/attributes.c                   |   37 ++++++++++++++++++++++++++++++-
 src/data/attributes.h                   |    4 +-
 src/data/identifier.c                   |    7 +++--
 src/language/dictionary/sys-file-info.c |   12 ++++++---
 src/libpspp/zip-writer.c                |    3 +-
 tests/data/sys-file-reader.at           |    6 ++--
 tests/perl-module.at                    |    8 +++---
 7 files changed, 59 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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