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-2011-g94ad


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2011-g94ad1a4
Date: Wed, 27 Apr 2011 04:54:00 +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  94ad1a452b85d07aa9d27b33607ec11efa3a2492 (commit)
       via  519f1686924c643a885c25defa3af6633d9a11db (commit)
       via  888d895ec5bfcc439c8174184c388f3be3f117a0 (commit)
       via  5ebdc1b90de2d205fa18e220581454bd0a687481 (commit)
      from  c58614b86dd3611333fdf5fe3122ce738e9d4896 (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 94ad1a452b85d07aa9d27b33607ec11efa3a2492
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 26 21:53:26 2011 -0700

    FACTOR: Use %s for literal string.
    
    tab_title() treats its parameter as a printf format string, so it's
    necessary to use %s.
    
    Found on Mac OS X with help from Jeremy Lavergne.

commit 519f1686924c643a885c25defa3af6633d9a11db
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 26 21:52:27 2011 -0700

    Use %zu, not %d, to format a size_t.
    
    Found on Mac OS X with help from Jeremy Lavergne.

commit 888d895ec5bfcc439c8174184c388f3be3f117a0
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 26 21:36:24 2011 -0700

    encoding-guesser: Don't guess UTF-8 for ASCII if it is the fallback.
    
    When the text presented to the encoding guesser is all ASCII, normally
    the encoding guesser will report ASCII as its guess.  But if the
    fallback encoding is UTF-8, then it reports UTF-8 instead.
    Unfortunately, this makes the encoding guesser a bit harder to test,
    because guesses depend on the system's locale.  It's easier to test
    if all-ASCII always yields ASCII as the guess, so this changes the
    encoding guesser to do that.
    
    This fixes a test failure on Mac OS X.  Thanks to Jeremy Lavergne for
    reporting the problem.

commit 5ebdc1b90de2d205fa18e220581454bd0a687481
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 26 21:22:41 2011 -0700

    i18n: Fix type of objects passed as u8_mbtouc()'s character parameter.
    
    Thanks to Jeremy Lavergne for making a Mac OS build system available.

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

Summary of changes:
 src/data/sys-file-reader.c              |    6 +++---
 src/language/control/repeat.c           |    4 ++--
 src/language/data-io/file-handle.q      |    2 +-
 src/language/dictionary/sys-file-info.c |    2 +-
 src/language/stats/factor.c             |    4 ++--
 src/libpspp/encoding-guesser.c          |    4 ----
 src/libpspp/i18n.c                      |    4 ++--
 7 files changed, 11 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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