public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile scmsigs.c
@ 2000-06-13 17:09 ghouston
  0 siblings, 0 replies; 8+ messages in thread
From: ghouston @ 2000-06-13 17:09 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@sourceware.cygnus.com	00/06/13 17:09:31

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not
	defined, add SA_RESTART to the sigaction flags correctly
	(thanks to Dale P. Smith).


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 2000-06-05 15:57 mvo
  0 siblings, 0 replies; 8+ messages in thread
From: mvo @ 2000-06-05 15:57 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mvo@sourceware.cygnus.com	00/06/05 15:57:51

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (scm_sigaction): Silently ignore setting handlers for
	`program error signals' because they can't currently be handled by
	Scheme code.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 2000-06-02 17:25 mdj
  0 siblings, 0 replies; 8+ messages in thread
From: mdj @ 2000-06-02 17:25 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/02 17:25:35

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (scm_segfaulr): Removed.  (Was probably added by
	mistake since it is not mentioned in ChangeLog.)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 2000-05-08 15:49 mvo
  0 siblings, 0 replies; 8+ messages in thread
From: mvo @ 2000-05-08 15:49 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mvo@sourceware.cygnus.com	00/05/08 15:49:44

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for SIGSEGV,
	SIGILL and SIGBUS signals.  These signals are not continuable and
	must be handled for real right away.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 2000-05-03 15:40 mvo
  0 siblings, 0 replies; 8+ messages in thread
From: mvo @ 2000-05-03 15:40 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mvo@sourceware.cygnus.com	00/05/03 15:40:21

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix declaration to
	be an array of function pointers instead of being a pointer to an
	array returning function.  Thanks to Kalle Olavi Niemitalo!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 2000-05-01 15:19 ghouston
  0 siblings, 0 replies; 8+ messages in thread
From: ghouston @ 2000-05-01 15:19 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@sourceware.cygnus.com	00/05/01 15:19:33

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c: fix the definition of orig_handlers for the case
	that HAVE_SIGACTION is not defined (thanks to
	Kalle Olavi Niemitalo).


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 1999-09-20 15:04 ghouston
  0 siblings, 0 replies; 8+ messages in thread
From: ghouston @ 1999-09-20 15:04 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@egcs.cygnus.com	99/09/20 15:04:52

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	typing correction


^ permalink raw reply	[flat|nested] 8+ messages in thread

* guile/guile-core/libguile scmsigs.c
@ 1999-07-19  0:53 jimb
  0 siblings, 0 replies; 8+ messages in thread
From: jimb @ 1999-07-19  0:53 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/07/19 00:53:21

Modified files:
	guile-core/libguile: scmsigs.c 

Log message:
	* scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN to SCM, not
	int.  That way, if we get a warning on this line, it's more likely
	that we're really missing bits we care about.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-06-13 17:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-13 17:09 guile/guile-core/libguile scmsigs.c ghouston
  -- strict thread matches above, loose matches on Subject: below --
2000-06-05 15:57 mvo
2000-06-02 17:25 mdj
2000-05-08 15:49 mvo
2000-05-03 15:40 mvo
2000-05-01 15:19 ghouston
1999-09-20 15:04 ghouston
1999-07-19  0:53 jimb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).