ytpo fix
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 1f3109e..7b6fc3d 100644 (file)
@@ -1,3 +1,74 @@
+2002-02-11  Manish Singh  <yosh@gimp.org>
+
+       * glib/gmessages.h: need statement terminators for the if clauses for
+       the preceding change.
+
+2002-02-11  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmessages.h: Use "if (expr) else" rather than
+       "if (!(expr))" so the parentheses don't disable the gcc
+       warnings about = vs. ==.
+
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
+2002-02-10  Hans Breuer  <hans@breuer.org>
+
+       * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
+
+       * tests/makefile.msc.in : added uri-test
+
+2002-02-09  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmarkup.c: (xml_isspace): New.
+       (skip_spaces): g_unichar_isspace -> xml_isspace
+       * glib/gstrfuncs.c: (g_ascii_strtod): isspace -> g_ascii_isspace
+       isxdigit -> g_ascii_isxdigit, isdigit -> g_ascii_isdigit
+
+2002-02-09  Matthias Clasen  <matthias@local>
+
+       * tests/markups/valid-4.gmarkup: Test attribute value delimiters.
+
+       * glib/gmarkup.c (g_markup_parse_context_parse): Support 
+       ' and " as attribute value delimiters.  (#70677)
+
+2002-02-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Make --disable-threads work again. (#71034)
+
+Fri Feb  8 23:52:27 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gobject/gvaluetransform.c: Register transformations for
+       gint64, guint64. (#70780, patch from Andy Wingo)
+
+       * configure.in: Handle missing G_GINT64_FORMAT, 
+       G_GUINT64_FORMAT ... harder to require GNU libc than GCC.
+
+       * NEWS: Some cleanups that I had setting around.
+
+2002-02-08  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gconvert.h: Make hostname parameter const char *.
+       * glib/gconvert.c: (g_unescape_uri_string): Added a new
+       "ASCII must not be escaped" feature, and some missing error
+       checking.
+       (is_escalphanum): New.
+       (is_escalpha): New.
+       (hostname_validate): New.
+       (g_filename_from_uri): Don't allow hostnames to include
+       escaped ASCII, validate hostnames with the new
+       hostname_validate.
+       (g_filename_to_uri): Validate hostnames with the new
+       hostname_validate.
+
+       * tests/uri-test.c: Updated tests to reflect the hostname
+       validation changes above.
+
+       * glib/gdate.c: (g_date_fill_parse_tokens): Remove the
+       <ctype.h> include and do isdigit -> g_ascii_isdigit.
+
 Fri Feb  8 12:32:14 2002  Owen Taylor  <otaylor@redhat.com>
 
        * tests/hash-test.c (second_hash_test): Fix access to