| Commit message (Expand) | Author | Age | Files | Lines |
* | Slighty modified fix for CodeWarrior. | fuankg | 2013-05-10 | 1 | -2/+1 |
* | Axe tabs and trailing spaces. | fuankg | 2013-05-10 | 1 | -14/+14 |
* | Fix for stupid CodeWarrior compiler which cant deal with vars as initialize v... | fuankg | 2013-05-10 | 1 | -1/+5 |
* | add testcase for PR 53175 | trawick | 2012-08-12 | 1 | -20/+27 |
* | fix print_time() to format the month properly, and adjust the tests to | trawick | 2012-08-11 | 1 | -3/+3 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | * test/testtime.c (test_exp_lt): Remove unused variable. | jorton | 2006-02-09 | 1 | -1/+0 |
* | Fix a host of tests that were using ABTS_INT_EQUAL to compare non-int | wrowe | 2006-02-09 | 1 | -7/+7 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Presently if we fail in apr_assert_success we get the line number for | dreid | 2004-06-07 | 1 | -1/+1 |
* | Add the line number to the verbose output from abts. This also removes | rbb | 2004-05-14 | 1 | -36/+36 |
* | Move the APR test suite from CuTest to abts. The output is cleaner, | rbb | 2004-05-13 | 1 | -66/+66 |
* | * time/unix/time.c (apr_time_exp_get): Remove year check that failed for | jorton | 2004-03-25 | 1 | -0/+19 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | rewrite some tests that previously only worked in a particular tz | trawick | 2003-11-15 | 1 | -15/+28 |
* | Fix the time vs apr_time_now comparison to really allow 1 second | jorton | 2003-01-16 | 1 | -1/+1 |
* | One cannot just 'shift' the time by editing tm_gmtoff. | wrowe | 2003-01-10 | 1 | -3/+7 |
* | LL isn't portable c... we created APR_INT64_C for this purpose. | wrowe | 2003-01-02 | 1 | -1/+1 |
* | fix the type of an integer constant, which with xlc will remove | trawick | 2003-01-02 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Make sure that when we print the string in test_localstr we get the | rbb | 2002-12-19 | 1 | -0/+4 |
* | Fix a coupleof build warnings | rbb | 2002-11-26 | 1 | -3/+2 |
* | Fix the names for all tests. (I got sick of seeing Test in the output) | rbb | 2002-11-24 | 1 | -1/+1 |
* | Change how individual test programs are run. Now, testall is the driver | rbb | 2002-11-23 | 1 | -6/+0 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -2/+2 |
* | Remove "unused variable" warnings from GCC. | jorton | 2002-11-14 | 1 | -1/+0 |
* | Remove unused variables. | jorton | 2002-11-11 | 1 | -4/+0 |
* | This test was bogus, I copied and pasted, and I forgot to remove the check | rbb | 2002-11-08 | 1 | -3/+10 |
* | now should be static. | rbb | 2002-10-23 | 1 | -1/+1 |
* | Cleanup all warnings generated by the test suite code. | rbb | 2002-10-13 | 1 | -1/+0 |
* | Begin to migrate the APR test suite to the CuTest framework. This | rbb | 2002-09-15 | 1 | -122/+210 |
* | Fix calculation of tm_gmtoff on Windows, and add a test case. | brane | 2002-06-09 | 1 | -10/+47 |
* | Per rename_pendings, rename apr_explode_time to apr_time_exp_tz. | jerenkrantz | 2002-04-15 | 1 | -2/+2 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | striker | 2002-04-13 | 1 | -1/+1 |
* | Rename apr_explode_gmt to apr_time_exp_gmt. | striker | 2002-03-21 | 1 | -1/+1 |
* | Rename apr_implode_time to apr_time_exp_get. | striker | 2002-03-17 | 1 | -3/+3 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | ianh | 2002-03-06 | 1 | -1/+1 |
* | On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined, | jerenkrantz | 2001-08-31 | 1 | -0/+2 |
* | change some of the test programs to use exit status 0 for | trawick | 2001-08-01 | 1 | -1/+1 |
* | Added another test for apr_explode_gmt/apr_implode_gmt combinations. | brane | 2001-06-30 | 1 | -0/+15 |
* | Added new function apr_implode_gmt, which works like apr_implode_time, except | brane | 2001-06-30 | 1 | -0/+15 |
* | Update the time code to make it clearer what's going on and to | dreid | 2001-06-29 | 1 | -104/+44 |
* | Added explode/implode test for local time, and use APR's | brane | 2001-06-28 | 1 | -8/+30 |
* | use 64-bit int for conversion of gmt offset to microseconds... | trawick | 2001-06-22 | 1 | -3/+4 |
* | This quiets the compiler, and prints the time delta discrepancy. | wrowe | 2001-06-06 | 1 | -2/+3 |
* | I actually remembered to add an entry to the CHANGES file and here is a | dreid | 2001-04-12 | 1 | -33/+41 |
* | More checks and tests for time functions. | dreid | 2001-04-05 | 1 | -7/+34 |
* | More changes to the time test. | dreid | 2001-04-04 | 1 | -8/+35 |