summaryrefslogtreecommitdiff
path: root/time/win32/timestr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-8/+0
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-191-2/+2
* explicit stdlib for mallocWilliam A. Rowe Jr2009-12-181-0/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-121-1/+1
* A noop on Win32, this Win64 hack for our internal fn deals with memoryWilliam A. Rowe Jr2005-05-161-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* To divine the timezone and daylight savings time, effective as of theWilliam A. Rowe Jr2003-01-101-1/+7
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Without strftime() on wince, apr_strftime is currently unimplemented.William A. Rowe Jr2002-12-111-1/+11
* 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
* 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-3/+3
* Improve matters on Win32 with time string formats.William A. Rowe Jr2002-01-291-1/+65
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-4/+5
* Move all of the time private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-9/+9
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-5/+5
* PR:William A. Rowe Jr2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARRyan Bloom2000-05-271-2/+2
* PR:William A. Rowe Jr2000-05-271-2/+2
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Make change suggested by BenBill Stoddard2000-01-191-1/+1
* Add timestr to Windows port. We really need a better way to use common files.Bill Stoddard2000-01-171-0/+174