glib/docs/reference/gobject/tmpl
Tim Janik 92dfa96114 make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new
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>.

Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>

        * glib/tmpl/patterns.sgml: amended documentation.
2001-10-13 05:54:10 +00:00
..
closures.sgml document value arrays. 2001-08-12 00:56:22 +00:00
enumerations_flags.sgml got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
gboxed.sgml got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
generic_values.sgml fix some typos. 2001-07-19 16:11:16 +00:00
gobject-unused.sgml got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
gtypemodule.sgml fix some typos. 2001-07-19 16:11:16 +00:00
gtypeplugin.sgml Updates added 2000-11-11 00:03:57 +00:00
objects.sgml removed extraneous GObject* returns from a couple functions that are very 2001-09-10 18:32:52 +00:00
param_specs.sgml up version number to 1.3.8, interface age 0, binary age 0. 2001-09-18 23:38:06 +00:00
signals.sgml document value arrays. 2001-08-12 00:56:22 +00:00
standard_params.sgml document value arrays. 2001-08-12 00:56:22 +00:00
types.sgml make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new 2001-10-13 05:54:10 +00:00
value_arrays.sgml got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
value_collection.sgml my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h. 2001-02-19 06:50:21 +00:00
value_types.sgml Revert Tim's last commit to get rid of 7+ unnecessary / broken changes. 2001-03-07 20:11:09 +00:00