summaryrefslogtreecommitdiff
path: root/tests/patterntest.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-30Don't leak in converter testMatthias Clasen1-308/+0
2008-05-30Bug 535628 - test/patterntest.c still includes gpattern.h directly.Michael Natterer1-3/+1
2006-02-23Plug leaks reported by valgrind. Same. Same Same. Same. Same.Kjartan Maraas1-0/+6
2005-09-20applied significant recursion complexity optimization, based on a patchTim Janik1-1/+15
2005-09-19applied a patch from matthias which checks on the upper bound ofTim Janik1-1/+7
2004-04-15Add tests for the empty pattern.Matthias Clasen1-0/+2
2003-08-27Fix a C99ism. (#120821, Thomas Klausner)Matthias Clasen1-1/+4
2003-08-07Specify test strings in UTF-8, remove all charset conversion. Replace theMatthias Clasen1-48/+46
2003-05-27Remain silent when sucessful.Matthias Clasen1-12/+29
2002-12-06Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)Owen Taylor1-13/+13
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi1-0/+4
2002-06-11tests/patterntest.c (test_compilation) A couple of 64-bit printf formatOwen Taylor1-1/+1
2002-04-10Remove manual UTF-8 -> Latin1 conversion for stuff fed to g_print.Matthias Clasen1-3/+4
2001-11-22Version 11, interface, binary age 0.Owen Taylor1-1/+2
2001-11-14add UTF-8 support.Matthias Clasen1-30/+61
2001-10-29Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger1-1/+3
2001-10-13make struct _GPatternSpec and GMatchType private. (g_pattern_equal): newTim Janik1-0/+225