summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2004-08-01Include a test involving consecutive backslashes followed by a non-escapedMatthias Clasen1-1/+4
2004-07-30Don't validate for UTF-8 here. (#148420, Robert Ögren)Matthias Clasen1-3/+66
2004-07-28Tests for handling of whitespace inside tags.Matthias Clasen6-0/+13
2004-07-23Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)Matthias Clasen1-1/+1
2004-06-11Actually set any_failed on failure. (#143552, Philippe Blain)Matthias Clasen1-1/+1
2004-06-10Merge from HEAD:Federico Mena Quintero1-8/+5
2004-06-08Make "make check" less noisy.Matthias Clasen1-5/+17
2004-05-14Handle empty digit string for precision correctly. (#142400)Tor Lillqvist1-0/+19
2004-04-22Trivial warning fix.Matthias Clasen1-1/+1
2004-04-22Add some tests for off-by-one errors.Matthias Clasen1-2/+16
2004-04-22Add testcases for g_message() involving non-printable and unsafeMatthias Clasen1-0/+2
2004-04-22Fix problems when a locale-specific decimal separator directly follows aMatthias Clasen1-9/+14
2004-04-21Comment out a nonessential testcase which fails on HP-UX. (#136283, JonasMatthias Clasen1-0/+2
2004-04-15Add tests for the empty pattern.Matthias Clasen1-0/+2
2004-04-10glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variableTor Lillqvist1-1/+1
2004-03-31Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh)Tor Lillqvist1-1/+1
2004-03-31Minor Cygwin fix. (#138405, Roger Leigh)Tor Lillqvist1-0/+9
2004-03-21Fix Win32 behaviour in some cases where a drive letter is present. ForTor Lillqvist1-3/+23
2004-03-19Make computation of "biggest_pointer" vaguely more portable. (#137498,Owen Taylor1-1/+1
2004-03-14Remove critical log handler; we can't trigger g_return_if_fails() in ourOwen Taylor1-15/+12
2004-03-10glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, BruceTor Lillqvist2-11/+32
2004-03-09Do not run the g_child_watch_* test multi-threaded, as that doesn't workSebastian Wilhelmi1-1/+14
2004-03-06Update.Tor Lillqvist1-2/+0
2004-03-03Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %dTor Lillqvist1-13/+22
2004-03-02=== Released 2.3.5 ===GLIB_2_3_5Owen Taylor1-0/+1
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