stas2004/04/01 17:38:13
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_io.c
Log:
allocate 'r' for 'Perl runtime interaction', and use 'g' for 'globals
management' in tracing
Revision ChangesPath
1.119 +3 -2 modperl-2.0/lib/ModPerl/Code
stas2004/02/16 17:47:26
Modified:src/modules/perl modperl_io.c
Log:
cleanup
Revision ChangesPath
1.24 +4 -6 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
RCS file: /
stas2003/11/22 12:38:54
Modified:src/modules/perl modperl_io.c
Log:
use the macro PerlIO_flush to support older perls
Revision ChangesPath
1.22 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
stas2003/11/22 02:29:29
Modified:src/modules/perl modperl_io.c
Log:
food for thoughts
Revision ChangesPath
1.21 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
R
stas2003/10/14 17:37:59
Modified:src/modules/perl modperl_io.c
Log:
of course, it's a good idea not to leak globals
Revision ChangesPath
1.19 +4 -0 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
=
stas2003/10/14 17:31:33
Modified:src/modules/perl modperl_io.c
Log:
if both the main request and the sub-request happen to use overriden STD*,
we can't re-use the same global to store the original GV, therefore need to
generate a new global for each override.
Revision C
stas2003/10/14 17:28:51
Modified:src/modules/perl modperl_io.c
Log:
copy-n-paste comment typo fix
Revision ChangesPath
1.17 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
stas2003/10/14 17:28:10
Modified:src/modules/perl modperl_io.c
Log:
flush on STDIN? how silly ;)
Revision ChangesPath
1.16 +0 -2 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
stas2003/10/14 17:10:44
Modified:src/modules/perl modperl_io.c
Log:
must close the dupped filehandles, so they won't be attempted to flush when
r goes out of scope
Revision ChangesPath
1.15 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c
Index: modper
stas2003/10/03 10:45:23
Modified:src/modules/perl modperl_io.c
Log:
STDOUT is O_WRONLY, not O_RDONLY (though since it's a dup op, it doesn't
really matter)
Submitted by: Steve Hay
Revision ChangesPath
1.14 +3 -3 modperl-2.0/src/modules/perl/modperl_io.c
stas2003/10/02 16:01:56
Modified:src/modules/perl modperl_io.c
Log:
STDIN needs < not >, so use "<&STDIN" not ">&STDIN"
Submitted by: Steve Hay <[EMAIL PROTECTED]>
Revision ChangesPath
1.13 +3 -3 modperl-2.0/src/modules/perl/modperl_io.c
Index: modper
stas2003/10/02 02:03:32
Modified:src/modules/perl modperl_io.c
Log:
length(">&STDIN") is 7, not 8 (but it seems not to matter)
Revision ChangesPath
1.12 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
==
stas2003/08/24 12:37:29
Modified:src/modules/perl modperl_io.c
Log:
we need to check $!, not $@ on open();
Revision ChangesPath
1.11 +6 -18 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
==
13 matches
Mail list logo