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 "pdl".
The branch, master has been updated
via caba7a287e2471806184c663d098a894815cee9b (commit)
via 619564c30d70154a8daa32a04f7b496259bec1c4 (commit)
from 519723b8bd3bfe1ddc1cd5e7ed8e82243c0ecda5 (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 caba7a287e2471806184c663d098a894815cee9b
Author: Chris Marshall <devel.chm.01@...>
Date: Tue Mar 27 18:04:39 2012 -0400
Update PDL delete magic for 64bit perls/OSes
Updated PDL_CORE_VERSION to 9 and replaced int declarations
for lengths and offsets by STRLEN, Size_t, and Off_t as
appropriate. May need to change some of these a bit but
I believe the size of the types is now correct to support
memory mapping on 64-bit systems and perls.
commit 619564c30d70154a8daa32a04f7b496259bec1c4
Author: Chris Marshall <devel.chm.01@...>
Date: Tue Mar 27 13:57:17 2012 -0400
Change set_data_by_xxx to use STRLEN and not int
To support 64bit perls and OSes, this changes the len argument
type for set_data_by_mmap() and the offset argument type for
set_data_by_offset() to STRLEN from int. This is moving towards
implementing memory mapping for PDL using the File::Map module
which supports both windows and posix platforms.
-----------------------------------------------------------------------
Summary of changes:
Basic/Core/Core.xs.PL | 4 ++--
Basic/Core/pdlcore.h.PL | 1 +
Basic/Core/pdlmagic.c | 4 ++--
Basic/Core/pdlmagic.h | 8 ++++----
4 files changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
pdl
|