Author: torsten
Date: Sun May 2 18:25:41 2010
New Revision: 940287
URL: http://svn.apache.org/viewvc?rev=940287&view=rev
Log:
Implement a mini-preprocess language for map-files in xs/maps.
Syntax is
#_if_ perl-code
#_elsif perl-code
#_else_
#_end_
and
#_eval_ perl-code
The main reason fo
Author: torsten
Date: Sun May 2 18:32:14 2010
New Revision: 940293
URL: http://svn.apache.org/viewvc?rev=940293&view=rev
Log:
Merged revisions 940287 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r940287 | torsten | 2010-05-02 20:25:41 +0200 (Sun, 02 May 20
Author: torsten
Date: Sun May 2 18:45:49 2010
New Revision: 940297
URL: http://svn.apache.org/viewvc?rev=940297&view=rev
Log:
now it compiles and tests with a non-threaded perl
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_cmd.c
perl/modperl/branches/threading/src/mo
Author: torsten
Date: Sun May 2 18:53:12 2010
New Revision: 940303
URL: http://svn.apache.org/viewvc?rev=940303&view=rev
Log:
silence a warning (useless storage class specifier in empty declaration)
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_types.h
Modified: perl/mo