summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorEST 1999 Jeff Garzik <jgarzik@pobox.com>1999-01-24 06:18:43 +0000
committerJeff Garzik <jgarzik@src.gnome.org>1999-01-24 06:18:43 +0000
commitd5492a983cfa048658af8b03f833ddb3c0cf355e (patch)
treea6f72648a4559f6cf1071a86ba0431b187908be2 /ChangeLog.pre-2-6
parent90ca4040f668a5fcf08b2afc23dbbf0f9f663528 (diff)
downloadglib-d5492a983cfa048658af8b03f833ddb3c0cf355e.tar.gz
- Revert previous "fix" (which really just did things a different way). -
Sun Jan 24 00:36:22 EST 1999 Jeff Garzik <jgarzik@pobox.com> * ghash.c: - Revert previous "fix" (which really just did things a different way). - (g_hash_table_remove): Don't need to support multiple values for a single key. * tests/hash-test.c: Add test where hash function always returns a single value. Add beginnings of tests for g_hash_table_foreach[_remove] and g_hash_table_remove.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-613
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index e58858ca7..afe3eea68 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,16 @@
+Sun Jan 24 00:36:22 EST 1999 Jeff Garzik <jgarzik@pobox.com>
+
+ * ghash.c:
+ - Revert previous "fix" (which really just did things a
+ different way).
+ - (g_hash_table_remove): Don't need to support multiple values
+ for a single key.
+
+ * tests/hash-test.c:
+ Add test where hash function always returns a single value.
+ Add beginnings of tests for g_hash_table_foreach[_remove] and
+ g_hash_table_remove.
+
Sat Jan 23 20:40:06 PST 1999 Manish Singh <yosh@gimp.org>
* gutils.c: removed the #warning about MT without getpwuid_r