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-485-gf500d


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-485-gf500d6d
Date: Fri, 27 Mar 2009 14:20: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  f500d6df5351c40c4758673372c95c653e1fdc01 (commit)
       via  0aebb03b1f9c3a4a0dd99b715f13dc044540a0bd (commit)
      from  2dc6bd2fcac787b64d5ec6dcbf52b1a0c1e631e0 (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 f500d6df5351c40c4758673372c95c653e1fdc01
Author: Ben Pfaff <address@hidden>
Date:   Sun Jan 18 20:10:43 2009 -0800

    Fix memory leak in wilcoxon_execute().

commit 0aebb03b1f9c3a4a0dd99b715f13dc044540a0bd
Author: Ben Pfaff <address@hidden>
Date:   Thu Mar 26 21:11:12 2009 -0700

    Fix error message for bad characters in syntax files.
    
    Before this commit, on systems where "char" is a signed type,
    formatting a char with %o would sign-extend to the width of "int",
    so that a typical error message would look like:
       Bad character in input: `\37777777605'.
    
    With this commit, the value gets zero-extended, producing the more
    sensible error mesage:
       Bad character in input: `\205'.

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

Summary of changes:
 src/language/lexer/lexer.c    |    9 +++++----
 src/language/stats/wilcoxon.c |    1 +
 2 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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