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-237-g98742


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-237-g9874286
Date: Fri, 15 Jun 2012 18:48:50 +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  987428608748d573aa3378725e929823f45b7a81 (commit)
      from  5f74f90119911893336f366f06744cd920c0010c (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 987428608748d573aa3378725e929823f45b7a81
Author: John Darrington <address@hidden>
Date:   Fri Jun 15 20:29:24 2012 +0200

    ext-array.c: Ensure that fseek is called before switching between read and 
write.
    
    ANSI C requires that a file positioning function (eg seek) occurs before a 
switch
    from reading to writing a stream (or vici-versa).  We had not been doing 
this.
    This had caused problems which manifested themselves on Windows operating 
systems,
    by mysteriously failing to write the stream (and thus truncating the 
datafile).
    This change corrects this.
    
    Thanks to Harry Thijssen and Henry Gong for their very valuable assistance 
tracking
    down the cause of this problem.
    
    Reviewed-by: Ben Pfaff

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

Summary of changes:
 src/libpspp/ext-array.c |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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