glib/tests/.cvsignore
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

56 lines
657 B
Plaintext

*.lo
*.obj
*.lib
*.dll
*.exe
.deps
.libs
Makefile
Makefile.in
makefile.msc
makefile.mingw
_libs
libmoduletestplugin_a.la
libmoduletestplugin_b.la
array-test
cxx-test
date-test
dirname-test
hash-test
iochannel-test
iochannel-test-outfile
list-test
mainloop-test
markup-test
module-test
node-test
queue-test
qsort-test
rand-test
relation-test
shell-test
slist-test
spawn-test
stamp-gc-h
stamp-h
strfunc-test
string-test
thread-test
threadpool-test
timeloop-closure
tree-test
type-test
unicode-encoding
gio-test
testgdate
testgdateparser
testglib
timeloop
timeloop-basic
timeloop-closure
uri-test
unicode-caseconv
unicode-collate
unicode-normalize
patterntest