X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-2;h=9d0bd156b871914680a211540077f489dc2be9f0;hb=b99e2343e58654d19f88a4d57a1dbf605862146f;hp=1f3109e06956879aaf1c69129ca45952e5c6c25e;hpb=31e7c4b6fbd91ebe7eeea0e9bcff9cb09a6492a3;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1f3109e..9d0bd15 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,34 @@ +Fri Feb 8 23:52:27 2002 Owen Taylor + + * 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 + + * 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 + include and do isdigit -> g_ascii_isdigit. + Fri Feb 8 12:32:14 2002 Owen Taylor * tests/hash-test.c (second_hash_test): Fix access to