fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index ea4012c..9610996 100644 (file)
@@ -1,3 +1,29 @@
+Sat Oct 12 21:30:41 2002  Tim Janik  <timj@gtk.org>
+
+       * merged up from glib-2-0:
+
+        * glib/gstrfuncs.c (g_ascii_strtod): fix comment.
+        (g_ascii_strtoull): new function, acting like strtoull(3) in the C
+        locale.
+
+        * glib/gscanner.[hc]: fix 32bit issues with integer parsing and
+        support storing 64bit values in GTokenValue by
+        using g_ascii_strtoull().
+
+Sat Oct 12 12:34:22 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * glib/gtree.c (g_tree_search), glib/gspawn.c
+       (g_spawn_async_with_pipes): 
+
+       Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen,
+       Owen Taylor. 
+
+Thu Oct 10 23:27:02 2002  Tim Janik  <timj@gtk.org>
+
+        * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL,
+        print out "<memory>" instead of completely skipping input specification
+        and thusly loosing error line information.
+
 Sun Sep 29 12:15:44 2002  Manish Singh  <yosh@gimp.org>
 
        * tests/mainloop-test.c: use gsize instead of int where appropriate