summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but itrse1999-10-311-2/+2
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-12/+10
* OS/2: Update dependenciesbjh1999-10-181-8/+5
* Simplify time/os2 directory by using a default.c module that #includesbjh1999-10-184-128/+2
* This corrects a small problem with the safety locks. Always helpsdreid1999-10-161-2/+2
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-152-2/+2
* Rid ourselves of a warning, and make all the time functions use one lock.rbb1999-10-141-4/+5
* Isolate the APR thread-safety macros. This makes any macro available torbb1999-10-141-2/+3
* Ditch the OS/2 specific time code as it's identical to the unix code (exceptbjh1999-10-133-277/+10
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-1/+1
* The beos directories under file_io and time aren't needed anydreid1999-10-101-55/+0
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-082-4/+4
* Make time functions threadsafe in APR. This is the current way to makerbb1999-10-061-2/+10
* Ryan's last patch to change argument order missed a few Win32 APR funcs.stoddard1999-10-042-4/+4
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-044-10/+10
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-66/+66
* Make beos use the common unix code. Currently, we need the Makefile here, butrbb1999-09-284-493/+5
* Remove the vestigial hsregex.h from APR, and update dependencies.manoj1999-09-231-5/+4
* Get time functions compiling on Win32stoddard1999-09-221-4/+5
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-6/+8
* Fix warnings.ben1999-09-121-1/+0
* More changes to bring BeOS up to the UNIX APR level. Also a few changes torbb1999-09-101-1/+1
* A bunch of APR BEOS changes. Including: Better autoconf support, addingrbb1999-09-073-23/+59
* More BeOS fixes.rbb1999-08-301-1/+1
* Ignore generated makefiles in APR OS/2 directories.bjh1999-08-291-0/+1
* Generate dependencies for APR OS/2 modules.bjh1999-08-281-9/+10
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-273-3/+3
* Run make depend after moving the four header files. Remove the test programsrbb1999-08-181-4/+4
* Update APR on Win32 to compile after moving it into the mpm treerbb1999-08-181-2/+2
* Basic cleanup for apr. This takes care of the make depend that used to berbb1999-08-181-6/+5
* Initial revisionrbb1999-08-1718-0/+2376