jim 97/12/27 15:08:21
Modified: . STATUS
Log:
Add new section, CONCEPT, and the platform.h idea
Revision Changes Path
1.37 +9 -2 apachen/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apachen/STATUS,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- STATUS 1997/12/26 23:36:26 1.36
+++ STATUS 1997/12/27 23:08:20 1.37
@@ -12,7 +12,7 @@
Showstoppers:
-Committed:
+Committed Code Changes:
* Ben Hyde's [PATCH] fix mmap error conditions again
* [PATCH] Fix problems with timeouts in inetd mode and -X mode
@@ -59,7 +59,7 @@
* Ben Hyde's [PATCH] Finish suite of mutex ops for non-threaded platforms
* Ben Hyde's [PATCH] Serialize the update to pool.sub_* in destroy_pool
(take 2)
-Available:
+Available Patches:
* Jim's [PATCH] ap_cpystrn() function (replace strncpy) Take II
<[EMAIL PROTECTED]>
@@ -128,6 +128,13 @@
See <[EMAIL PROTECTED]>
for a more up-to-date idea (int vformatter) that has a
vote of +1 from Dean, Ben, Martin, Paul and Jim for concept
+
+Concepts:
+
+ * Jim's [CONCEPT] platform.h header file. Instead of lumping
+ all OS stuff in conf.h, create a ./platforms/ sub-dir
+ and have Configure copy and modify platform.h as needed.
+ <[EMAIL PROTECTED]>
In progress: