slava
43096fb63b
Fiddling with prettyprinter, working on single-stepper
2006-05-19 04:19:08 +00:00
slava
31c429aabb
Working on a Cocoa 'Run...' dialog
2006-05-19 03:07:40 +00:00
slava
079dea6e3c
Bootstrap fixes, cleanups, better debugger in the UI
2006-05-19 02:20:23 +00:00
slava
e0994bd623
New callstack printing style, move some utilities around
2006-05-19 02:07:00 +00:00
slava
6c3a2e86b2
New prettyprinter feature, some bug fixes
2006-05-19 02:00:11 +00:00
slava
9b286735ea
More quotation work
2006-05-16 20:50:51 +00:00
slava
e63be4d157
More test fixes
2006-05-15 05:49:07 +00:00
slava
1951e63d2d
Fix various test failures
2006-05-15 05:37:11 +00:00
slava
f3ce2a15ed
More cons cell removals
2006-05-15 05:01:47 +00:00
slava
fbfad83957
Remove cons usage from runtime
2006-05-15 04:03:55 +00:00
slava
307bc73f5e
reverse-slice ==> <reversed>
2006-05-15 03:25:34 +00:00
slava
a7be80d994
Parser no longer calls 'swons'
2006-05-15 03:10:54 +00:00
slava
63825f9209
>r and r> now use their own stack
2006-05-15 03:09:47 +00:00
slava
1cce70aad6
Changing list code to use generic sequence words
2006-05-11 00:32:04 +00:00
slava
fd8a3062e3
Bootstrap performance improvement and assorted cleanups
2006-05-10 06:18:25 +00:00
slava
ade9b3333c
Updated readme, fixed documentation typo, better no-method error reporting
2006-05-05 05:59:39 +00:00
slava
229b0c26a4
Minor fixes
2006-05-03 00:26:48 +00:00
slava
fd3f37c8e3
Aggressive arithmetic inlining
2006-05-02 07:05:57 +00:00
slava
c6bd0b4aac
Fix dead store elimination
2006-04-14 07:53:45 +00:00
slava
cd9f3b72a0
Slightly better error reporting in the UI
2006-04-10 02:23:24 +00:00
slava
d9a341003c
Bootstrap fix
2006-03-28 04:03:25 +00:00
slava
5e5cbd50d4
Wrote alien interface docs
2006-03-27 06:24:18 +00:00
slava
836d24d696
Documentation updates and UI fixes
2006-03-25 22:01:39 +00:00
slava
b3dbb48581
Documentation updates
2006-03-25 08:16:25 +00:00
slava
6a9e67a4bc
Tool documentation
2006-03-25 06:06:52 +00:00
slava
3f77d6eb65
Multi-window code cleanups
2006-03-25 03:58:03 +00:00
slava
38602d63b9
Browser cleanups, moving assoc word from lists to sequences
2006-03-25 03:02:50 +00:00
slava
4f8632b656
New browser gadget
2006-03-24 08:28:46 +00:00
slava
282b3860d2
heap-stats fix and other cleanups
2006-03-22 23:23:32 +00:00
slava
b0334b14a2
Improved heap-stats
2006-03-22 22:21:41 +00:00
slava
5135e21055
Per-world font sprites
2006-03-18 06:57:57 +00:00
slava
6114a9da06
Conditional breakpoints
2006-03-07 00:19:32 +00:00
slava
e55a401791
standard-combination now takes a dispatch position not a picker
2006-02-25 06:47:35 +00:00
slava
c2140920bd
renumber types, Objective-C exception handling
2006-02-20 03:08:08 +00:00
slava
b861c09e9f
Clean up AGL's patch
2006-02-08 00:09:46 +00:00
agl
d088a97f82
Add data/return stack under/over flow checks for POSIX
...
This adds extra errors:
#define ERROR_STACK_UNDERFLOW (12<<3)
#define ERROR_STACK_OVERFLOW (13<<3)
#define ERROR_RETSTACK_UNDERFLOW (14<<3)
#define ERROR_RETSTACK_OVERFLOW (15<<3)
On unix the data and return stacks have poison pages above and below them in
memory. This patch adds checks to the sigv signal handler which checks to see
if the faulting address is in one of these pages and, if so, triggers the
correct error.
To see:
: data-overflow 1 2 3 data-overflow ;
: ret-underflow V{ } set-callstack r> ;
: ret-overflow 1 >r ret-overflow ;
(to test data-underflow just call + with an empty stack)
AGL
2006-02-07 22:29:36 +00:00
slava
e9f73af344
Fix inspector problem with empty hashtables
2006-02-03 18:20:22 +00:00
slava
ebcac67995
Fix inspector error with empty hashtable
2006-02-02 05:30:03 +00:00
Slava Pestov
8569427c4e
added a zero? word
2006-01-28 20:49:31 +00:00
Slava Pestov
13ef8f9412
cell fix; experimental preferred size cache; floor/ceiling/truncate/mod for floats; fix mod for ratios; fix float equality test
2006-01-27 04:01:14 +00:00
Slava Pestov
b28ea890b7
AJAX outliners
2006-01-24 02:03:22 +00:00
Slava Pestov
9941aa5607
removed fixnum<< vop since it was buggy and afforded no performance gain, and also simplified some code
2006-01-22 21:40:18 +00:00
Slava Pestov
2c4d058fdc
markup cleanups, removed terpri*, help responder and browser responder improvements
2006-01-21 07:37:39 +00:00
Slava Pestov
d19ffd6b6a
slots documentation
2006-01-09 06:34:23 +00:00
Slava Pestov
df56245f8a
more error handling docs
2006-01-08 01:09:54 +00:00
Slava Pestov
cd16dd9dae
started docs for non-standard control flow featurs
2006-01-07 04:10:02 +00:00
Slava Pestov
3e6eb47785
words chapter of handbook converted
2006-01-06 07:04:42 +00:00
Slava Pestov
cbc4946d93
moving documentation
2006-01-05 05:33:12 +00:00
Slava Pestov
b515bae5f4
syntax docs
2006-01-03 22:43:29 +00:00
Slava Pestov
808c7a7f57
collections chapter almost done
2006-01-02 05:51:03 +00:00