Slava Pestov
ec1533c946
fix jfactor memory leak
2004-08-10 05:38:49 +00:00
Slava Pestov
d3a0945196
fix bigtime gc bug
2004-08-10 04:58:52 +00:00
Slava Pestov
c737ea4379
Factor 0.61
2004-08-10 01:59:47 +00:00
Slava Pestov
3489076404
<namespace> [ ... ] bind ==> [ ... ] with-scope
2004-08-09 01:24:01 +00:00
Slava Pestov
cc96bbb20d
version number fix
2004-08-08 21:29:12 +00:00
Slava Pestov
0620dcc6a5
url-encoding and html vocabularies in native factor, some new unit tests, listener improvements
2004-08-08 21:20:54 +00:00
Slava Pestov
1013a0b268
JVM compiler tests
2004-08-08 06:48:44 +00:00
Slava Pestov
9d91a6a5d4
fix word-of-worddef
2004-08-08 06:37:02 +00:00
Slava Pestov
a01fa83bf3
started sidekick support in jEdit plugin
2004-08-08 06:32:56 +00:00
Chris Double
9f052b3c82
Some changes to get things working in native factor.
2004-08-08 05:29:01 +00:00
Slava Pestov
73d57549f0
missing USE: stdio
2004-08-08 04:30:17 +00:00
Slava Pestov
c5f890f678
missing USE: stdio
2004-08-08 04:29:58 +00:00
Slava Pestov
6431535692
cannot close stdio
2004-08-08 04:27:30 +00:00
Slava Pestov
f4c239a992
forgot jedit metadata
2004-08-08 02:30:33 +00:00
Slava Pestov
273d53fe48
build.xml fix
2004-08-08 02:08:24 +00:00
Slava Pestov
62d8493967
fix some compile warnings
2004-08-07 23:59:54 +00:00
Slava Pestov
ed823f4af9
parse number fix, doc updates, sparc32 fix, big-endian float fix
2004-08-07 22:45:48 +00:00
Slava Pestov
c60caaea46
releasing factor 0.60.10
2004-08-07 00:22:47 +00:00
Slava Pestov
38835c2832
complex numbers in native factor, all of test suite except html and httpd tests runs in native factor
2004-08-06 22:40:44 +00:00
Slava Pestov
26cc9ba32c
more work on jedit plugin
2004-08-06 20:43:40 +00:00
Slava Pestov
0b73b1c864
Factor jEdit plugin!
2004-08-06 06:51:32 +00:00
Slava Pestov
2740c77a10
complex numbers
2004-08-06 00:29:52 +00:00
Slava Pestov
d7eb8e8b2d
floats
2004-08-05 21:33:02 +00:00
Slava Pestov
e45fc3c0f0
first cut at floats
2004-08-05 20:49:55 +00:00
Slava Pestov
3ad0b47e2d
clean up native arithmetic code
2004-08-05 19:18:31 +00:00
Slava Pestov
5207ee8700
devel guide work
2004-08-05 06:36:09 +00:00
Slava Pestov
74dc6c87fd
fix boot order
2004-08-05 03:20:27 +00:00
Slava Pestov
678faa0f41
forgot test.factor
2004-08-05 03:16:14 +00:00
Slava Pestov
fc1d635773
srandomdev no longer used
2004-08-05 03:09:33 +00:00
Slava Pestov
ba77598f0d
ratios
2004-08-05 02:43:58 +00:00
Slava Pestov
faa6913759
random number generation and other goodies
2004-08-04 22:25:29 +00:00
Slava Pestov
f68cc94ee4
working on the test suite
2004-08-04 07:12:55 +00:00
Slava Pestov
1a6b5dea98
oops
2004-08-04 03:50:31 +00:00
Slava Pestov
4d876fdc00
bump version number, add docs to cvs
2004-08-04 03:44:43 +00:00
Slava Pestov
1da7004915
fix native image generation if no word was defined this session
2004-08-04 00:37:42 +00:00
Slava Pestov
076dd4fa43
more fixes
2004-08-04 00:21:43 +00:00
Slava Pestov
8d5ffb360b
native factor successfully cross compiles a new image
2004-08-03 06:08:11 +00:00
Chris Double
4a562eb0c9
cont-html is essentially rewritten to not use a quotation between the
...
opening and closing tags. This actually simplifies the code quite a bit.
The current downside is the the code using the tags is not pretty
printed very well (ie. no indenting).
2004-08-02 21:35:22 +00:00
Chris Double
62c349a356
made browser columns fixed width
2004-08-02 21:34:46 +00:00
Chris Double
82e1321e22
added width attribute
2004-08-02 21:34:21 +00:00
Chris Double
5973009ed1
label browser column headings
2004-08-02 21:33:58 +00:00
Chris Double
5503ce06ce
add ability to change todo password
2004-08-02 21:33:35 +00:00
Slava Pestov
ed63d91759
some more bootstrapping fixes
2004-08-01 23:26:43 +00:00
Chris Double
df455b5de8
Added edit functionality and styling to todo application
2004-08-01 22:30:47 +00:00
Chris Double
616f2bd2d9
added link element, rel attribute for styled-page.
2004-08-01 22:30:22 +00:00
Chris Double
13bcbfd465
Add vm statistics to browser
2004-08-01 22:29:51 +00:00
Chris Double
be47ff8672
make browser editing optional
2004-08-01 22:29:32 +00:00
Chris Double
ac0e0432a0
add editing functionality to browser
2004-08-01 22:29:11 +00:00
Chris Double
c72246cedd
Post requests were being decoded before splitting into an ALIST. This
...
caused problems if the post data contained an '&' or '='. Now the
decoding is done after the splitting. Also added logging of the original
post data and the decoded alist.
2004-08-01 22:28:50 +00:00
Chris Double
7c0ae6a136
added first cut of browser code
2004-08-01 22:28:17 +00:00