You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@algroup.co.uk> on 2001/02/12 12:15:21 UTC

Re: cvs commit: httpd-2.0/modules/tls mod_tls.c

gstein@apache.org wrote:
> 
> gstein      01/02/11 18:55:52
> 
>   Modified:    include  apr_strings.h
>                strings  apr_strings.c
>                modules/tls mod_tls.c
>   Log:
>   *) rename apr_memdup() to apr_pmemdup()
>   *) optimize the allocation size in apr_pstrndup()
> 
>   Revision  Changes    Path
>   1.12      +2 -1      apr/include/apr_strings.h
> 
>   Index: apr_strings.h
>   ===================================================================
>   RCS file: /home/cvs/apr/include/apr_strings.h,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -u -r1.11 -r1.12
>   --- apr_strings.h     2001/02/11 16:18:08     1.11
>   +++ apr_strings.h     2001/02/12 02:55:52     1.12
>   @@ -144,8 +144,9 @@
>     * @param m The memory to duplicate
>     * @param n The number of bytes to duplicate
>     * @return The new block of memory
>   + * @deffunc void *apr_pmemdup(apr_pool_t *p, const void *m, apr_size_t n)

I'm patching scandoc to remove the need to do these @deffuncs (they're
caused by it not understanding APR_DECLARE and friends. Which is why I
didn't add it (and will, at some point, be removing it).

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

Re: cvs commit: httpd-2.0/modules/tls mod_tls.c

Posted by rb...@covalent.net.
> I'm patching scandoc to remove the need to do these @deffuncs (they're
> caused by it not understanding APR_DECLARE and friends. Which is why I
> didn't add it (and will, at some point, be removing it).

Thank you!

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: httpd-2.0/modules/tls mod_tls.c

Posted by rb...@covalent.net.
> I'm patching scandoc to remove the need to do these @deffuncs (they're
> caused by it not understanding APR_DECLARE and friends. Which is why I
> didn't add it (and will, at some point, be removing it).

Thank you!

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------