Mod Cplusplus CVS committal
Author : gr84b8
Module : mod_cplusplus
Dir : mod_cplusplus
Modified Files:
ChangeLog
Added Files:
mod_cplusplus.dsp
Log Message:
fix up a bunch of things to allow for proper win32 builds. first: export all symbols properly, second: match types to eliminate compiler barfs, third: complete move to using apr for dso loading
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ChangeLog 26 Apr 2002 18:56:59 -0000 1.7
+++ ChangeLog 19 Jun 2002 14:11:06 -0000 1.8
@@ -1,3 +1,12 @@
+2002-06-16 John K. Sterling <jo...@st...>
+ * Made additional changes to support win32. The code and dso work
+ should be complete, but the dsp project file has lots of hardcoded
+ paths. Until I am able to get a win32 build machine up I will check
+ this in and request that it be made more generic.
+ (Submitted by John P. Coffey <co...@rc...>)
+2002-05-03 John K. Sterling <jo...@st...
+ * Change the dso work to use apr instead of direct calls to dlopen. This
+ will help with the porting effort.
2002-04-25 John K. Sterling <jo...@st...>
* Added enviroment decode class to decode request parameters.
Handles both get and post requests, and also features
|