Re: cvs commit: apr-util/include apr_hooks.h

2001-06-09 Thread Greg Stein
Victor, ap_config.h says: * @tip extern AP_DECLARE_DATA type apr_variable; syntax is required for * declarations within headers to properly import the variable. and apr.h says: * @tip extern APR_DECLARE_DATA type apr_variable; syntax is required for * declarations within headers to proper

Re: cvs commit: apr-util/include apr_hooks.h

2001-02-02 Thread Doug MacEachern
On Fri, 2 Feb 2001, Greg Stein wrote: > Are those "ap" structures from Apache? Conversely, they aren't appearing > within APR(UTIL) are they? the list of "ap" structures is below, ap_LINK_* make up 20 of the 39 reported. ap_bucket_error ap_directive_t ap_filter_func ap_filter_rec_t ap_filter_t

Re: cvs commit: apr-util/include apr_hooks.h

2001-02-02 Thread Greg Stein
On Fri, Feb 02, 2001 at 10:59:59AM -0800, Doug MacEachern wrote: >... > i'm planning to use these tables for generating most of the modperl-2.0 > glue code. but it can be used for whatever, here's some sorta neato > stats (probably not 100% accurate): > > % perl util/source_stats.pl > 80 typedefs

Re: cvs commit: apr-util/include apr_hooks.h

2001-02-02 Thread Doug MacEachern
On Fri, 2 Feb 2001, Ben Laurie wrote: > What's C::Scan?? http://www.cpan.org/modules/by-module/C/ i'm using a wrapper around it (Apache::ParseSource), that spits out two other modules which are Perl structures containing the parsed header files. Apache::FunctionTable entries look like so: {

Re: cvs commit: apr-util/include apr_hooks.h

2001-02-02 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > dougm 01/02/01 21:56:12 > > Modified:include apr_getopt.h apr_hash.h >include apr_hooks.h > Log: > be consistent with 'const char * const *' spacing (noticed when parsing the > tree with C::Scan) What's C::Scan?? Cheers, Ben. --

Re: cvs commit: apr-util/include apr_hooks.h

2001-01-26 Thread Ben Laurie
"William A. Rowe, Jr." wrote: > > > ben 01/01/24 14:52:57 > > > > Modified:server config.c > >hooksapr_hooks.c > >include apr_hooks.h > > Log: > > The current hooking module is _not_ a debugging aid. > > that's fine ... I just hope you grep

Re: cvs commit: apr-util/include apr_hooks.h

2001-01-25 Thread William A. Rowe, Jr.
> ben 01/01/24 14:52:57 > > Modified:server config.c >hooksapr_hooks.c >include apr_hooks.h > Log: > The current hooking module is _not_ a debugging aid. that's fine ... I just hope you grepped for all occurances ... I normalized two variat

Re: cvs commit: apr-util/include apr_hooks.h

2001-01-24 Thread Greg Stein
Man... it would just be nice to get rid of the damned globals. apr_global_hook_pool and apr_current_hooking_module. It would mean a couple extra parameters to the ap_hook_whatever() functions, but the control/data flow would be a bit more obvious that way. Cheers, -g On Wed, Jan 24, 2001 at 10:5