Doug Coleman
|
d5d552eb40
|
Merge remote-tracking branch 'origin/master' into modern-harvey3
|
2019-09-28 09:54:13 -05:00 |
Doug Coleman
|
50cf54ddde
|
basis: Move signal word and fix tests.
|
2019-09-27 22:59:36 -05:00 |
Doug Coleman
|
5963f3a520
|
Merge remote-tracking branch 'origin/master' into modern-harvey3
|
2019-09-27 17:26:09 -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 |
Doug Coleman
|
00fb574a8d
|
factor: SYMBOL: foo foo [ bar ] initialize -> INITIALIZED-SYMBOL: foo [ bar ]
|
2018-08-04 21:53:05 -04: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 |