summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2004-03-01Patch from J. Ali HarlowOwen Taylor1-7/+8
2004-02-29Moved the assembler functions from gatomic.h to gatomic.c, which makes forSebastian Wilhelmi1-1/+7
2004-02-28applied patch from J. Ali Harlow <ali@juiblex.co.uk> to fix g_child_watchHans Breuer1-1/+53
2004-02-26.cvsignore updatesSebastian Wilhelmi1-0/+1
2004-02-26Only run, if threads are enabled.Sebastian Wilhelmi1-2/+6
2004-02-26New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi2-0/+59
2004-02-25added g_hash_table_find and a bunch of g_queue_*Hans Breuer1-2/+2
2004-02-21Extend GQueue API to match the GList API. (#118439).Soeren Sandmann1-13/+835
2004-02-20applied patch from #131937 with slight renames. providesTim Janik2-2/+34
2004-02-14shut up cvsManish Singh1-0/+1
2004-02-14Wrap waitpid() as a GSource. This is a partial implementation of the "UnixMatthias Clasen2-0/+103
2004-02-07Fix broken test for gsize formats.Manish Singh1-1/+1
2004-02-05Shut up CVSManish Singh1-0/+1
2004-02-05Add prototype for g_completion_complete_utf8().Manish Singh1-1/+3
2004-02-05Weaken an g_assert() to a g_warning(), since apparently nothing in PosixMatthias Clasen1-1/+2
2004-02-04New function which works like g_completion_complete(), but strips aMatthias Clasen2-0/+62
2004-01-28New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen1-0/+65
2004-01-22Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor1-1/+51
2004-01-12Add G_MAXSIZE, define in terms of G_MAXUfoo.Manish Singh1-0/+5
2004-01-10Add the init_by_array functionality from the reference implementation ofGeorge Lebl1-1/+59
2004-01-09added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik1-1/+1
2003-12-26New function to call a function for each element of a GPtrArray. (#114790)Matthias Clasen1-0/+13
2003-12-04Add hangul composition and decomposition to unicode normalization.Noah Levitt1-7/+0
2003-11-26Fixed a bad pointer comparison in g_ascii_strtod that came up in fa_IRRoozbeh Pournader1-1/+11
2003-11-20Added G_GSIZE_FORMAT and friends.Manish Singh3-5/+21
2003-11-18Use GUINT_TO_POINTER for g_thread_create data.Manish Singh1-1/+1
2003-11-15Fix for MSVC build: Skip strtod-test, use correct glib libraries, with 2.0Tor Lillqvist1-4/+5
2003-11-05Handle the case where the to-be-inserted string is a substring of theMorten Welinder1-1/+28
2003-10-28Change the %e tests to not check for actual string equality, but ratherMatthias Clasen1-10/+27
2003-10-27shut up cvsManish Singh1-0/+1
2003-10-24Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist2-3/+5
2003-10-23=== Released 2.3.0 ===Owen Taylor4-16/+14
2003-10-21Test for interface properties and GParamSpecOverride.Owen Taylor2-0/+506
2003-10-02Test case for g_type_add_interface_check().Owen Taylor3-1/+176
2003-10-02Remove some tests that were testing things that weren't supposed to work;Owen Taylor1-14/+12
2003-10-02Tests of interface inheritance and overriding.Owen Taylor2-0/+240
2003-09-29Use hardcoded name for DLL, as there is no reliable way to determine it atTor Lillqvist1-8/+3
2003-09-29.cvsignore updateOwen Taylor1-0/+1
2003-09-29Dummy dynamic type module for testing type plugin code and dynamic types.Owen Taylor4-1/+321
2003-09-25Add gobject/.Owen Taylor1-0/+2
2003-09-12New directory, framework for automated GObject tests.Owen Taylor7-301/+599
2003-09-12Add g_markup_printf_escaped(), g_markup_vprintf_escaped().Owen Taylor2-0/+97
2003-09-10Unicode 4.0 special casing. (#114681)Noah Levitt2-0/+48
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik1-22/+68
2003-08-28shut up cvsManish Singh1-0/+3
2003-08-27Fix a C99ism. (#120821, Thomas Klausner)Matthias Clasen1-1/+4
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor1-0/+428
2003-08-16Fix #117925 (Dov Grobgeld):Tor Lillqvist2-6/+65
2003-08-08Remove a test for getenv() behaviour which isn't specified by SUS andMatthias Clasen1-0/+5
2003-08-07Add tests for '=' in names and values.Matthias Clasen1-0/+30