summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68a0888..535f3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-05-13 Robert James Kaes <rjkaes@flarenet.com>
+ * src/buffer.h (_TINYPROXY_BUFFER_H_): Moved the definition of the
+ buffer_s structure. Data hiding is a good thing. Also, replaced
+ the BUFFER_SIZE macro with a buffer_size() function.
+
* src/vector.c: Added the "tail" pointer to make insertions more
efficient.