Oops.
[platform/upstream/glib.git] / tests /
2007-05-03 Matthias ClasenStop unused threads before the last test, to make the...
2007-04-30 Matthias ClasenSplit GRegex into GRegex and GMatchInfo. (#419368,...
2007-04-24 Michael Nattererdon't free or modify static strings, dup them when...
2007-04-11 Emmanuele BassiAdd g_hash_table_get_keys() and g_hash_table_get_values...
2007-03-23 Matthias ClasenHandle missing $RANDOM
2007-03-22 Chris WilsonTrack whether the last key=value pair in a group is...
2007-03-17 Hans Breuerdefine PCRE_STATIC to reflect the inclusion of pcre...
2007-03-17 Matthias ClasenDon't export the consistency check function
2007-03-15 Marco BarisioneAdd GRegex for regular expression matching. (#50075)
2007-03-09 Matthias ClasenReturn negative values. (#416062)
2007-03-06 Matthias ClasenApply a patch by Loïc Minier to fix building with ...
2007-02-16 Soren SandmannFor move, test moving between two sequences. Add test...
2007-02-08 Soren SandmannForce an arbitrary order on otherwise identical items.
2007-02-06 Soren SandmannDon't prohibit access until after the g_sequence_move_r...
2007-02-04 Soren SandmannAdd a new 'real_sequence' field. (g_sequence_new):...
2007-02-03 Soren SandmannNew files implementing GSequence, a list implemented...
2007-01-19 Matthias ClasenSome file list updates (#398069, Owen Taylor)
2007-01-12 Matthias ClasenRework the handling of invalid keys/groups again. We...
2007-01-05 Behdad EsfahbodFix tests on x86_64.
2007-01-03 Behdad EsfahbodFix bug in g_bit_nth_lsf (#371631) and use __builtin_cl...
2007-01-03 Michael Nattererremoved all .cvsignore files. SVN doesn't need them.
2006-12-29 Matthias ClasenDefine G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant...
2006-12-28 Tim Janikimplemented static debugging hash-tree to validate...
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-12-24 Matthias ClasenSilently skip tests if we can't set LC_COLLATE to en_US...
2006-12-19 Matthias ClasenAccept '/', '+' and '.' in key names, since gnome-vfs...
2006-12-18 Matthias ClasenTry a different fix for bug 346373.
2006-12-18 Matthias ClasenAccept '@' in locale names.
2006-12-18 Matthias ClasenTighten up the check for allowed key and group names...
2006-12-18 Matthias ClasenDon't use $RANDOM if the shell doesn't have it. (#34637...
2006-12-17 Matthias ClasenDon't use diff -u (#380801, Marek Rouchal)
2006-12-14 Matthias ClasenIf the group is already there, make it current. (#38591...
2006-11-05 Tor Lillqvistmakefile.mingw gmodule/makefile.mingw.in glib/makefile...
2006-10-15 Sebastian WilhelmiCompile errorcheck-mutex-test with thread libraries...
2006-10-08 Matthias Clasenportability fix
2006-08-16 Tim Janikadded test program which demonstrates and checks single...
2006-08-05 Matthias ClasenIf a character can't be converted, don't replace it...
2006-07-31 Behdad EsfahbodUpdate to reflect Unicode PR #29 (#348694, Nikolai...
2006-07-24 Tor LillqvistUse g_get_current_time() insted of gettimeofday().
2006-06-20 Matthias ClasenFix an off-by-2 error in the leap year calculation...
2006-06-16 Matthias ClasenAdd tests.
2006-06-12 Emmanuele BassiReturn a boolean instead of void.
2006-06-05 Matthias ClasenAdd some tests involving leading whitespace.
2006-06-01 Matthias ClasenAvoid running in an assertion with small writes. (...
2006-05-28 Matthias ClasenOutput that test-markup is expected to produce when...
2006-05-16 Matthias Claseng_ascii_strtoll
2006-05-11 Bastien Noceraadd documentation for G_OPTION_ARG_INT64
2006-05-10 Sebastian WilhelmiAdapt to GLib coding standards.
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-05-08 Matthias ClasenUse encoding names which may work better on Solaris...
2006-05-08 Matthias ClasenAdd some tests for invalid floating point numbers.
2006-05-03 Matthias ClasenAdd some more tests.
2006-05-03 Matthias ClasenUse malloced memory instead of stack-allocated, so...
2006-05-03 Matthias Clasen2.11.0 GLIB_2_11_0
2006-05-02 Tim Janikadded test code from Behdad Esfahbod, see #337128.
2006-04-26 Matthias ClasenAdd a test for the previous change.
2006-04-19 Matthias ClasenAdd api to get and set doubles and lists of doubles...
2006-04-19 Matthias ClasenAccept duplicate groups. (#157877, Sebastien Bacher)
2006-04-18 Matthias ClasenMake passing NULL for new_prefix work as documented...
2006-04-07 Martyn James Russell(test_thread_stop_unused): Removed an
2006-04-07 Martyn James RussellMake sure g_thread_pool_stop_unused_threads() actually...
2006-04-05 Behdad EsfahbodCheck the return value of g_get_prgname for NULL before...
2006-04-05 Matthias ClasenFix up shell script
2006-04-05 Matthias ClasenMore test fixes
2006-04-05 Matthias ClasenRun run-bookmark-test.sh
2006-04-05 Matthias ClasenMore warning fixes
2006-04-05 Matthias ClasenSilence a warning
2006-04-05 Behdad Esfahbod.
2006-04-04 Alexander LarssonAdd base64 encode/decode functions
2006-03-27 Emmanuele BassiAdd bookmarkfile-test to the ignored files.
2006-03-27 Emmanuele BassiAdd test suite for GBookmarkFile.
2006-03-27 Dom LachowiczChange a gboolean to an int. Fixes bug #329789.
2006-03-27 Dom LachowiczCopy-and-paste error slipped into test5. Enable test5...
2006-03-27 Matthias ClasenSupport floating point arguments in goption
2006-03-24 Martyn James RussellUpdated the documentation to explain that when the...
2006-03-23 Emmanuele BassiCheck for timegm.
2006-03-14 Matthias ClasenDon't read past the end of the string. (#334471, Morten...
2006-02-24 Matthias ClasenAdd tests for g_utf8_strlen().
2006-02-23 Kjartan MaraasPlug leaks reported by valgrind. Same. Same Same. Same...
2006-02-19 Martyn James RussellUpdated to test _sort, _sort_with_data, _insert_sorted and
2006-02-18 Matthias ClasenAdd paramspec-test
2006-02-18 Matthias ClasenAdd more tests.
2006-01-30 Matthias ClasenRemove C++ comment
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2006-01-24 Matthias ClasenUse UTF-16LE as target encoding on all little-endian...
2006-01-17 Sebastian WilhelmiTo avoid deadlocks get rid of the settings G_LOCK....
2006-01-12 Matthias ClasenFix the assert to not always trigger. (#326558, Daichi...
2006-01-11 Matthias ClasenDon't test items_read and items_written in error cases...
2006-01-11 Matthias ClasenSet error to NULL.
2006-01-09 Matthias ClasenBreak some long lines.
2006-01-03 Martyn James Russell- Added new API g_thread_pool_get_idle_time() and
2005-12-27 Manish SinghShut up CVS
2005-12-27 Manish Singhuse LC_ALL instead of LC_COLLATE, to make sure we reall...
2005-12-27 Manish Singhexport LC_COLLATE so it takes. (#324950, Dan Yefimov)
2005-12-26 Matthias ClasenFix C99isms. (#324950, Dan Yefimov)
2005-12-21 Matthias ClasenNew function to sort tasks pushed into a threadpool...
2005-12-20 Tim Janikadded mem_error() and mem_assert() to test and handle...
2005-12-07 Martyn James Russell- Call g_queue_insert_sorted() instead of duplicating...
2005-12-05 Manish Singhset LC_COLLATE, not LANG, to be sure to override any...
2005-12-05 Matthias Clasenbroken commit
next