dgaudet 98/03/13 16:33:49
Modified: src CHANGES
Log:
doc pstrndup
Revision Changes Path
1.707 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.706
retrieving revision 1.707
diff -u -r1.706 -r1.707
--- CHANGES 1998/03/13 19:20:05 1.706
+++ CHANGES 1998/03/14 00:33:44 1.707
@@ -1,5 +1,8 @@
Changes with Apache 1.3b6
+ *) API: Clarification, pstrndup() will always copy n bytes of the source
+ and NUL terminate at the (n+1)st byte. [Dean Gaudet]
+
*) Mark module command_rec and handler_rec structures const so that they
end up in the read-only data section (and are friendlier to systems
that don't do optimistic memory allocation on fork()). [Dean Gaudet]