fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 758f220..9610996 100644 (file)
@@ -1,3 +1,172 @@
+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
+       (64-bit cleanliness fix)
+
+2002-09-29  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Instead of forcing -fnative-struct into CFLAGS
+       when using gcc for Win32, check for gcc version 3.x which uses
+       -mms-bitfields instead. Also check if either of these switches is
+       actually available at all, and warn if not. Thanks to Soren
+       Andersen for the inspiration.
+
+       * HACKING: Say we require autoconf 2.52 as that is what
+       configure.in does.
+
+2002-09-23  Arvind Samptur <arvind.samptur@wipro.com>
+       * glib/gspawn.c (fork_exec_with_pipes) : when the child fails
+       we need to reap it to avoid a zombie. This would
+       happen in case of g_spawn_sync. Fixes #92658
+
+2002-09-20  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gscanner.c (g_scanner_msg_handler): Don't print
+       scanner->input_name when it is NULL.  (#93752)
+
+2002-09-06  Havoc Pennington  <hp@redhat.com>
+
+       * autogen.sh: automake 1.4
+
+2002-09-01  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c:
+
+       Documentation fixes: (#75255, Martin Schulze; #76104, Daryll Strauss)
+
+2002-08-26  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
+       Cygwin (#91696, Masahiro Sakai).
+
+Tue Aug 20 16:01:03 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * glib/gconvert.c (strdup_len): validate 'len' argument properly
+       for the case that input string is not null-terminated. (#91222)
+
+2002-08-10  Gustavo Noronha Silva  <kov@debian.org>
+
+       * configure.in: added pt_BR to ALL_LINGUAS
+
+2002-08-07  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmarkup.c (g_markup_parse_context_get_element): 
+       Use g_return_val_if_fail, no g_return_if_fail.
+
+2002-08-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gthread.c: Set the normal PID surrogate priority according
+       to getpid() to avoid errors for niced processes. (#86116)
+
+       * gthread/gthread-impl.c, gthread/gthread-posix.c,
+       gthread/gthread-solaris.c: Do the same for the posix/dce
+       implementation. Solaris still needs to set priority of the main
+       thread, because all unbound threads will schedule according to
+       that value and it defaults to 0 (the minimal value). 
+
+       * glib/gmain.c: Factor out g_main_context_init_pipe from
+       g_main_context_new to initialize the wakeup pipe of a
+       context. Call that function from g_main_context_new if threads are
+       initialized and for all contexts when threads are initialized
+       in g_main_thread_init. (#86872) 
+
+       * gthread/gthread-impl.c: Call g_main_thread_init. (#86872) 
+
+Thu Jul 25 14:23:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gfileutils.c: Clarify the behavior of g_build_path()
+       for empty elements and for leading and trailing copies
+       of the separator in the docs.
+       * glib/gfileutils.c: Fix problems with leading elements
+       consisting only of "/" characters. (#85928, Guillaume Chazarain)
+       * tests/strfunc-test.c (main): Add more test cases
+       for g_build_filename().
+2002-07-26  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gunicode.h: 
+       * glib/gutf8.c (g_utf8_strreverse): New function to revert
+       a utf8 string.
+       * glib/gpattern.c (g_utf8_reverse): Gone, replaced by 
+       g_utf8_strreverse.  (#87725)
+
+Thu Jul 25 20:57:20 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/giochannel.c (g_io_channel_read_line): Fix 
+       docs for @str_return to conform to the main docs
+       and the implementation as to whether the terminator
+       is included. (#87964, Jacob Berkman)
+
+Thu Jul 25 19:52:41 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/guniprop.c (real_tolower): Handle the 
+       end of the string properly when max_len is set.
+       (#88545, Morten Welinder.) Rename the next_t
+       variable to next_type to make cc-mode happy.
+
+       * glib/gconvert.c (g_iconv_open): Fix missing
+       label from previous commit.
+
+Thu Jul 25 19:41:03 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/giochannel.c (g_io_channel_get_flags): Fix 
+       incorrect return value in g_return_val_if_fail 
+       (#85545, David L. Cooper II)
+
+Thu Jul 25 19:12:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/giochannel.c (g_io_channel_set_encoding): Clarify
+       that only one of the conditions listed in the docs
+       need to be true, not all of them. (#87176,
+       Sebastian Rittau)
+
+       * glib/giochannel.c (g_io_channel_read_line): Fix 
+       description of the return value. (#87754, Manuel Clos)
+
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (g_timeout_add): Remove reference
+       in the docs to @notify parameter. (#87768,
+       Manuel Clos)
+
+Thu Jul 25 17:57:07 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gconvert.c (g_iconv_open): Document the
+       (GIConv)-1 return value on failure. (#87559, 
+       Jarek Dukat)
+
+       * glib/gconvert.c (g_iconv_open): Fix potential
+       problems with the assumption that (GIConv)(iconv_t)-1
+       is the same as (GIConv)-1.
+       
 2002-07-15  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gmarkup.h: