ianh 2002/08/02 09:45:45
Modified: . CHANGES
Log:
hard to belive that english is my natural language
:(
Revision Changes Path
1.313 +2 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- CHANGES 2 Aug 2002 16:29:57 -0000 1.312
+++ CHANGES 2 Aug 2002 16:45:45 -0000 1.313
@@ -1,6 +1,7 @@
Changes with APR b1
- *) dont performs a strlen on that value without checking for NULL in
getopt
+ *) don't perform a strlen on that name value without checking for NULL
+ first (in getopt)
[David Waite <[EMAIL PROTECTED]>, Ian Holsman]
*) Added apr_strtoll() and apr_atoll() to strings lib.