summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_1'.APR_0_9_1(no author)2002-09-123-259/+0
* Fixup CHANGES for 0.9.1 releasejerenkrantz2002-09-121-1/+3
* Bump apr_version.h for 0.9.1 releasejerenkrantz2002-09-121-1/+1
* Make file environment variables for building APR for NetWare with IPV6bnicholes2002-09-101-0/+13
* Can not set h_errno on NetWarebnicholes2002-09-101-0/+4
* Make it a little easier to drop get-version.sh into apr-util by removingjerenkrantz2002-09-102-10/+15
* Include alloca.h on Tru64 to ensure that alloca gets redefined tobrianp2002-09-092-0/+7
* Handle (well, ignore for now) -version switch.bjh2002-09-071-10/+19
* Update the inline comments to reflect reality regarding how apr_snprintfjim2002-09-061-5/+7
* Mention the "make check" changes.aaron2002-09-051-0/+3
* Remove the toplevel "make test" target, but replace it with a simliaraaron2002-09-052-9/+12
* Getting ready to build for IPV6 on NetWarebnicholes2002-09-032-0/+8
* Add apr_array_pop() function to apr_array_header_t.jerenkrantz2002-09-023-0/+19
* Fix !APR_HAS_THREADS code path for apr_atomic_cas by always definingjerenkrantz2002-09-011-1/+1
* Minor style nit.jerenkrantz2002-09-011-2/+2
* Delay definition of APR_ATOMIC_NEED_DEFAULT_INIT to be 0 and only do so if itjerenkrantz2002-09-011-2/+4
* Fixed the SPARC v8plus version of apr_atomic_dec so thatbrianp2002-09-012-2/+7
* Bugfix for apr_pollset_remove()brianp2002-09-011-0/+2
* Cleaner mechanism for using platform-specific atomics on platformsbrianp2002-08-312-44/+102
* Fix the result of "apr-config --link-ld --libs". It did not includegstein2002-08-294-9/+9
* Explain the workings of the ring sentinel. They'll never let me into thefanf2002-08-281-2/+53
* Now at 0.9.1-devgstein2002-08-281-2/+2
* We're no longer 0.9.0-dev. The tag will be shifted to this new rev ingstein2002-08-281-1/+1
* bye bye, testtable...gstein2002-08-271-0/+1
* fix typo before someone else notices it and pounces :)jim2002-08-271-1/+1
* Fix typo that broke things in really odd ways.jerenkrantz2002-08-271-1/+1
* Add another test...jim2002-08-271-1/+11
* Document the len == 0 special case for apr_snprintf() and allow it tojim2002-08-261-6/+24
* Turn off optimization completely when building debugbnicholes2002-08-261-2/+2
* get rid of a warning by not exporting a function thattrawick2002-08-261-1/+1
* If the length argument to apr_snprintf is 0, then we should return therbb2002-08-253-15/+30
* Printing a string with apr_snprintf can seg fault, if a precision isrbb2002-08-253-3/+63
* Excerpt from MSVC help;ianh2002-08-222-1/+8
* * substitute APR_MAJOR_VERSION to the Makefile so that othergstein2002-08-225-14/+27
* "A dump truck... a *yellow* dump truck..."gstein2002-08-221-12/+24
* Fix apr_tokenize_to_argv() to remove the escape charactertrawick2002-08-212-2/+33
* comment the checks being done, making it clear that thejim2002-08-201-3/+4
* Fix bug reported as PR 11854.wrowe2002-08-201-3/+10
* Allow for behavior to be compile-timejim2002-08-201-1/+3
* This vote seems to be pretty resolved.thommay2002-08-191-9/+8
* Oops, should add this to CHANGES too.thommay2002-08-191-0/+3
* apr_atoi64 must use base 10jim2002-08-191-3/+4
* Added apr_queue.h to the Netware export listbnicholes2002-08-191-0/+1
* - Add parallel-apr layout which confines the 'parallel install' logic to ajerenkrantz2002-08-196-32/+60
* configure.inthommay2002-08-153-0/+411
* Expand the error code spaces:kfogel2002-08-152-8/+23
* * build/get-version.sh: accept a specific header file rather thangstein2002-08-152-11/+15
* Add a comment about a needed (future) fix to the API.gstein2002-08-151-0/+2
* Various changes to clean up APR for a release.gstein2002-08-148-25/+67
* what the heck? toss this silly little file. it wasn't even gettinggstein2002-08-141-28/+0