Commit Graph

1195 Commits (1bb4485a5857e9877d8f24fd8853e8f11e01117c)

Author SHA1 Message Date
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
Chris Double 97073b654f misc. refactorings. added onchange attribute. Various refactorings. 2004-08-01 22:27:30 +00:00
Chris Double f4bed8c0f3 added select and option elements to cont-html 2004-08-01 22:26:53 +00:00
Chris Double 7b0adf3072 reorganise loader file 2004-08-01 22:26:30 +00:00
Chris Double 722a8f888c added live search facility for words to eval-responder 2004-08-01 22:26:07 +00:00
Chris Double a91cda2e8f move button to cont-utils 2004-08-01 22:25:40 +00:00
Chris Double 109559a1ae added colspan attribute to cont-html 2004-08-01 22:25:17 +00:00
Chris Double 78ff8782d7 seperate out javascript code into an include rather than incline for
ive-updater
2004-08-01 22:24:42 +00:00
Chris Double e16bdb46d2 seperate out javascript code into an include rather than inline for
live-updater
2004-08-01 22:24:17 +00:00
Chris Double 431618aea0 factor out reusable code from live-updater-responder and put in
live-updater
2004-08-01 22:23:38 +00:00
Chris Double f7bda63625 tidy up live-updater responder 2004-08-01 22:23:06 +00:00
Slava Pestov ccdbccc139 it boots! 2004-07-31 20:11:30 +00:00
Slava Pestov de95f233de some progress towards self hosting 2004-07-31 18:58:16 +00:00
Slava Pestov 303749e336 various minor improvements 2004-07-30 20:22:20 +00:00
Slava Pestov 62c6e5ac02 progress on self hosting 2004-07-30 06:44:12 +00:00
Slava Pestov f7ed302b47 working on native image output 2004-07-29 21:18:41 +00:00
Slava Pestov 51cdcd9f3c remove .marks file 2004-07-28 23:03:22 +00:00
Slava Pestov 5542602156 working on 64-bit fake 'bignums' 2004-07-28 23:02:24 +00:00
Chris Double 26aada47ee Added live update example. 2004-07-28 21:54:24 +00:00