summaryrefslogtreecommitdiff
path: root/test/testtime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an extra check to the time test.David Reid2001-04-031-4/+25
* Something helpful, probably non-portable, catch David :-)William A. Rowe Jr2001-04-031-1/+5
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Clean up a lot of warnings in the test directory.Ryan Bloom2000-11-151-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-10/+10
* Prevent incorrect generation of dependencies on system header files byBrian Havard2000-06-031-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+32
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* time overhaul:dgaudet2000-01-091-92/+17
* Next pass at the time functions. This defines an ap_ansi_time_t which hasRyan Bloom2000-01-061-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-3/+3
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+178