Re: svn commit: r26422 - trunk/subversion/include

2007-09-05 Thread Daniel Rall
On Wed, 05 Sep 2007, Malcolm Rowe wrote: On Tue, Sep 04, 2007 at 03:49:35PM -0700, Eric Gillespie wrote: * subversion/include/svn_config.h (SVN_CONFIG_DEFAULT_GLOBAL_IGNORES): Remove two redundant patterns. (Note that, unlike many Unix shells, fnmatch will allow

[PATCH] APR-Util configure fails to use Berkeley DB 4.4 from MacPorts

2007-08-25 Thread Daniel Rall
On Mac OS X (10.4), I'm seeing APR-Util's configure fail to use Berkeley DB 4.4 from MacPorts. The reason for this is two-fold: 1) exit() is undefined in the C test code used to validate db.h. This can be fixed by #including stdlib.h in C code generated from the autoconf macro which

[patch] Add apr_array_clear() API

2006-12-05 Thread Daniel Rall
The following patch adds a new apr_array_clear() API. While a trivial operation, the minimum (safe) implementation required to clear an apr_array_header_t is somewhat non-obvious without examining the source code. Looping over apr_array_pop() is probably a common fallback for those who still

[BUG] 'install' Makefile target requires write access to source directory

2006-02-08 Thread Daniel Rall
APR's 'install' target requires write access to the source directory (non-VPATH build). This is problematic when running the 'install' target as an user who doesn't have write permission to the source directory. Consider this example of trying to install a build of httpd (with in-tree APR/Util)

[PATCH] apr_thread_data_set doxygen tweak

2005-05-26 Thread Daniel Rall
* apr/include/apr_thread_proc.h (apr_thread_data_set): Corrected spelling of the word thread. --- apr_thread_proc.h (revision 160101) +++ apr_thread_proc.h (working copy) @@ -315,7 +315,7 @@ /** * Return the pool associated with the current thread. * @param data The user data to

Re: versioning

2003-06-26 Thread Daniel Rall
will + remain data-compatible against later versions, until the major + number changes. /p h2a name=examplesExamples/a/h2 -- Daniel Rall

Re: Poliicy proposal.

2001-02-12 Thread Daniel Rall
own build? -- Daniel Rall dlr@finemaltcoding.com