Use another LOCK for g_prgname to avoid deadlocking. (#62606)
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index d31cd63..6610160 100644 (file)
@@ -1,3 +1,48 @@
+2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
+       for g_prgname to avoid deadlocking. (#62606)
+
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check also ac_cv_sizeof___int64 when requiring a
+       64-bit type.
+
+2001-10-17  HideToshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * glib/gconvert.c (g_iconv_open):
+       Fix a typo: to_codeset => from_codeset.
+       (#58195, #55152)
+
+Fri Oct 12 18:24:02 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gpattern.[hc]: make struct _GPatternSpec and GMatchType
+       private.
+       (g_pattern_equal): new function to return equality of two patterns
+       (required because GPatternSpec is private now).
+       (g_pattern_spec_new): fix bug wrg wildcard counting which produced
+       incorrect pattern specs (discovered by Matthias Clasen).
+       optimized code so we just keep one compiled pattern string now.
+       correctly canonicalize patterns. reduce string walks, optimize
+       decision about MATCH_ALL vs. MATCH_ALL_TAIL.
+       (g_pattern_match_string): call just g_pattern_match() with NULL
+       reversed string.
+       (g_pattern_match): allow NULL reversed strings now, reverse_dup
+       strings on demand.
+
+       * tests/patterntest.c (test_compilation): added an extended testcase
+       for pattern matching from Matthias Clasen <matthiasc@poet.de>.
+
+2001-10-11  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
+       'test's.
+
+Wed Oct 10 20:07:36 2001  Joshua N Pritikin  <vishnu@pobox.com>
+
+       * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64
+       conditionalization.
+
 Wed Oct 10 17:34:15 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * configure.in: Un-conditionalize and require a 64-bit integer