slava
|
97a5436c61
|
New code-gc primitive
|
2006-09-26 23:00:41 +00:00 |
slava
|
39d363f265
|
Runtime code cleanups, implemented mark and sweep code GC
|
2006-09-26 22:44:18 +00:00 |
slava
|
2196f3721b
|
Fix room.
|
2006-09-26 05:08:05 +00:00 |
slava
|
03f625cea1
|
Some cleanups to start 0.84
|
2006-07-28 07:54:46 +00:00 |
slava
|
4297d2b4f2
|
More flexible tabular output, grid/frame fixes
|
2006-06-17 20:51:44 +00:00 |
slava
|
e034305fce
|
Doc updates, minor cleanups, Porter stemmer algorithm ported from CL for upcoming full text search engine
|
2006-06-11 20:16:45 +00:00 |
slava
|
80ec90d65d
|
crossref bug fix, remove 'references' word since its almost useless
|
2006-06-10 05:30:16 +00:00 |
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
|
fa27b545d7
|
Bug fixes
|
2006-06-04 20:20:40 +00:00 |
slava
|
2fb1c3ffbb
|
Documentation updates
|
2006-06-04 19:35:00 +00:00 |
slava
|
13f392737e
|
Save window positions, re-arrange source tree a bit
|
2006-05-27 21:39:38 +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
|
d9a341003c
|
Bootstrap fix
|
2006-03-28 04:03:25 +00:00 |
slava
|
6a9e67a4bc
|
Tool documentation
|
2006-03-25 06:06:52 +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
|
e55a401791
|
standard-combination now takes a dispatch position not a picker
|
2006-02-25 06:47:35 +00:00 |
Slava Pestov
|
8569427c4e
|
added a zero? word
|
2006-01-28 20:49:31 +00:00 |
Slava Pestov
|
808c7a7f57
|
collections chapter almost done
|
2006-01-02 05:51:03 +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
|
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
|
850d040b65
|
fix bootstrap failure
|
2005-10-01 05:44:49 +00:00 |
Slava Pestov
|
c4cec1321c
|
rename ifte to if
|
2005-09-24 19:21:17 +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
|
8af5e755c6
|
add 1+ 1- words and other tweaks
|
2005-09-17 02:47:28 +00:00 |
Slava Pestov
|
bf5d88b649
|
changes to continuation words
|
2005-09-14 04:37:50 +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
|
45109c1a0a
|
major cleanup
|
2005-08-25 19:27:38 +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
|
c8eacd7b0b
|
major bootstrap cleanup
|
2005-08-20 01:46:12 +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
|
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
|
b0ecd948ce
|
using 2each in some places instead of zip [ uncons ... ] each
|
2005-07-25 02:59:23 +00:00 |
Slava Pestov
|
91d638450d
|
string-compare ==> lexi, string> ==> lexi>
|
2005-07-19 08:23:33 +00:00 |
Slava Pestov
|
f1b23d66b7
|
merged streams, stdio and files into io vocabulary
|
2005-06-19 21:50:35 +00:00 |
Slava Pestov
|
0bc6efa33b
|
float parameters working on OS X
|
2005-06-16 03:27:28 +00:00 |
Slava Pestov
|
fdcf721857
|
working on the compiler
|
2005-05-16 01:17:56 +00:00 |
Slava Pestov
|
055d116310
|
generational GC work
|
2005-05-12 05:02:39 +00:00 |
Slava Pestov
|
ef2670ba05
|
update room primitive for gengc
|
2005-05-11 04:52:27 +00:00 |
Slava Pestov
|
056af41552
|
more generational GC work
|
2005-05-11 04:43:52 +00:00 |
Slava Pestov
|
a4579c38b5
|
Unix socket fix, minor UI fixes
|
2005-04-30 18:27:40 +00:00 |