summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-12-13 23:54:51 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-13 23:54:51 +0000
commitb0baf3db03355028f7c7eabdef9bcfa7f4e08eaf (patch)
tree954cbbc81268c1b5ac6050c3800c637a2ab917f0 /ChangeLog.pre-2-10
parent484f2ee732717dca83fbbb13c3addde474c62c85 (diff)
make static
2000-12-13 Havoc Pennington <hp@redhat.com> * gconvert.c (open_converter): make static * gutf8.c (g_utf8_validate): Simplify logic a bit, maybe speeding it up - now we just return FALSE if we had to bail out for any reason before getting to the end of the string, as defined by a nul byte if len was -1, defined by the len otherwise. This also fixes a bug where nul bytes were not treated as invalid when the length was specified.
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 d44e5fa32..fe5f01f39 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,14 @@
+2000-12-13 Havoc Pennington <hp@redhat.com>
+
+ * gconvert.c (open_converter): make static
+
+ * gutf8.c (g_utf8_validate): Simplify logic a bit, maybe
+ speeding it up - now we just return FALSE if we had to bail out
+ for any reason before getting to the end of the string, as defined
+ by a nul byte if len was -1, defined by the len otherwise. This
+ also fixes a bug where nul bytes were not treated as invalid
+ when the length was specified.
+
2000-12-12 Havoc Pennington <hp@pobox.com>
* gmain.c (g_main_context_destroy): don't try to use thread stuff