Re: svn commit: r1917050 - in /apr/apr/trunk: CHANGES crypto/apr_crypto.c dbd/apr_dbd.c dbm/apr_dbm.c include/private/apu_internal.h util-misc/apu_dso.c

2024-04-22 Thread Ruediger Pluem
On 4/22/24 4:07 PM, Graham Leggett via dev wrote: > On 22 Apr 2024, at 14:05, Ruediger Pluem wrote: > Now the caller needs to allocate memory even if it is not interested in the error or if there is no error at all. Wouldn't it be better to add an apu_err_t **err instead

Re: svn commit: r1917050 - in /apr/apr/trunk: CHANGES crypto/apr_crypto.c dbd/apr_dbd.c dbm/apr_dbm.c include/private/apu_internal.h util-misc/apu_dso.c

2024-04-22 Thread Graham Leggett via dev
On 22 Apr 2024, at 14:05, Ruediger Pluem wrote: >>> Now the caller needs to allocate memory even if it is not interested in the >>> error or if there is no error at all. >>> Wouldn't it be better to add an apu_err_t **err instead (which can be NULL) >>> and in case of an error allocate an >>>

Re: svn commit: r1917050 - in /apr/apr/trunk: CHANGES crypto/apr_crypto.c dbd/apr_dbd.c dbm/apr_dbm.c include/private/apu_internal.h util-misc/apu_dso.c

2024-04-22 Thread Ruediger Pluem
On 4/17/24 9:30 AM, Graham Leggett via dev wrote: > On 17 Apr 2024, at 08:07, Ruediger Pluem wrote: > >>> Modified: apr/apr/trunk/util-misc/apu_dso.c >>> URL: >>> http://svn.apache.org/viewvc/apr/apr/trunk/util-misc/apu_dso.c?rev=1917050=1917049=1917050=diff >>>

Re: svn commit: r1917050 - in /apr/apr/trunk: CHANGES crypto/apr_crypto.c dbd/apr_dbd.c dbm/apr_dbm.c include/private/apu_internal.h util-misc/apu_dso.c

2024-04-17 Thread Graham Leggett via dev
On 17 Apr 2024, at 08:07, Ruediger Pluem wrote: >> Modified: apr/apr/trunk/util-misc/apu_dso.c >> URL: >> http://svn.apache.org/viewvc/apr/apr/trunk/util-misc/apu_dso.c?rev=1917050=1917049=1917050=diff >> == >> ---

Re: svn commit: r1917050 - in /apr/apr/trunk: CHANGES crypto/apr_crypto.c dbd/apr_dbd.c dbm/apr_dbm.c include/private/apu_internal.h util-misc/apu_dso.c

2024-04-17 Thread Ruediger Pluem
On 4/16/24 11:33 PM, minf...@apache.org wrote: > Author: minfrin > Date: Tue Apr 16 21:33:58 2024 > New Revision: 1917050 > > URL: http://svn.apache.org/viewvc?rev=1917050=rev > Log: > Pass details of module loading errors back to the caller through the > apu_err_t structure. > > Modified: >