dgaudet 98/01/24 11:02:03
Modified: . STATUS
src CHANGES
Log:
yadda
Revision Changes Path
1.124 +1 -0 apachen/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apachen/STATUS,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- STATUS 1998/01/24 18:31:00 1.123
+++ STATUS 1998/01/24 19:01:59 1.124
@@ -128,6 +128,7 @@
* Jim's [PATCH] A/UX can use SINGLE_LISTEN_UNSERIALIZED_ACCEPT
* Jim's [PATCH] force Unixware to use mmap() scoreboard (before
was dependent on ordering of the #defines in http_main.c)
+ * table api cleanup
Available Patches:
1.596 +2 -1 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -r1.595 -r1.596
--- CHANGES 1998/01/24 19:00:18 1.595
+++ CHANGES 1998/01/24 19:02:01 1.596
@@ -6,7 +6,8 @@
to "typedef struct table table" module authors will receive compile
time warnings that they're doing the wrong thing. This change
facilitates future changes with more sophisticated table
- structures. [Dean Gaudet]
+ structures. Specifically, module authors should be using table_elts()
+ to get access to an array_header * for the table. [Dean Gaudet]
*) Rename new_connection() to ap__new_connection() to avoid namespace
collision with LDAP library routines. The "ap__" prefix means