[PATCH] apr_get_groupname

2001-02-02 Thread Ryan Morgan
I've been working a bit with apr, and noticed that the implementation of apr_get_groupname is missing from the unix code. This patch has only been tested on Linux, so commit at your own risk. Index: userinfo.c === RCS file: /home/c

Re: [patch] Time fixes for Win32

2001-02-02 Thread Karl Fogel
Ben Collins-Sussman <[EMAIL PROTECTED]> writes: > I think the the rule is: every fourth year is a leap year, BUT, every > century is not; BUT; every fourth century *is* a leap year. We've > got two levels of override here. Yep, that's the rule as I've been taught it too.

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-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: [PATCH] apr_get_groupname

2001-02-02 Thread Ryan Morgan
Ok, I'm an idiot. I completely missed the implementation in groupinfo.c. I was having some problems with undefined symbols in httpd because the linker wasn't pulling that symbol in from aprlib.a, but I guess that was fixed a couple of days ago. -Ryan On Fri, Feb 02, 2001 at 02:47:39AM -0800, R

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, 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

MSVC projects should be marked -kb

2001-02-02 Thread Branko Čibej
I noticed that the APR project files apr.dsp, libapr.dsp, test/aprtest.dsp and test/aprtest.dsw are stored in CVS as ordinary text files. This is not right: MSVC *requires* \r\n line endings, and accidental keyword expansion would be a bad thing. Could somebody with cvsadmin access please put a

Re: Build bustage on FreeBSD and Linux

2001-02-02 Thread Greg Stein
[ moved to dev@apr.apache.org ] On Fri, Feb 02, 2001 at 02:35:35PM -0600, Sam TH wrote: > On Fri, Feb 02, 2001 at 12:31:33PM -0800, Greg Stein wrote: >... > > > that in AbiWord, keeping things working across platforms would be > > > nearly impossible without the help of Tinderbox. APR makes that

Re: Build bustage on FreeBSD and Linux

2001-02-02 Thread Sam TH
On Fri, Feb 02, 2001 at 12:51:04PM -0800, Greg Stein wrote: > [ moved to dev@apr.apache.org ] > > On Fri, Feb 02, 2001 at 02:35:35PM -0600, Sam TH wrote: > > On Fri, Feb 02, 2001 at 12:31:33PM -0800, Greg Stein wrote: > >... > > > > that in AbiWord, keeping things working across platforms would be