Simplify subprocesses in tests
[platform/upstream/glib.git] / glib / tests / gdatetime.c
2013-08-31 Kalev LemberAdd tests for new '%z' g_date_time_format extensions
2013-08-17 Matthias ClasenTake out an unused line from gdatetime tests
2013-08-17 Matthias ClasenMake g_date_time_new check its arguments
2013-08-17 Dan Winshipglib/tests/gdatetime: use UTC time in test_GDateTime_diff()
2013-01-06 Dan Winshiptests/gdatetime: add a missing ; on windows
2012-12-19 John RallsBug 633117: glib fails tests if /etc/localtime is not...
2012-12-18 John Rallstest_posix_parse: PST8PDT passes on Unix because it...
2012-12-18 John RallsTest the TZ-variable parsing functions
2012-12-18 John RallsImplement and test time zone name/abbrev setting for...
2012-12-18 John RallsAdd MSWindows timezone names to test new windows support.
2012-11-25 John RallsBug 681685: Transcoding fails on OSX
2012-11-15 Dan Winshipwin32: various fixes to test programs
2012-11-08 John RallsBug 686185: GDateTime Transcoding fails on OSX
2012-11-07 John RallsSkip test_non_utf8_printf() if EUC-JP is aliased to...
2012-11-02 Colin Waltersbuild: Don't use C99 declarations
2012-06-13 Matthias ClasenImprove GTimeZone test coverage
2012-06-11 Matthias ClasenImprove GTimeZone test coverage
2012-04-04 Dan Winshiptests/gdatetime: fix new_from_unix test
2012-02-08 Ravi Sankar Gunturglib/tests: fix memory leak
2012-01-21 Dan Winshipg_date_time_format: fix output in non-UTF-8 locales
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-08 Matthias ClasenAdd a test for g_date_time_new_from_timeval_utc
2011-09-22 Ryan LortieGDateTime test: fix a race
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-04 Ryan Lortieg_date_time_format: improve support for alt digits
2011-09-03 Matthias Clasengdatetime: Fix locale-changing code
2011-09-03 Ryan LortieGDateTime: test _format against strftime()
2011-09-03 Ryan LortieGDateTime test: plug a couple of leaks
2011-09-03 Ryan Lortieg_date_time_format: rip out non-working %W format
2011-09-03 Ryan Lortieg_date_time_format: fix padding for some formats
2011-09-03 Ryan LortieGDateTime test: don't test removed %N
2011-08-22 Colin WaltersGTimeZoneMonitor: Revert addition of this class
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-13 Matthias Clasengdatetime: Add a test for %OM
2011-07-26 Ryan LortieGDateTime test: 1970 doesn't exist on Windows
2011-07-04 Matthias ClasenDisable a failing test
2011-06-06 Matthias ClasenImprove test coverage of gtimezone.c
2011-05-05 Matthias ClasenAdd tests for new GDateTime functionality
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 David SchleefFix %z in g_date_time_format()
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-14 Matthias ClasenImprove test coverage
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-22 Matthias ClasenRemove a test that seems to fail depending on time...
2011-01-17 Ray Strodetests: add format test case for noon hour in 12h mode
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-01 Ryan LortieBug 630077 - GDateTime week number support
2010-09-17 Ryan LortieGDateTime: fix a test that fails from time to time
2010-09-17 Ryan LortieClean-up/tweaking of GDateTime and GTimeZone
2010-09-17 Emmanuele Bassidatetime: Rename g_date_time_printf() to g_date_time_fo...
2010-09-17 Emmanuele Bassidatetime: Update modifiers for DST changes
2010-09-17 Emmanuele Bassidatetime: Allow setting fractionary seconds in new_full()
2010-09-17 Emmanuele Bassidatetime: Rework time zone support in constructors
2010-09-06 Thiago Santosgdatetime: Use proleptic gregorian
2010-08-26 Emmanuele Bassidatetime: Re-use add_dmy()
2010-08-26 Tor LillqvistFix Win32 build
2010-08-25 Emmanuele Bassidatetime: Avoid excessive copies in add_full()
2010-08-25 Emmanuele Bassidatetime: Use %Z for the timezone name
2010-08-24 Thiago SantosAdd GDateTime to GLib