summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-17 10:59:46 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-17 10:59:46 +0000
commit03f9d485c1435c342c936a26626dda440c1911b9 (patch)
tree37f094e36c9eb27e31bac444606115b14d6ae7d9 /ChangeLog.pre-2-10
parent8f02fac4ad1e846f3075ae8b057b387e6365c0ca (diff)
downloadglib-03f9d485c1435c342c936a26626dda440c1911b9.tar.gz
Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve a
2000-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * garray.c, glib.h: Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve a certain amount of memeory for the array at creation time to avoid reallocation. Fixes bug #6707 from Charles Kerr <ckerr@osserver1.nssl.noaa.gov>.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1011
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c967539ae..0b64b6e73 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,14 @@
+2000-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * garray.c, glib.h: Added g_(array|ptr_array|byte_array)_sized_new
+ functions, that reserve a certain amount of memeory for the array
+ at creation time to avoid reallocation. Fixes bug #6707 from
+ Charles Kerr <ckerr@osserver1.nssl.noaa.gov>.
+
+ * glib.h, gqueue.c, tests/queue-test.c (main): Renamed
+ g_queue_create to g_queue_new in conformance to all other GLib
+ data types.
+
2000-04-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* grand.c (g_rand_new): Fixed bug. Thanks to Marko Kreen