[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1212-g9389
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1212-g9389f98 |
Date: |
Sun, 02 May 2010 03:10: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 9389f9870643a519cf69b84a9388a0a40315d903 (commit)
from c5ad65b0351ab1d897eb072eeaec06fb37802b01 (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 9389f9870643a519cf69b84a9388a0a40315d903
Author: Ben Pfaff <address@hidden>
Date: Sat May 1 20:09:55 2010 -0700
Use ftello() and fseeko() instead of ftell() and fseek() everywhere.
Newer versions of glibc give annoying warnings on uses of ftell() and
fseek(), so use ftello() and fseeko() instead.
-----------------------------------------------------------------------
Summary of changes:
src/data/por-file-reader.c | 10 ++--
src/data/sys-file-reader.c | 4 +-
src/data/sys-file-writer.c | 2 +-
src/language/stats/flip.c | 6 +-
src/libpspp/zip-writer.c | 8 ++--
tests/dissect-sysfile.c | 91 +++++++++++++++++++++++---------------------
6 files changed, 63 insertions(+), 58 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1212-g9389f98,
Ben Pfaff <=