jim 98/01/24 10:28:08
Modified: . STATUS
Log:
The prefix issue
Revision Changes Path
1.122 +13 -1 apachen/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apachen/STATUS,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- STATUS 1998/01/24 16:13:53 1.121
+++ STATUS 1998/01/24 18:28:05 1.122
@@ -196,6 +196,18 @@
Open issues:
+ * Provide consistant prefixes; suggestions:
+
+ ap_: (eg: ap_cpystrn)
+ Apache provided general functions
+ appublic_:
+ appub_:
+ Public API functions
+ apprivate_: (eg: apprivate_new_connection)
+ appri_:
+ Private functions which we can't make static
+ but should be.
+
* Maybe moving *all* of the *.h header files into a new
src/include directory?
Status: Ken +1
@@ -204,7 +216,7 @@
"apachen" module to "apache-1.3" - and, at some point,
copying (*not* branching) the apache-1.3 module to a new
apache-2.x tree and opening up 2.0 development.
- Status: Ken +1
+ Status: Ken +1, Jim +1 (let do it NOW :) )
* Ken's [POLL] apachen/patches directory
Shall we experiment with allowing patches to be distributed for