From d46cba8a0b4f48aadeb44fd6fd035b03c94e7416 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 13 May 2002 23:32:16 +0000 Subject: Added a "tail" pointer to the vector to make insertions more efficient. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 837f3c9..68a0888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-13 Robert James Kaes + * src/vector.c: Added the "tail" pointer to make insertions more + efficient. + * src/hashmap.c (hashmap_insert): Fixed a potential SEGFAULT if the memory for the new hashmap entry could not be allocated. (hashmap_remove): Fixed a problem where an entry could have it's -- cgit v1.2.3