summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2002-12-12Add a test for positional parameters in g_snprintf(). Use g_printf()Matthias Clasen1-0/+5
2002-12-12pull in trio if host printf doesn't have a known way of printing 64-bitManish Singh2-16/+1
2002-12-06Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)Owen Taylor1-13/+13
2002-11-26Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)Owen Taylor1-0/+23
2002-11-26Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi1-20/+20
2002-11-17Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfullyTor Lillqvist3-1/+253
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor1-0/+2
2002-10-15use gsize instead of int where appropriate (64-bit cleanliness fix).Manish Singh1-4/+5
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh7-39/+37
2002-10-14Fix a minor memory leak.Owen Taylor1-0/+2
2002-09-29use gsize instead of int where appropriate (64-bit cleanliness fix)Manish Singh1-6/+6
2002-07-26hu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor1-1/+37
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi25-0/+73
2002-06-11tests/patterntest.c (test_compilation) A couple of 64-bit printf formatOwen Taylor1-1/+1
2002-05-18New testcases.Matthias Clasen8-2/+16
2002-05-14New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson1-0/+16
2002-05-07Fixes for #79347, Ron Arts.Owen Taylor1-0/+3
2002-04-10Remove manual UTF-8 -> Latin1 conversion for stuff fed to g_print.Matthias Clasen1-3/+4
2002-04-08Use gsize instead of gint. From Miroslaw Dobrzanski-NeumannSebastian Wilhelmi2-2/+2
2002-03-28Remove warning about g_print, etc, encoding.Owen Taylor1-1/+3
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor2-10/+10
2002-02-21ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor1-0/+7
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi1-7/+25
2002-02-10no sym links on win32, no lstat in msvcrtHans Breuer1-1/+2
2002-02-09Test attribute value delimiters.Matthias Clasen1-0/+8
2002-02-08Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler1-21/+23
2002-02-08Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann).Owen Taylor1-6/+4
2002-01-291.3.13GLIB_1_3_13Owen Taylor1-6/+12
2002-01-23Not used on Windows, don't even compile it then.Tor Lillqvist1-10/+60
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer1-1/+1
2001-12-22Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist1-33/+33
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik1-5/+10
2001-12-14add rules to build it.James Henstridge1-0/+374
2001-12-12 This fixes #60543:Matthias Clasen1-0/+10
2001-12-03g_module_symbol takes a gpointer *, not just a gpointerManish Singh1-1/+1
2001-12-03g_module_symbol takes a gpointer *, not just a gpointerManish Singh1-11/+11
2001-11-27Set this from libtool rather than hardcoding values for certain platforms.Dan Winship1-1/+2
2001-11-26Implement G_LEVEL_ORDER correctly.Matthias Clasen1-1/+10
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist1-0/+3
2001-11-22Version 11, interface, binary age 0.Owen Taylor2-3/+4
2001-11-18remove g_log_domain_glib usage/exportHans Breuer1-0/+1
2001-11-14Add back mainloop-test here, too.Tor Lillqvist3-6/+2
2001-11-14add UTF-8 support.Matthias Clasen1-30/+61
2001-11-14Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor1-0/+3
2001-11-13Fix max_tokens == 1 case to match documentation. Add tests.Darin Adler2-0/+14
2001-11-03On Win32, create separate .exp file for module-test.o and link with that.Tor Lillqvist1-1/+6
2001-11-02Recurse with may_block = FALSE, so we don't get into the pathology whereOwen Taylor2-4/+10
2001-10-29Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger1-1/+3
2001-10-28Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist1-1/+1
2001-10-25Add ../* to PATH before running tests to find DLLs.Tor Lillqvist1-1/+1