summaryrefslogtreecommitdiff
path: root/tests/testglib.c
Commit message (Expand)AuthorAgeFilesLines
* test_paths: Reindent to avoid tripping -Wmisleading-indentationIain Lane2018-05-301-12/+12
* fileutils: Add g_canonicalize_filenameGeorges Basile Stavracas Neto2018-04-301-0/+74
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-18/+18
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-2/+5
* tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-91/+91
* testglib: my_hash_callback_remove_test: actually fail the testSimon McVittie2015-05-111-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove broken attempt at parsing date-onlyMatthias Clasen2014-01-011-1/+1
* tests/: Avoid closing invalid fd'sChun-wei Fan2013-11-111-8/+9
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2013-05-131-26/+24
* Revert "tests: port from g_test_trap_subprocess() to g_test_trap_fork()"Matthias Clasen2012-12-191-24/+26
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2012-12-191-26/+24
* various GLib tests: plug memory leaksSimon McVittie2011-12-141-0/+12
* testglib: test_file_functions: don't close fd if it's -1Simon McVittie2011-12-141-1/+2
* g_parse_debug_string: invert flags given besides "all"Will Thompson2011-10-241-2/+16
* Test g_parse_debug_string ("all")Will Thompson2011-10-241-1/+4
* Drop a few more G_CONST_RETURNRyan Lortie2011-06-131-1/+1
* Test runtime dir getterMatthias Clasen2011-06-061-4/+17
* Adapt testglib.c to GRelation deprecationMatthias Clasen2010-12-281-1/+5
* Don't call close() on -1Tor Lillqvist2010-10-071-1/+2
* Improve parsing of date-only iso8601 stringsJens Georg2010-08-261-0/+4
* Fix warningsJuan A. Suarez Romero2010-06-091-1/+1
* Don't use deprecated g_win32 APITor Lillqvist2010-02-041-24/+0
* g_time_val_from_iso8601: handle timezoneless datesDan Winship2009-09-011-0/+21
* Fix parsing of timezonesPeter Kjellerstedt2009-04-081-1/+17
* Bug 547337 – G_DISABLE_DEPRECATED breaks tests buildMatthias Clasen2008-08-141-0/+4
* Avoid warning on Win64 by using gintptr cast instead if long cast.Tor Lillqvist2008-08-041-2/+2
* Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli2008-06-241-80/+0
* set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen2008-06-191-13/+55
* fixed gstdio.h include.17:40:58 Tim Janik2008-04-181-1/+1
* Small test fixupMatthias Clasen2008-03-101-0/+2
* Don't test user directories for being non-null. (#517084, Yevgen Muntyan)Matthias Clasen2008-02-231-4/+0
* adapt to recent api changes variable declaration at the beginning of aHans Breuer2007-12-211-2/+5
* Fix the date validation check. (#503029)Emmanuele Bassi2007-12-191-0/+2
* split up tests and reworked code to use the new test framework.16:06:11 Tim Janik2007-12-121-889/+893
* Add support for a number of special directories, as defined by theMatthias Clasen2007-06-041-0/+8
* Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)Matthias Clasen2006-06-201-4/+4
* Check for timegm.Emmanuele Bassi2006-03-231-1/+34
* Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen2006-03-141-1/+28
* glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()Tor Lillqvist2005-06-221-19/+19
* New function. Creates a directory including intermediate parentTor Lillqvist2005-06-221-1/+117
* New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist2005-06-221-0/+1
* Minor printout change, now identical as in glib-2-6 branch.Tor Lillqvist2005-03-201-2/+2
* Print more detailled output from the timer tests. Don't print homeTor Lillqvist2005-03-201-5/+11
* Add a function to return a list of applicable locale names. (#95587,Matthias Clasen2004-09-071-0/+2
* Test the new XDG basedir functions.Tor Lillqvist2004-08-261-1/+16
* Trivial warning fix.Matthias Clasen2004-04-221-1/+1
* Add testcases for g_message() involving non-printable and unsafeMatthias Clasen2004-04-221-0/+2
* applied patch from #131937 with slight renames. providesTim Janik2004-02-201-1/+18