X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=2a00a456d195163736b58a485bec809f82482999;hb=92dfa96114dc81e643d42421f9a1a7f66bb42ff3;hp=49e0eb9299391bcdc7a9d228d6e7a6a757186071;hpb=96bc4f0c3b96abae4231663bd008617be048100e;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index 49e0eb9..2a00a45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Fri Oct 12 18:24:02 2001 Tim Janik + + * 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 . + 2001-10-11 Raja R Harinath * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in