summaryrefslogtreecommitdiff
path: root/time/win32/timestr.c
Commit message (Expand)AuthorAgeFilesLines
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-221-0/+4
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-2/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* A noop on Win32, this Win64 hack for our internal fn deals with memorywrowe2005-05-161-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* To divine the timezone and daylight savings time, effective as of thewrowe2003-01-101-1/+7
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Without strftime() on wince, apr_strftime is currently unimplemented.wrowe2002-12-111-1/+11
* 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
* 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-3/+3
* Improve matters on Win32 with time string formats.wrowe2002-01-291-1/+65
* Update copyright to 2001fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-4/+5
* Move all of the time private header files to an arch directory underrbb2000-11-091-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-9/+9
* prefix libapr functions and types with apr_dougm2000-08-021-5/+5
* PR:wrowe2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-271-2/+2
* PR:wrowe2000-05-271-2/+2
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Make change suggested by Benstoddard2000-01-191-1/+1
* Add timestr to Windows port. We really need a better way to use common files.stoddard2000-01-171-0/+174