[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-1374-g7051
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1374-g70514b3 |
Date: |
Fri, 11 Jun 2010 04:33:12 +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 70514b3f2f32d57e58b04c01c83bc5f372559824 (commit)
from a3b36ef5a41b5fd4899b31dcde7bafad49642028 (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 70514b3f2f32d57e58b04c01c83bc5f372559824
Author: Ben Pfaff <address@hidden>
Date: Thu Jun 10 21:31:59 2010 -0700
tmpfile: Rename "struct tmpfile" to "struct temp_file".
Mingw builds were failing because Gnulib was replacing "tmpfile" by
"rpl_tmpfile", and this was visible only to some users of "struct tmpfile".
The safest fix seems to be just renaming struct tmpfile, so that's what
this commit does.
Thanks to Harry Thijssen <address@hidden> for reporting the problem.
Bug #29965.
-----------------------------------------------------------------------
Summary of changes:
src/data/case-tmpfile.c | 22 ++++++------
src/libpspp/automake.mk | 4 +-
src/libpspp/sparse-xarray.c | 53 ++++++++++++++++---------------
src/libpspp/{tmpfile.c => temp-file.c} | 39 ++++++++++++-----------
src/libpspp/{tmpfile.h => temp-file.h} | 19 ++++++-----
tests/automake.mk | 2 +-
6 files changed, 71 insertions(+), 68 deletions(-)
rename src/libpspp/{tmpfile.c => temp-file.c} (81%)
rename src/libpspp/{tmpfile.h => temp-file.h} (63%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1374-g70514b3,
Ben Pfaff <=