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

Re: Windows signal handler and Control-C

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-01-20 23:11:54 CET

Greg Hudson wrote:
> I withdraw my -1 on resetting the signal handler from within the signal
> functions in Subversion.

Cool. I've dusted off my Win32 dev environment and performed some
testing to back up the theory. Calling apr_signal(signum, SIG_IGN) in
the signal handler seems to be OK in both theory and practice, so I
committed that in r8405. I've also added support for ctrl-break
(SIGBREAK) which obviously was something completely different from
ctrl-c (SIGINT) on Win32.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 23:12:47 2004

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.