John Benediktsson
|
115b7b62df
|
basis: removing unnecessary method stack effects.
|
2020-09-09 15:00:54 -07:00 |
Doug Coleman
|
50cf54ddde
|
basis: Move signal word and fix tests.
|
2019-09-27 22:59:36 -05:00 |
Doug Coleman
|
4faab8a00f
|
basis: Fix bootstrap to display unix signals instead of "Error in print-error!"
|
2019-09-27 17:17:56 -05:00 |
Alexander Iljin
|
504c9959a1
|
Update some copyright headers to follow the current convention
Had to look through the history to find years for some headers. Added
authors to some files as well.
|
2017-09-11 15:43:03 -07:00 |
Joe Groff
|
466d41c341
|
unix.signals: documentation and metadata
|
2011-11-08 23:12:10 -08:00 |
Joe Groff
|
fc7c175c9f
|
new module unix.signals: app-level signal handlers
example:
IN: scratchpad USING: unix.ffi unix.signals ;
Loading resource:basis/unix/signals/signals.factor
IN: scratchpad [ V{ "Me not that kind of orc!" "Me busy, leave me alone!" "Work work" "Zug zug" } pop print flush ] SIGINFO add-signal-handler
IN: scratchpad load: 0.60 cmd: factor 41541 running 0.28u 0.16s
Zug zug
load: 0.71 cmd: factor 41541 running 0.28u 0.16s
Work work
load: 0.71 cmd: factor 41541 running 0.28u 0.16s
Me busy, leave me alone!
load: 0.73 cmd: factor 41541 running 0.28u 0.16s
Me not that kind of orc!
|
2011-11-08 10:21:49 -08:00 |