summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 16:32:22 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 16:32:22 +0000
commit7e6d2bf451199c1724c48046a17990645e94b610 (patch)
tree845bf10a2ab1cc6f35c61e7cf39418ac8c82c945
parent2f54303d9876c34a72d9cd691d9bc05fe1bb75ed (diff)
downloadtinyproxy-7e6d2bf451199c1724c48046a17990645e94b610.tar.gz
tinyproxy-7e6d2bf451199c1724c48046a17990645e94b610.zip
New changes to configure.ac, hashmap.c, and vector.c
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c9c8b7..0067bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-04-09 Robert James Kaes <rjkaes@flarenet.com>
+
+ * configure.ac: The configure script now doesn't include a check
+ for the malloc.h header if tinyproxy is being compiled on an
+ OpenBSD machine. I might actually just remove the malloc.h header
+ since the malloc/calloc/realloc/free functions are supposed to be
+ in the stdlib.h header. I also changed the LIBOBJS="" lines to
+ AC_LIBOBJ() macro so conform to the new Autoconf rules.
+
+ * src/hashmap.c:
+ * src/vector.c: Cleaned up the include headers to _hopefully_ be
+ more portable. Who knows though.
+
2002-04-08 Robert James Kaes <rjkaes@flarenet.com>
* src/thread.c (thread_main_loop): Moved the looping code into