factor/library/io/unix
slava 35a953efb7 If Unix I/O detects an EOF, it doesn't kill the port completely; it will call read() next time you read. this means that multiple C+d's can be used to exit nested listeners on stdin 2006-09-05 22:11:20 +00:00
..
files.factor New <file-r/w> word for opening a stream that can read and write to the same path -- only useful for *nix devices 2006-07-21 20:31:39 +00:00
io.factor If Unix I/O detects an EOF, it doesn't kill the port completely; it will call read() next time you read. this means that multiple C+d's can be used to exit nested listeners on stdin 2006-09-05 22:11:20 +00:00
load.factor Fix bootstrap bug and ungraft bug 2006-07-05 22:47:42 +00:00
sockets.factor More work on stack effect declaration 2006-08-15 20:29:35 +00:00
syscalls-freebsd.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00
syscalls-linux.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00
syscalls-macosx.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00
syscalls-solaris.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00
syscalls.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00
types.factor Move unix code to library/io/unix/ 2006-07-05 22:11:06 +00:00