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.4-30-geccc3b


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-30-geccc3b6
Date: Mon, 08 Dec 2014 06:15:56 +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  eccc3b605e9ee6a41d71d5762957d63af3cabbea (commit)
       via  47f9412c378ef8e0bcce43566f72caa3b856580b (commit)
      from  ebf31eea2cfd8b49e8e83e2da931eecb9bf40ab1 (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 eccc3b605e9ee6a41d71d5762957d63af3cabbea
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 7 22:13:44 2014 -0800

    README.Git: Upgrade recommended Gnulib version.
    
    Harry Thijssen reported that the older version of Gnulib failed to
    build (in msvc-inval.c) on Windows, but that the newer version built
    fine with the exception of the error that should have been fixed by
    the previous commit.
    
    Discussion at:
    http://lists.gnu.org/archive/html/pspp-dev/2014-12/msg00014.html

commit 47f9412c378ef8e0bcce43566f72caa3b856580b
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 7 22:10:54 2014 -0800

    lexer: Include <unistd.h> to ensure 'read' is consistently replaced.
    
    On some platforms, Gnulib #defines read to rpl_read.  The lexer uses
    an unreleated function pointer member named 'read' in struct
    lex_reader_class.  It doesn't really matter whether this name gets
    replaced with rpl_read as long as it always happens consistently.
    Adding "#include <unistd.h>" to lexer.h should ensure that.
    
    Reported by Harry Thijssen.

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

Summary of changes:
 README.Git                 |   10 ++++++----
 src/language/lexer/lexer.h |    3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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