]> git.imager.perl.org - imager.git/history - t/t07iolayer.t
improve i_io_peekn() / i_io_read_fill() interaction
[imager.git] / t / t07iolayer.t
2011-10-08 Tony Cookimprove i_io_peekn() / i_io_read_fill() interaction
2011-10-08 Tony CookWIP, working on coverage tests
2011-09-12 Tony Cookremove buffering from the callback IO object implementation
2011-09-12 Tony Cookbuffering working
2011-05-23 Tony Cookclean up test files by default for some more test scripts
2011-02-03 Tony CookRT#65088 make sure each test script that needs testout...
2006-12-15 Tony CookTest::More is now a pre-requisite for Imager, so remove...
2006-11-26 Tony Cookconvert ok(... eq ..., ... ) to is(..., ..., ...)
2006-07-27 Tony Cookthere was a C< *(char *)0 = 0 > left in a code path...
2006-07-05 Tony Cookminor changes for compatibility with 5.005_03
2006-06-30 Tony Cookadd more iolayer tests
2006-03-16 Tony Cookmore iolayer goodness:
2006-01-24 Tony Cook- convert t/t07iolayer.t to Test::More
2002-01-04 Tony Cookenhanced iolayer
2001-11-01 Tony Cookmissing binmode
2001-10-31 Arnar Mar HrafnkelssonAdded io_buffer for reading from scalars. Also added...