summaryrefslogtreecommitdiff
path: root/test/testtime.c
Commit message (Expand)AuthorAgeFilesLines
* Slighty modified fix for CodeWarrior.fuankg2013-05-101-2/+1
* Axe tabs and trailing spaces.fuankg2013-05-101-14/+14
* Fix for stupid CodeWarrior compiler which cant deal with vars as initialize v...fuankg2013-05-101-1/+5
* add testcase for PR 53175trawick2012-08-121-20/+27
* fix print_time() to format the month properly, and adjust the tests totrawick2012-08-111-3/+3
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * test/testtime.c (test_exp_lt): Remove unused variable.jorton2006-02-091-1/+0
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intwrowe2006-02-091-7/+7
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-1/+1
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-36/+36
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-66/+66
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forjorton2004-03-251-0/+19
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rewrite some tests that previously only worked in a particular tztrawick2003-11-151-15/+28
* Fix the time vs apr_time_now comparison to really allow 1 secondjorton2003-01-161-1/+1
* One cannot just 'shift' the time by editing tm_gmtoff.wrowe2003-01-101-3/+7
* LL isn't portable c... we created APR_INT64_C for this purpose.wrowe2003-01-021-1/+1
* fix the type of an integer constant, which with xlc will removetrawick2003-01-021-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Make sure that when we print the string in test_localstr we get therbb2002-12-191-0/+4
* Fix a coupleof build warningsrbb2002-11-261-3/+2
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-6/+0
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+2
* Remove "unused variable" warnings from GCC.jorton2002-11-141-1/+0
* Remove unused variables.jorton2002-11-111-4/+0
* This test was bogus, I copied and pasted, and I forgot to remove the checkrbb2002-11-081-3/+10
* now should be static.rbb2002-10-231-1/+1
* Cleanup all warnings generated by the test suite code.rbb2002-10-131-1/+0
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-122/+210
* Fix calculation of tm_gmtoff on Windows, and add a test case.brane2002-06-091-10/+47
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-151-2/+2
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-131-1/+1
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-211-1/+1
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-1/+1
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+2
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* Added another test for apr_explode_gmt/apr_implode_gmt combinations.brane2001-06-301-0/+15
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptbrane2001-06-301-0/+15
* Update the time code to make it clearer what's going on and todreid2001-06-291-104/+44
* Added explode/implode test for local time, and use APR'sbrane2001-06-281-8/+30
* use 64-bit int for conversion of gmt offset to microseconds...trawick2001-06-221-3/+4
* This quiets the compiler, and prints the time delta discrepancy.wrowe2001-06-061-2/+3
* I actually remembered to add an entry to the CHANGES file and here is adreid2001-04-121-33/+41
* More checks and tests for time functions.dreid2001-04-051-7/+34
* More changes to the time test.dreid2001-04-041-8/+35