slava
|
2a1167ecec
|
Module format change
|
2006-10-21 06:40:38 +00:00 |
erg
|
416edff582
|
fix win32 dos prompt io
|
2006-10-18 21:17:56 +00:00 |
slava
|
e790b1a48d
|
Remove troublesome unit test
|
2006-10-15 05:29:54 +00:00 |
slava
|
80a5ee7322
|
Slider fix, rename path. to write-path
|
2006-10-07 00:27:40 +00:00 |
slava
|
91b00ac448
|
Assorted fixes
|
2006-10-06 21:42:12 +00:00 |
slava
|
5dd0182d73
|
UI cleanup
|
2006-10-04 04:40:10 +00:00 |
slava
|
736b2d8bfa
|
Source files and module system cleanup
|
2006-09-30 03:03:27 +00:00 |
slava
|
61d4eeb633
|
"~" global var replaced by home word
|
2006-09-30 00:45:24 +00:00 |
slava
|
03046508d8
|
Fix windows stack effects
|
2006-09-24 04:02:40 +00:00 |
slava
|
6d9f6f0246
|
Minor fixes
|
2006-09-23 19:54:37 +00:00 |
slava
|
db8e1d5b0d
|
Faster Unix stream-read
|
2006-09-16 04:20:52 +00:00 |
erg
|
07af3690f2
|
win32 io bugfixes
|
2006-09-11 00:51:25 +00:00 |
erg
|
b3b81f8834
|
clean up comments
|
2006-09-09 22:39:04 +00:00 |
erg
|
b0932edbb6
|
fix win32 io for streams
|
2006-09-09 22:34:39 +00:00 |
erg
|
73f4de490a
|
major win32 io cleanup, removed callcc1 quotation building at runtime
|
2006-09-09 21:04:46 +00:00 |
slava
|
296e8ba0b3
|
Single stepper now properly supports continuations
|
2006-09-09 01:12:18 +00:00 |
erg
|
a7bc2e9c94
|
win32 fixes
|
2006-09-07 23:55:47 +00:00 |
erg
|
5fe21dda38
|
fix win32 timeout
|
2006-09-06 08:12:56 +00:00 |
erg
|
2f888d168d
|
win32 load file merging weirdness
|
2006-09-07 23:42:11 +00:00 |
erg
|
b4b45a9c5d
|
fix win32-stream read. no more win32-stream-this!
|
2006-09-06 01:55:23 +00:00 |
erg
|
092f840aba
|
changed win32-stream write words
|
2006-09-05 22:26:50 +00:00 |
erg
|
eeae2e173a
|
refactored win32streams
|
2006-09-05 19:40:38 +00:00 |
erg
|
04a5a94d57
|
refactor win32-streams some more
|
2006-09-05 19:15:47 +00:00 |
erg
|
ebfa4605b2
|
win32-stream-writer is now a <plain-writer>, removed crap, refactored crap
|
2006-09-05 18:49:55 +00:00 |
erg
|
aa6d3feb4a
|
add stack effect comments to win32 streams
|
2006-09-05 15:35:02 +00:00 |
erg
|
b53a9cbd08
|
make a win32-stream tuple that makes more sense. next step: no win32-stream-this
|
2006-09-04 23:05:06 +00:00 |
erg
|
ac625c65af
|
move winsock from library/io/windows/ to library/windows and refactor
|
2006-09-04 22:16:37 +00:00 |
slava
|
b3960f56e9
|
Cleanups and fixes
|
2006-09-06 22:48:46 +00:00 |
slava
|
046f770b2d
|
Modularize tests
|
2006-09-06 22:32:41 +00:00 |
slava
|
7edf5ab1ba
|
Modularized core
|
2006-09-06 22:06:11 +00:00 |
slava
|
b4291dd6c6
|
Module system changes and some small fixes
|
2006-09-06 21:01:38 +00:00 |
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 |
slava
|
b4ca97fad5
|
default-shell vocab fuckkup
|
2006-08-25 04:40:39 +00:00 |
slava
|
a5e1de9ddd
|
Simplify field/interactor history code
|
2006-08-23 01:50:05 +00:00 |
erg
|
5e776a2b0a
|
fix compile error, swap over -> tuck
|
2006-08-18 16:43:48 +00:00 |
slava
|
c4f5f56405
|
Fix bugs erg found
|
2006-08-18 04:03:45 +00:00 |
slava
|
2e01391105
|
Minor fixes
|
2006-08-18 03:15:36 +00:00 |
slava
|
28184dc835
|
Final round of HELP: syntax changes
|
2006-08-18 03:08:04 +00:00 |
slava
|
29e28008cd
|
More documentation updates
|
2006-08-17 01:55:53 +00:00 |
slava
|
06a4af7c00
|
More work on stack effect declaration
|
2006-08-15 20:29:35 +00:00 |
slava
|
f15e657631
|
Stack effect declaration fixes
|
2006-08-15 08:57:12 +00:00 |
slava
|
56e19dbf14
|
First stage of stack effect declaration implementation
|
2006-08-15 07:01:24 +00:00 |
slava
|
61e1dff787
|
Automatically recompile words when files are loaded
|
2006-08-11 20:55:43 +00:00 |
slava
|
0d0581fc34
|
New apropos from hell
|
2006-08-12 20:57:49 +00:00 |
erg
|
87abad4ebb
|
fix some win32 error handling in native io
|
2006-08-14 22:43:19 +00:00 |
slava
|
af1dcf3990
|
: delete-all 0 swap set-length ;
|
2006-08-09 20:14:54 +00:00 |
slava
|
b0b6da4f86
|
Minor tweaks
|
2006-08-07 00:31:52 +00:00 |
slava
|
ff780119fa
|
Faster Unix stream-read1
|
2006-08-06 00:14:14 +00:00 |
slava
|
dced940348
|
Minor Unix I/O cleanups, <client> now waits for a connection, stream-flush now checks for an error
|
2006-08-05 23:01:59 +00:00 |
slava
|
fee1d9b076
|
Fix duplex-stream
|
2006-08-04 04:24:20 +00:00 |