Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
a343f8a31c
|
io.monitors: if a monitor is disposed while other threads are waiting on it, an error will be thrown from next-change, instead of those threads hanging forever. This makes monitors consistent with streams and other native resources that behave in a similar manner
|
2010-02-20 00:23:24 +13:00 |
Slava Pestov
|
29b489c892
|
io.monitors: fixes for disposable protocol
|
2009-08-24 20:55:24 -05:00 |
Slava Pestov
|
46045c882e
|
Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems
|
2009-08-24 02:26:13 -05:00 |
Slava Pestov
|
d7ab0ad7c0
|
io.monitors: spawn-monitor was broken and never used, so remove it (reported by levi in #concatenative)
|
2009-05-22 02:04:36 -05:00 |
Slava Pestov
|
b2a294fac7
|
io.monitors:next-change now outputs a single value instead of a pathname and a sequence
|
2009-01-26 23:18:57 -06:00 |
Slava Pestov
|
50e214c152
|
io.files split up and general refactoring work in progress
|
2008-12-14 20:03:00 -06:00 |
Slava Pestov
|
74a112f1cf
|
Update cpu.x86.basis/io to use dip instead of >r/r>
|
2008-12-02 03:10:13 -06:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Slava Pestov
|
d66f887736
|
Create basis vocab root
|
2008-07-28 22:03:13 -05:00 |