summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_0'.APR_0_9_0(no author)2002-08-283-259/+0
* We're no longer 0.9.0-dev. The tag will be shifted to this new rev inGreg Stein2002-08-281-1/+1
* bye bye, testtable...Greg Stein2002-08-271-0/+1
* fix typo before someone else notices it and pounces :)Jim Jagielski2002-08-271-1/+1
* Fix typo that broke things in really odd ways.Justin Erenkrantz2002-08-271-1/+1
* Add another test...Jim Jagielski2002-08-271-1/+11
* Document the len == 0 special case for apr_snprintf() and allow it toJim Jagielski2002-08-261-6/+24
* Turn off optimization completely when building debugBradley Nicholes2002-08-261-2/+2
* get rid of a warning by not exporting a function thatJeff Trawick2002-08-261-1/+1
* If the length argument to apr_snprintf is 0, then we should return theRyan Bloom2002-08-253-15/+30
* Printing a string with apr_snprintf can seg fault, if a precision isRyan Bloom2002-08-253-3/+63
* Excerpt from MSVC help;Ian Holsman2002-08-222-1/+8
* * substitute APR_MAJOR_VERSION to the Makefile so that otherGreg Stein2002-08-225-14/+27
* "A dump truck... a *yellow* dump truck..."Greg Stein2002-08-221-12/+24
* Fix apr_tokenize_to_argv() to remove the escape characterJeff Trawick2002-08-212-2/+33
* comment the checks being done, making it clear that theJim Jagielski2002-08-201-3/+4
* Fix bug reported as PR 11854.William A. Rowe Jr2002-08-201-3/+10
* Allow for behavior to be compile-timeJim Jagielski2002-08-201-1/+3
* This vote seems to be pretty resolved.Thom May2002-08-191-9/+8
* Oops, should add this to CHANGES too.Thom May2002-08-191-0/+3
* apr_atoi64 must use base 10Jim Jagielski2002-08-191-3/+4
* Added apr_queue.h to the Netware export listBradley Nicholes2002-08-191-0/+1
* - Add parallel-apr layout which confines the 'parallel install' logic to aJustin Erenkrantz2002-08-196-32/+60
* configure.inThom May2002-08-153-0/+411
* Expand the error code spaces:Karl Fogel2002-08-152-8/+23
* * build/get-version.sh: accept a specific header file rather thanGreg Stein2002-08-152-11/+15
* Add a comment about a needed (future) fix to the API.Greg Stein2002-08-151-0/+2
* Various changes to clean up APR for a release.Greg Stein2002-08-148-25/+67
* what the heck? toss this silly little file. it wasn't even gettingGreg Stein2002-08-141-28/+0
* silly change to make emacs happierGreg Stein2002-08-141-0/+1
* document the ebcdic build problem with apr_strings.c since it existsGreg Ames2002-08-131-0/+4
* apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8).Greg Ames2002-08-131-1/+1
* Fix pools to play nice with gcc bounds checking.Sander Striker2002-08-121-9/+5
* Cleaned up the code for handling invalid descriptor types in apr_pollBrian Pane2002-08-111-7/+9
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canBrian Havard2002-08-092-0/+105
* In apr_signal_thread() remove synchronous signals from the maskJeff Trawick2002-08-082-0/+8
* Changed apr_poll_socket_remove() and apr_poll() to avoidBrian Pane2002-08-072-3/+28
* Fixed a comment to accurately reflect what the "clear" function doesBrian Pane2002-08-061-1/+1
* Solve the elusive .pdf failure on Win32.William A. Rowe Jr2002-08-061-14/+17
* Added more detailed checking of the apr_pollset_poll resultsBrian Pane2002-08-061-3/+18
* Set the result array in the select-based version of apr_pollset_poll()Brian Pane2002-08-061-0/+1
* Rollback the API change to NXFileRangeLock() and NXFileRangeUnlock()Bradley Nicholes2002-08-051-10/+0
* Added apr_reslist to the NetWare build projectBradley Nicholes2002-08-052-0/+1
* Fix buggy substitutionMartin Kraemer2002-08-051-2/+2
* Docs are always good, especially when it's this obscure.William A. Rowe Jr2002-08-041-0/+3
* Time in exact ms intervals can be very useful in benchmarking... thisWilliam A. Rowe Jr2002-08-043-0/+34
* c is the valid first digit, must use it for the first iterationWilliam A. Rowe Jr2002-08-041-2/+3
* One more update to the pollset API before we start using itBrian Pane2002-08-043-3/+7
* fix an uninitialized variableBrian Pane2002-08-041-0/+1
* Remove unnecessary brackets and replace "-a" throughSascha Schumann2002-08-041-1/+1