dougm 02/03/23 18:17:10
Modified:.STATUS
src/modules/perl perlio.c
Log:
fix tiehandle fix so it will compile with Perls < 5.6.0
and fold some duplication in the original patch
Revision ChangesPath
1.4 +1 -5 modperl/STATUS
Index:
stas02/03/18 18:18:02
Modified:.Changes
src/modules/perl perlio.c
Log:
starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied
to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE
macro to work properly under 5.7.
dougm 01/06/13 14:27:54
Modified:.Changes
src/modules/perl perlio.c
Log:
fix to compile with sfio+ithreads
Revision ChangesPath
1.594 +2 -0 modperl/Changes
Index: Changes
===