Added io_buffer for reading from scalars. Also added test cases. Added
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Wed, 31 Oct 2001 17:48:46 +0000 (17:48 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Wed, 31 Oct 2001 17:48:46 +0000 (17:48 +0000)
commit4dfa55222d1fe433a6f5e0e8c67b1168a9cb1ee3
treeb6cfff00f62a28b001d32777827da6dbb2e1e552
parent3e27d46996b15076397e33e9efab3a47bb0e5535
Added io_buffer for reading from scalars.  Also added test cases.  Added
a myfree() call in XS code for gsamp.  Switched tags code to use mymalloc/free
which found a bufferover run in some gif tag code (test fails).  Fixed some
mymalloc/free bugs in bmp.c and tga.c.
Imager.xs
bmp.c
iolayer.c
iolayer.h
t/t07iolayer.t [new file with mode: 0644]
tags.c
tga.c