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-1524-gaaf7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1524-gaaf7e27
Date: Sat, 18 Sep 2010 13:51:55 +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  aaf7e27cbda4b400b6a98360fa7bab08e26c8696 (commit)
       via  dc7b35971ff0214f6dc5f1a2c909a63a053a95b7 (commit)
       via  d775f576e4ffc0973c5f183b57b2baa089f555dc (commit)
       via  5f19b467a68c1f2b4973c5eb398e5e1b802ef394 (commit)
      from  fdfc624414c149b2b4f20a6f8bf080b4f2ffb195 (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 aaf7e27cbda4b400b6a98360fa7bab08e26c8696
Author: Ben Pfaff <address@hidden>
Date:   Fri Sep 17 21:25:19 2010 -0700

    linreg: Delete unused static function.
    
    This function drew attention to itself through a warning about a missing
    return type, but it isn't used so just delete it instead of adding a
    return type

commit dc7b35971ff0214f6dc5f1a2c909a63a053a95b7
Author: Ben Pfaff <address@hidden>
Date:   Fri Sep 17 21:17:43 2010 -0700

    ONEWAY: Fix declaration-after-statement warning.
    
    C90 requires declarations to precede statements within a block.

commit d775f576e4ffc0973c5f183b57b2baa089f555dc
Author: Ben Pfaff <address@hidden>
Date:   Fri Sep 17 21:03:57 2010 -0700

    Suppress warnings about conversions between char * and unsigned char *.
    
    For some time PSPP has used "unsigned char *" for string data and "char *"
    for most other strings.  Transforming between these properly generally
    involves recoding, and there are some places where this is possibly
    missing.  The usual way to "fix" these warnings would be to insert casts,
    but this would not fix the problem, just suppress the warnings, and it is
    difficult to "grep" for casts so they would be hard to find for fixing
    later.
    
    This commit doesn't actually fix the problems, but it does suppress the
    warnings while making them easy to find later: just grep for CHAR_CAST_BUG.

commit 5f19b467a68c1f2b4973c5eb398e5e1b802ef394
Author: Ben Pfaff <address@hidden>
Date:   Fri Sep 17 20:52:56 2010 -0700

    build-aux: Add generated files to .gitignore.

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

Summary of changes:
 build-aux/.gitignore                    |    9 +++++++++
 src/language/expressions/operations.def |    9 ++++++---
 src/language/lexer/value-parser.c       |   27 ++++++++++++++++-----------
 src/language/stats/oneway.c             |   10 +++++-----
 src/language/xforms/compute.c           |   12 +++++++-----
 src/language/xforms/recode.c            |   10 ++++++----
 src/libpspp/cast.h                      |   25 ++++++++++++++++++++++++-
 src/math/linreg.c                       |    8 +-------
 src/ui/syntax-gen.c                     |   22 +++++++++++++---------
 9 files changed, 87 insertions(+), 45 deletions(-)
 create mode 100644 build-aux/.gitignore


hooks/post-receive
-- 
GNU PSPP



reply via email to

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