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

Re: permissions (and other) problems

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-09-17 19:27:43 CEST

On Tue, Sep 17, 2002 at 09:32:16AM -0400, Garrett Rooney wrote:
> Philip Martin wrote:
>...
> >>+
> >>+ svn_cancel_set_cancel_func (check_cancelled, NULL, svn_pool_create (pool));
> >>+
> >>+ signal (SIGINT, cancel);
> >
> > APR provides apr_signal in apr_signal.h, should we use that?
>
> i'm not sure. signal is theoretically part of the c standard, but for
> consistency's sake, we should probably use the one from apr. i'll look
> into it tonight and figure out what to do before committing.

"theoretically part of the c standard" just doesn't fly. That's the whole
reason for APR.

We require ANSI compilers (e.g. gcc), but we don't require ANSI libraries.
And even if a library is *close* to ANSI, it usually has edge cases that we
fill in using APR.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 19:27:50 2002

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.