factor/basis/unix
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
..
debugger vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
ffi new module unix.signals: app-level signal handlers 2011-11-08 10:21:49 -08:00
getfsstat/macosx remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
groups unix.*, io.directories.unix: remove unnecessary dependency on io.backend.unix 2011-09-01 22:31:45 -07:00
kqueue remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
linux unix.linux.epoll: epoll_event is a packed struct! Damn... 2011-08-25 21:37:52 -07:00
process Fix bootstrap. Add missing using on io.serial.linux. Fixes #351. 2011-11-04 06:08:02 -07:00
signals new module unix.signals: app-level signal handlers 2011-11-08 10:21:49 -08:00
stat remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
statfs remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
statvfs remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
time Fix unix.time to actually load 2010-06-22 15:13:07 -04:00
types remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
users remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
utilities Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
utmpx remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
authors.txt Credit where credit is due 2009-01-18 17:28:36 -06:00
platforms.txt vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
unix.factor Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00