[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: skel-test.c bogosity(?)

From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-10-10 17:32:19 CEST

> There is a bunch of stuff in skel-test.c that seems to be duplicates for the
> "ctype" functionality. APR already offers these in a portable fashion, so
> there isn't a need to have that code in there.
>
> See apr_lib.h.

I need something that's independent of locale; the syntax of stuff
stored in the filesystem doesn't change if one lives in Brazil. If
the APR stuff is locale-independent, then that works for me.

> I can see it is doing some other things, but the solution seems rather
> overengineered (compared to using a couple apr_ funcs plus specific checks
> for the parens/brackets).

For the tests, it certainly doesn't matter. For the actual skel
parser, it probably doesn't matter either, but it was easy...
Received on Sat Oct 21 14:36:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.