wrowe 2002/12/10 09:56:54
Modified: strings apr_snprintf.c
tables apr_tables.c
Log:
A few NOTICEs for developers modifying code, not 'XXX' developer pointers.
Revision Changes Path
1.32 +1 -1 apr/strings/apr_snprintf.c
Index: apr_snprintf.c
===================================================================
RCS file: /home/cvs/apr/strings/apr_snprintf.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- apr_snprintf.c 9 Dec 2002 20:21:18 -0000 1.31
+++ apr_snprintf.c 10 Dec 2002 17:56:53 -0000 1.32
@@ -115,7 +115,7 @@
/*
* NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions
*
- * XXX: this is a magic number; do not decrease it
+ * NOTICE: this is a magic number; do not decrease it
*/
#define NUM_BUF_SIZE 512
1.45 +2 -2 apr/tables/apr_tables.c
Index: apr_tables.c
===================================================================
RCS file: /home/cvs/apr/tables/apr_tables.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- apr_tables.c 17 Sep 2002 14:13:21 -0000 1.44
+++ apr_tables.c 10 Dec 2002 17:56:54 -0000 1.45
@@ -388,8 +388,8 @@
};
/*
- * XXX: if you tweak this you should look at is_empty_table() and
table_elts()
- * in alloc.h
+ * NOTICE: if you tweak this you should look at is_empty_table()
+ * and table_elts() in alloc.h
*/
#ifdef MAKE_TABLE_PROFILE
static apr_table_entry_t *table_push(apr_table_t *t)