summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2007-08-09Handle restricted characters by converting them to numeric characterMatthias Clasen1-0/+37
2007-07-12beautified output somewhat. fixed long sleeps by reducing sleepTim Janik1-6/+18
2007-07-12added GSLice test from Stefan Westerfeld, bug #433314.Tim Janik2-0/+111
2007-07-12migrate per-thread magazine caches from single-thread scenario to firstTim Janik2-0/+169
2007-07-09Output newlines after thousand iterations of the inner-loop of theLoïc Minier1-1/+1
2007-06-15Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686...Mathias Hasselmann1-1/+21
2007-06-04Add support for a number of special directories, as defined by theMatthias Clasen1-0/+8
2007-06-03fixed g_regex_fetch_named* for cases when (?J) is used inside a patternYevgen Muntyan1-0/+7
2007-06-03New functions: g_regex_ref(), g_regex_unref() which replacesYevgen Muntyan1-36/+97
2007-05-29Fix g_regex_fetch_named() and g_regex_fetch_named_pos() whenMarco Barisione1-2/+21
2007-05-11Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)Matthias Clasen1-0/+45
2007-05-03Stop unused threads before the last test, to make the test terminateMatthias Clasen1-1/+4
2007-04-30Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione)Matthias Clasen1-678/+84
2007-04-24don't free or modify static strings, dup them when needed and clear theMichael Natterer1-0/+73
2007-04-11Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieveEmmanuele Bassi1-1/+19
2007-03-23Handle missing $RANDOMMatthias Clasen1-1/+1
2007-03-22Track whether the last key=value pair in a group is a blank line andChris Wilson1-0/+81
2007-03-17define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer8-52/+104
2007-03-17Don't export the consistency check functionMatthias Clasen1-9/+81
2007-03-15Add GRegex for regular expression matching. (#50075)Marco Barisione2-2/+2617
2007-03-09Return negative values. (#416062)Matthias Clasen1-0/+4
2007-03-06Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144)Matthias Clasen1-1/+1
2007-02-16For move, test moving between two sequences. Add test for swap.Soren Sandmann1-35/+89
2007-02-08Force an arbitrary order on otherwise identical items.Soren Sandmann1-24/+46
2007-02-06Don't prohibit access until after the g_sequence_move_range() call. BugSoren Sandmann1-2/+1
2007-02-04Add a new 'real_sequence' field. (g_sequence_new): InitializeSoren Sandmann1-17/+18
2007-02-03New files implementing GSequence, a list implemented using a binary tree.Soren Sandmann2-1/+1156
2007-01-19Some file list updates (#398069, Owen Taylor)Matthias Clasen2-5/+6
2007-01-12Rework the handling of invalid keys/groups again. We are back to beingMatthias Clasen1-5/+78
2007-01-05Fix tests on x86_64.Behdad Esfahbod1-3/+3
2007-01-03Fix bug in g_bit_nth_lsf (#371631) and use __builtin_clzl forBehdad Esfahbod2-0/+147
2007-01-03removed all .cvsignore files. SVN doesn't need them.Michael Natterer3-107/+0
2006-12-29Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen2-0/+131
2006-12-28implemented static debugging hash-tree to validate slice adresses andTim Janik1-7/+23
2006-12-28Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen1-4/+4
2006-12-24Silently skip tests if we can't set LC_COLLATE to en_US. (#336438)Matthias Clasen2-3/+16
2006-12-19Accept '/', '+' and '.' in key names, since gnome-vfs uses mime types asMatthias Clasen1-19/+11
2006-12-18Try a different fix for bug 346373.Matthias Clasen1-1/+1
2006-12-18Accept '@' in locale names.Matthias Clasen1-1/+3
2006-12-18Tighten up the check for allowed key and group names. (#343191, TommiMatthias Clasen1-19/+187
2006-12-18Don't use $RANDOM if the shell doesn't have it. (#346373, Thomas Klausner)Matthias Clasen1-1/+1
2006-12-17Don't use diff -u (#380801, Marek Rouchal)Matthias Clasen1-1/+1
2006-12-14If the group is already there, make it current. (#385910, Joe Halliwell)Matthias Clasen1-0/+22
2006-11-05makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.inTor Lillqvist1-76/+0
2006-10-15Compile errorcheck-mutex-test with thread libraries explicitly. (#74748,Sebastian Wilhelmi1-1/+1
2006-10-08portability fixMatthias Clasen1-1/+3
2006-08-16added test program which demonstrates and checks singleton construction.Tim Janik2-0/+86
2006-08-05If a character can't be converted, don't replace it with a NUL byte, butMatthias Clasen1-4/+15
2006-07-31Update to reflect Unicode PR #29 (#348694, Nikolai Weibull)Behdad Esfahbod1-4/+24
2006-07-24Use g_get_current_time() insted of gettimeofday().Tor Lillqvist1-5/+4