summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-24 15:37:24 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-24 15:37:24 +0000
commit9698f728c68c60d083f2afe55832f7bbcceff4de (patch)
treedef5860601d25ca465f6da5e330b2a8c42e76554 /ChangeLog.pre-2-8
parentfe2e948e0bc2f483870815497572f077067a237c (diff)
downloadglib-9698f728c68c60d083f2afe55832f7bbcceff4de.tar.gz
typo alarm
typo alarm
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-88
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 56fdc310d..92f3a66be 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,10 +1,10 @@
2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
- * garray.c: Made GArray behave correct. Now zero_terminated really
- means, that the element array->data[array->len] exists and is
- zeroed, and clear means that any unassigned elements obtained
+ * garray.c: Made GArray behave correctly. Now zero_terminated
+ really means, that the element array->data[array->len] exists and
+ is zeroed, and clear means that any unassigned elements obtained
through g_array_set_size (the only way to get unassigned elements
- AFAICT) are zeroed. Added some macors to mak the code more
+ AFAICT) are zeroed. Added some macros to make the code more
obvoius. Also made GPtrArray zero elements after
g_ptr_array_set_size. This is done in a portbale way (assignment
of NULL instead of just memsetting it to zero), though that might