summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-06 20:11:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-06 20:11:29 +0000
commit96670f6d36dff535941b8d9577d4645d175ac15e (patch)
tree1756b9e3de95405300161210e088c790ad79d23e /ChangeLog
parent3e31fadc7a7003f1d73d930e663e15621496744f (diff)
downloadglib-96670f6d36dff535941b8d9577d4645d175ac15e.tar.gz
glib-96670f6d36dff535941b8d9577d4645d175ac15e.tar.bz2
glib-96670f6d36dff535941b8d9577d4645d175ac15e.zip
Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)
Fri Dec 6 14:34:42 2002 Owen Taylor <otaylor@redhat.com> Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) * tests/patterntest.c (main): Convert literal iso-8859-1 high bit characters in tests to string escapes. * glib/gunichartable.h glib/gen-unicode-tables.pl: Use hex \xMN escapes rather than literal UTF-8 for casefold tables. * configure.in: AC_PREREQ(2.53). needed for recent GLIB_SIZEOF() changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3daeb6cba..e040a6dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Fri Dec 6 14:34:42 2002 Owen Taylor <otaylor@redhat.com>
+
+ Avoid literal UTF-8. (Allow it to build with
+ IRIX cc, #72757, Tomas Ogren)
+
+ * tests/patterntest.c (main): Convert literal
+ iso-8859-1 high bit characters in tests to
+ string escapes.
+
+ * glib/gunichartable.h glib/gen-unicode-tables.pl:
+ Use hex \xMN escapes rather than literal UTF-8
+ for casefold tables.
+
+ * configure.in: AC_PREREQ(2.53). needed for recent
+ GLIB_SIZEOF() changes.
+
Fri Dec 6 12:40:00 2002 Owen Taylor <otaylor@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): Don't