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. v1.4.0-68-g4f36eb


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-68-g4f36eb1
Date: Wed, 2 Sep 2020 00:43:00 -0400 (EDT)

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  4f36eb1c4b91f2ba7d95314e9b49cd643a01df46 (commit)
       via  96edf7b5604826c430869f789197db1286e2e73c (commit)
      from  13bc7e5d95ddbcfcce29080eb2ca2b6eb17d7433 (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 4f36eb1c4b91f2ba7d95314e9b49cd643a01df46
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Tue Sep 1 21:42:35 2020 -0700

    make-file: Pass O_BINARY or O_TEXT to open() call in replace_file_start().
    
    It's hard to imagine why this would make a difference on a real system,
    because the file descriptor obtained from open() is passed to fdopen(),
    which is documented to determine whether the stream is text or binary
    based on the mode string.  However, bug #40223 implies that it makes a
    difference.  I hope that this commit fixes the problem (if any!).
    
    Thanks to the anonymous submitter of bug #40223.

commit 96edf7b5604826c430869f789197db1286e2e73c
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Tue Sep 1 21:40:46 2020 -0700

    csv-file-writer: Fix typo in user message.

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

Summary of changes:
 src/data/csv-file-writer.c | 2 +-
 src/data/make-file.c       | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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