stas2003/11/06 03:22:03
Modified:src/modules/perl modperl_io_apache.c modperl_io_apache.h
xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
.Changes
L
stas2003/11/06 16:56:32
Modified:.Makefile.PL
Log:
a workaround for MakeMaker < 6.11, where $(ECHO) wasn't available (use perl
-le 'print shift')
Revision ChangesPath
1.130 +22 -12modperl-2.0/Makefile.PL
Index: Makefile.PL
stas2003/11/06 03:35:08
Modified:src/modules/perl modperl_io_apache.c
Log:
untabify
Revision ChangesPath
1.10 +5 -5 modperl-2.0/src/modules/perl/modperl_io_apache.c
Index: modperl_io_apache.c
===
stas2003/11/06 03:44:07
Modified:src/modules/perl modperl_io_apache.c
Log:
will need to deal with situations when get_brigade fetches more data than asked for
Revision ChangesPath
1.11 +10 -0 modperl-2.0/src/modules/perl/modperl_io_apache.c
Index: modper
stas2003/11/06 11:59:25
Modified:src/modules/perl modperl_io_apache.c
Log:
assertions are ugly as they cause a segfault without telling the end user
what the problem is. Use a proper setting of $! if seeing an empty bucket
brigade instead.
Revision ChangesPath
1.1
randyk 2003/11/06 12:04:03
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
Reviewed by: stas
remove static declaration for modperl_request_read.
Revision ChangesPath
1.128 +0 -3 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: Fu
stas2003/11/06 12:14:07
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
add the missed inline attribute
Revision ChangesPath
1.129 +3 -0 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
===
stas2003/11/06 12:20:26
Modified:src/modules/perl modperl_io_apache.h
Log:
add a doxygen doc for modperl_request_read
Revision ChangesPath
1.3 +12 -0 modperl-2.0/src/modules/perl/modperl_io_apache.h
Index: modperl_io_apache.h
=