summaryrefslogtreecommitdiff
path: root/tests/testglib.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-13Drop a few more G_CONST_RETURNRyan Lortie1-1/+1
2011-06-06Test runtime dir getterMatthias Clasen1-4/+17
2010-12-28Adapt testglib.c to GRelation deprecationMatthias Clasen1-1/+5
2010-10-07Don't call close() on -1Tor Lillqvist1-1/+2
2010-08-26Improve parsing of date-only iso8601 stringsJens Georg1-0/+4
2010-06-09Fix warningsJuan A. Suarez Romero1-1/+1
2010-02-04Don't use deprecated g_win32 APITor Lillqvist1-24/+0
2009-09-01g_time_val_from_iso8601: handle timezoneless datesDan Winship1-0/+21
2009-04-08Fix parsing of timezonesPeter Kjellerstedt1-1/+17
2008-08-14Bug 547337 – G_DISABLE_DEPRECATED breaks tests buildMatthias Clasen1-0/+4
2008-08-04Avoid warning on Win64 by using gintptr cast instead if long cast.Tor Lillqvist1-2/+2
2008-06-24Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli1-80/+0
2008-06-19set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen1-13/+55
2008-04-18fixed gstdio.h include.17:40:58 Tim Janik1-1/+1
2008-03-10Small test fixupMatthias Clasen1-0/+2
2008-02-23Don't test user directories for being non-null. (#517084, Yevgen Muntyan)Matthias Clasen1-4/+0
2007-12-21adapt to recent api changes variable declaration at the beginning of aHans Breuer1-2/+5
2007-12-19Fix the date validation check. (#503029)Emmanuele Bassi1-0/+2
2007-12-12split up tests and reworked code to use the new test framework.16:06:11 Tim Janik1-889/+893
2007-06-04Add support for a number of special directories, as defined by theMatthias Clasen1-0/+8
2006-06-20Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)Matthias Clasen1-4/+4
2006-03-23Check for timegm.Emmanuele Bassi1-1/+34
2006-03-14Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen1-1/+28
2005-06-22glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()Tor Lillqvist1-19/+19
2005-06-22New function. Creates a directory including intermediate parentTor Lillqvist1-1/+117
2005-06-22New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist1-0/+1
2005-03-20Minor printout change, now identical as in glib-2-6 branch.Tor Lillqvist1-2/+2
2005-03-20Print more detailled output from the timer tests. Don't print homeTor Lillqvist1-5/+11
2004-09-07Add a function to return a list of applicable locale names. (#95587,Matthias Clasen1-0/+2
2004-08-26Test the new XDG basedir functions.Tor Lillqvist1-1/+16
2004-04-22Trivial warning fix.Matthias Clasen1-1/+1
2004-04-22Add testcases for g_message() involving non-printable and unsafeMatthias Clasen1-0/+2
2004-02-20applied patch from #131937 with slight renames. providesTim Janik1-1/+18
2004-01-22Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor1-1/+51
2003-11-20Added G_GSIZE_FORMAT and friends.Manish Singh1-5/+5
2003-10-23=== Released 2.3.0 ===Owen Taylor1-3/+4
2003-09-29Use hardcoded name for DLL, as there is no reliable way to determine it atTor Lillqvist1-8/+3
2003-08-16Fix #117925 (Dov Grobgeld):Tor Lillqvist1-6/+32
2002-12-12pull in trio if host printf doesn't have a known way of printing 64-bitManish Singh1-6/+0
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh1-14/+14
2002-03-28Remove warning about g_print, etc, encoding.Owen Taylor1-1/+3
2001-10-28Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist1-1/+1
2001-09-29cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl1-1/+1
2001-09-20Accept also forward slashes. (But still don't accept them in the otherTor Lillqvist1-7/+10
2001-09-18add simple test for g_path_get_basename().Tim Janik1-0/+9
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler1-0/+1
2001-07-11Add some generated files.Darin Adler1-0/+2
2001-06-30Patch from Darin Adler (#54166)Owen Taylor1-15/+15
2001-04-20Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship1-2/+2
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist1-3/+14