randyk 2004/06/23 07:31:31
Modified: todo features_missing
Log:
add item to automatically generate APR::FunctionTable.
Revision Changes Path
1.4 +6 -0 modperl-2.0/todo/features_missing
Index: features_missing
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/features_missing,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- features_missing 29 Feb 2004 05:28:43 -0000 1.3
+++ features_missing 23 Jun 2004 14:31:31 -0000 1.4
@@ -2,6 +2,12 @@
# mp1 missing features #
########################
+* automate generation of xs/tables/current/apr/FunctionTable.pm
+ via Apache::ParseSource. This file contains a subset of
+ functions appearing in ModPerl::FunctionTable that are
+ needed when building APR.so, and is used when generating
+ the def/exp files on Win32/AIX.
+
* directive handlers are supported but need some work for 1.x compat
- Apache::ModuleConfig->get needs a compat method mapping to
Apache::Module->get_config