make static
authorHavoc Pennington <hp@redhat.com>
Wed, 13 Dec 2000 23:54:51 +0000 (23:54 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 13 Dec 2000 23:54:51 +0000 (23:54 +0000)
commitb0baf3db03355028f7c7eabdef9bcfa7f4e08eaf
tree954cbbc81268c1b5ac6050c3800c637a2ab917f0
parent484f2ee732717dca83fbbb13c3addde474c62c85
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.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gconvert.c
glib/gconvert.c
glib/gutf8.c
gutf8.c