slava
60abfc1d58
tabular output can now be passed a style
2006-06-10 02:17:12 +00:00
slava
892064b293
Using tabular-output in room. and heap-stats., better looking $list, new $table markup, use $table in a few places in the docs
2006-06-08 04:38:34 +00:00
slava
98c514b9cd
Tabular output
2006-06-08 03:04:37 +00:00
slava
362fd0db60
Fix broken link
2006-06-06 23:50:45 +00:00
slava
3409004602
Remove some dead code: help glossary and flushable words
2006-06-06 03:26:44 +00:00
slava
562533dc9c
Documentation updates -- most primitives now documented
2006-06-06 02:04:49 +00:00
slava
fa27b545d7
Bug fixes
2006-06-04 20:20:40 +00:00
slava
2fb1c3ffbb
Documentation updates
2006-06-04 19:35:00 +00:00
slava
805d73ca22
Top-level window focus handling
2006-05-28 22:35:01 +00:00
slava
13f392737e
Save window positions, re-arrange source tree a bit
2006-05-27 21:39:38 +00:00
slava
48ae022ab0
Help cleanups
2006-05-26 03:45:19 +00:00
slava
49461c8eb4
Major UI improvements, fix problem with deferred words
2006-05-26 03:25:00 +00:00
slava
1488d8ec5d
Fix documentation typos
2006-05-25 00:28:37 +00:00
slava
703b6f58dd
Cocoa cleanup, AppleEvent handling, services
2006-05-24 22:40:54 +00:00
slava
f7210644a3
Fix typos
2006-05-24 08:31:50 +00:00
slava
c90c1d66da
CL-style (but more limited) restarts, better undefined word handling in the parser
2006-05-24 08:29:25 +00:00
slava
18fdc91de7
More attractive browser UI
2006-05-20 21:02:08 +00:00
slava
9ffc3c27be
Clean up inspector and browser
2006-05-20 20:42:33 +00:00
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
Slava Pestov
dec98203d3
remove repetitions
2005-12-24 23:29:31 +00:00
Slava Pestov
b11407c95b
working on tutorial
2005-12-23 03:26:54 +00:00
Slava Pestov
cec0fc6ddd
fix scrolling bug and added a new browser pane component
2005-12-22 23:38:10 +00:00
Slava Pestov
9942630dad
markup fixes; changing some stream protocol details
2005-12-19 07:12:40 +00:00
Slava Pestov
b0e89c4984
made it an error to reference non-existent vocabularies in a USE: declaration; fixed this error in library source files
2005-12-17 14:55:00 +00:00
Slava Pestov
cf9fde020f
extended stream output protocol
2005-12-17 02:12:35 +00:00
Slava Pestov
d3b4726790
new bootstrap system; some other code cleanups
2005-12-13 22:33:58 +00:00
Slava Pestov
e2c0052b3b
fix some unit test failures
2005-12-03 22:34:59 +00:00
Slava Pestov
9440f385e5
interruption checks get compiled now, fixnum/mod fixed on powerpc
2005-11-12 05:37:24 +00:00
Slava Pestov
23738087aa
big syntax change: vectors are now V{ }, hashtables are now H{ }, tuples T{ }, wrappers W{ }, complexes C{ }, arrays { }
2005-10-30 03:25:38 +00:00
Slava Pestov
867ccbe0b4
use array literals instead of vector literals
2005-10-29 20:53:47 +00:00
Slava Pestov
6c8783ba4e
Moved OpenGL to core library
2005-10-12 04:14:46 +00:00
Slava Pestov
3ff1915f1a
UI fixes for OS X, compiler fixes for PowerPC
2005-10-12 03:28:17 +00:00
Slava Pestov
6b8e232c63
fix bignum emission, put MT in core
2005-10-08 05:15:14 +00:00
Slava Pestov
77b3175cd9
fix forget memory leak
2005-10-04 07:16:50 +00:00
Slava Pestov
e2409a14db
fix incorrect quadrants code
2005-10-04 01:04:07 +00:00
Slava Pestov
764cf6d314
inspector improvements
2005-10-04 00:54:05 +00:00
Slava Pestov
7cc598f4eb
tab completion in the UI
2005-10-03 23:53:32 +00:00
Slava Pestov
850d040b65
fix bootstrap failure
2005-10-01 05:44:49 +00:00
Slava Pestov
1f05578344
fixes for unit test regressions
2005-09-29 00:09:10 +00:00
Slava Pestov
95ca37cb43
latest changes
2005-09-27 19:14:25 +00:00
Slava Pestov
7c3fccfef8
minor tweaks
2005-09-27 18:35:30 +00:00
Slava Pestov
b9165cd02c
arrows in the UI, and various cleanups
2005-09-27 04:24:42 +00:00
Slava Pestov
8ea8d65c1f
object outline
2005-09-26 02:25:54 +00:00
Slava Pestov
7e1b29e440
some fixes
2005-09-26 02:20:29 +00:00
Slava Pestov
7d5222ca73
bootstrap fixes
2005-09-26 01:59:22 +00:00
Slava Pestov
3f6893eb29
new describe tool is useful stand-alone
2005-09-26 01:56:48 +00:00
Slava Pestov
a5d1b36114
new words: browser words. vocab.; inspector supports outlining
2005-09-26 01:54:25 +00:00
Slava Pestov
55a2ac9b33
working on incremental layout
2005-09-26 00:41:49 +00:00
Slava Pestov
9f0434f30f
some UI tweaking
2005-09-25 03:21:09 +00:00
Slava Pestov
60f2d659d9
bug fixes
2005-09-24 20:34:10 +00:00
Slava Pestov
c4cec1321c
rename ifte to if
2005-09-24 19:21:17 +00:00
Slava Pestov
b4b1e3d1a6
redid HTML tags; tweaked continuations to infer properly
2005-09-23 01:01:55 +00:00
Slava Pestov
a838821556
minor tweaks
2005-09-22 20:21:36 +00:00
Slava Pestov
d04b47ebe3
getting more words to infer
2005-09-21 05:12:16 +00:00
Slava Pestov
29190ebc3e
catch change, new cleanup word, with-server combinator
2005-09-21 00:18:01 +00:00
Slava Pestov
34ff4e2c27
more preliminary work for callcc compilation
2005-09-20 05:59:38 +00:00
Slava Pestov
6b3c4eccfb
handle I/O on closed ports gracefully
2005-09-19 03:22:58 +00:00
Slava Pestov
7decaf614e
inference updates for callcc inference
2005-09-18 05:37:28 +00:00
Slava Pestov
8af5e755c6
add 1+ 1- words and other tweaks
2005-09-17 02:47:28 +00:00
Slava Pestov
7ecbfb5c98
big generic word cleanup; kill-literals optimization; continuations overhaul
2005-09-16 06:39:33 +00:00
Slava Pestov
bf5d88b649
changes to continuation words
2005-09-14 04:37:50 +00:00
Slava Pestov
5953497dae
fixes, removed empty-vector
2005-09-12 01:18:19 +00:00
Slava Pestov
27439f95c9
arrays are now better supported, various cleanups
2005-09-12 00:46:55 +00:00
Slava Pestov
d0312300b8
unsafe-nth unsafe-set-nth for faster inner loops
2005-09-10 22:27:31 +00:00
Slava Pestov
55e2a9e232
reworking simplifier and basic blocks
2005-09-09 02:23:54 +00:00
Slava Pestov
7711aff1a5
tweaking stack shuffle compilation
2005-09-04 21:07:59 +00:00
Slava Pestov
42ac874cbd
more cleanups; split up huge gadgets vocabulary
2005-09-01 01:06:13 +00:00
Slava Pestov
ea830a4f14
various inference fixes; cond compiles now
2005-08-30 22:12:21 +00:00
Slava Pestov
b5eaee6081
UI fixes
2005-08-29 22:18:10 +00:00
Slava Pestov
b1daea44a6
word-name, word-vocabulary are now slots in the word object
2005-08-29 06:34:04 +00:00
Slava Pestov
e630f884a1
rename [.] to sequence.
2005-08-27 19:33:29 +00:00
Slava Pestov
70e4c7001f
stack display hooks for single-stepper and inspector, reworking scrolling
2005-08-26 22:18:07 +00:00
Slava Pestov
45109c1a0a
major cleanup
2005-08-25 19:27:38 +00:00
Slava Pestov
01a1f8cede
minor pane optimization
2005-08-25 01:52:10 +00:00
Slava Pestov
5a9523cd63
spacial indexing for faster pane display
2005-08-24 23:25:12 +00:00
Slava Pestov
9db68d9569
new inspector features
2005-08-24 02:27:05 +00:00
Slava Pestov
fbd7d4fef7
inspector bug fix, sleep word
2005-08-23 19:50:32 +00:00
Slava Pestov
57bedd8139
remove call to sort from cross-referencer
2005-08-23 00:54:01 +00:00
Slava Pestov
4ce519c9f9
more cleanups
2005-08-22 19:33:18 +00:00
Slava Pestov
b3e58b4380
more prettyprinter updates, unparser is gone
2005-08-22 00:50:14 +00:00
Slava Pestov
119cb1ba6b
more prettyprinter fixes
2005-08-21 18:40:12 +00:00
Slava Pestov
9adffd9388
new prettyprinter
2005-08-21 05:17:37 +00:00
Slava Pestov
c8eacd7b0b
major bootstrap cleanup
2005-08-20 01:46:12 +00:00
Slava Pestov
979225805e
images referencing libraries that could not be found no longer fail to load
2005-08-15 19:34:00 +00:00
Slava Pestov
2495ef46f3
redesigned generic arithmetic; new tag primitive
2005-08-15 07:25:39 +00:00
Slava Pestov
fae12b201e
clean up metaclasses
2005-08-14 22:13:16 +00:00
Slava Pestov
24ea7fab8d
faster hashtable = method, dataflow optimizer cleanups
2005-08-11 23:08:22 +00:00
Slava Pestov
b8260a3de7
working on partial evaluation
2005-08-08 19:21:14 +00:00
Slava Pestov
f65aa407e9
\ foo is now a first-class type; this removes the need for inference-level partial eval, and simplifies a lot of other code
2005-08-04 03:56:28 +00:00
Slava Pestov
b8d8685de8
clean up class<, class-and, class-or
2005-08-01 03:38:33 +00:00
Slava Pestov
e33fca9fe7
matrix library simplification; other code cleanups
2005-07-31 02:14:34 +00:00
Slava Pestov
d7dfeea419
clean up sequences and matrices
2005-07-30 06:08:59 +00:00
Slava Pestov
2283fee960
some code cleanups, factorbot PING fix
2005-07-26 20:39:14 +00:00
Slava Pestov
7b470868c1
integers support sequence protocol, remove count, project, project-with, remove zip, clean up a lot of code
2005-07-25 21:13:35 +00:00
Slava Pestov
1d7b548386
inspector shows delegate slots
2005-07-25 03:58:29 +00:00
Slava Pestov
a7e713764f
improved inspector with slot links
2005-07-25 03:09:43 +00:00
Slava Pestov
b0ecd948ce
using 2each in some places instead of zip [ uncons ... ] each
2005-07-25 02:59:23 +00:00
Slava Pestov
b547a0c224
2each combinator, minor improvements to inspector and fep
2005-07-25 02:44:33 +00:00
Slava Pestov
678e18859b
fix multi-shot callcc1 problem
2005-07-25 00:17:51 +00:00
Slava Pestov
50eeb1db28
handbook updates, HTML-format changelog
2005-07-22 01:43:37 +00:00
Slava Pestov
91d638450d
string-compare ==> lexi, string> ==> lexi>
2005-07-19 08:23:33 +00:00