summaryrefslogtreecommitdiff
path: root/test/testtime.c
Commit message (Expand)AuthorAgeFilesLines
* Slighty modified fix for CodeWarrior.Guenter Knauf2013-05-101-2/+1
* Axe tabs and trailing spaces.Guenter Knauf2013-05-101-14/+14
* Fix for stupid CodeWarrior compiler which cant deal with vars as initialize v...Guenter Knauf2013-05-101-1/+5
* add testcase for PR 53175Jeff Trawick2012-08-121-20/+27
* fix print_time() to format the month properly, and adjust the tests toJeff Trawick2012-08-111-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * test/testtime.c (test_exp_lt): Remove unused variable.Joe Orton2006-02-091-1/+0
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intWilliam A. Rowe Jr2006-02-091-7/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-1/+1
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-36/+36
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-66/+66
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forJoe Orton2004-03-251-0/+19
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* rewrite some tests that previously only worked in a particular tzJeff Trawick2003-11-151-15/+28
* Fix the time vs apr_time_now comparison to really allow 1 secondJoe Orton2003-01-161-1/+1
* One cannot just 'shift' the time by editing tm_gmtoff.William A. Rowe Jr2003-01-101-3/+7
* LL isn't portable c... we created APR_INT64_C for this purpose.William A. Rowe Jr2003-01-021-1/+1
* fix the type of an integer constant, which with xlc will removeJeff Trawick2003-01-021-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Make sure that when we print the string in test_localstr we get theRyan Bloom2002-12-191-0/+4
* Fix a coupleof build warningsRyan Bloom2002-11-261-3/+2
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-6/+0
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+2
* Remove "unused variable" warnings from GCC.Joe Orton2002-11-141-1/+0
* Remove unused variables.Joe Orton2002-11-111-4/+0
* This test was bogus, I copied and pasted, and I forgot to remove the checkRyan Bloom2002-11-081-3/+10
* now should be static.Ryan Bloom2002-10-231-1/+1
* Cleanup all warnings generated by the test suite code.Ryan Bloom2002-10-131-1/+0
* Begin to migrate the APR test suite to the CuTest framework. ThisRyan Bloom2002-09-151-122/+210
* Fix calculation of tm_gmtoff on Windows, and add a test case.Branko Čibej2002-06-091-10/+47
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.Justin Erenkrantz2002-04-151-2/+2
* Rename apr_explode_localtime to apr_time_exp_lt.Sander Striker2002-04-131-1/+1
* Rename apr_explode_gmt to apr_time_exp_gmt.Sander Striker2002-03-211-1/+1
* Rename apr_implode_time to apr_time_exp_get.Sander Striker2002-03-171-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,Justin Erenkrantz2001-08-311-0/+2
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* Added another test for apr_explode_gmt/apr_implode_gmt combinations.Branko Čibej2001-06-301-0/+15
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptBranko Čibej2001-06-301-0/+15
* Update the time code to make it clearer what's going on and toDavid Reid2001-06-291-104/+44
* Added explode/implode test for local time, and use APR'sBranko Čibej2001-06-281-8/+30
* use 64-bit int for conversion of gmt offset to microseconds...Jeff Trawick2001-06-221-3/+4
* This quiets the compiler, and prints the time delta discrepancy.William A. Rowe Jr2001-06-061-2/+3
* I actually remembered to add an entry to the CHANGES file and here is aDavid Reid2001-04-121-33/+41
* More checks and tests for time functions.David Reid2001-04-051-7/+34
* More changes to the time test.David Reid2001-04-041-8/+35