8d5ffb360bnative factor successfully cross compiles a new image
Slava Pestov
2004-08-03 06:08:11 +0000
4a562eb0c9cont-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).
Chris Double
2004-08-02 21:35:22 +0000
62c349a356made browser columns fixed width
Chris Double
2004-08-02 21:34:46 +0000
82e1321e22added width attribute
Chris Double
2004-08-02 21:34:21 +0000
5973009ed1label browser column headings
Chris Double
2004-08-02 21:33:58 +0000
5503ce06ceadd ability to change todo password
Chris Double
2004-08-02 21:33:35 +0000
ed63d91759some more bootstrapping fixes
Slava Pestov
2004-08-01 23:26:43 +0000
df455b5de8Added edit functionality and styling to todo application
Chris Double
2004-08-01 22:30:47 +0000
616f2bd2d9added link element, rel attribute for styled-page.
Chris Double
2004-08-01 22:30:22 +0000
13bcbfd465Add vm statistics to browser
Chris Double
2004-08-01 22:29:51 +0000
be47ff8672make browser editing optional
Chris Double
2004-08-01 22:29:32 +0000
ac0e0432a0add editing functionality to browser
Chris Double
2004-08-01 22:29:11 +0000
c72246ceddPost 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.
Chris Double
2004-08-01 22:28:50 +0000
7c0ae6a136added first cut of browser code
Chris Double
2004-08-01 22:28:17 +0000
97073b654fmisc. refactorings. added onchange attribute. Various refactorings.
Chris Double
2004-08-01 22:27:30 +0000
f4bed8c0f3added select and option elements to cont-html
Chris Double
2004-08-01 22:26:53 +0000
7b0adf3072reorganise loader file
Chris Double
2004-08-01 22:26:30 +0000
722a8f888cadded live search facility for words to eval-responder
Chris Double
2004-08-01 22:26:07 +0000
a91cda2e8fmove button to cont-utils
Chris Double
2004-08-01 22:25:40 +0000
109559a1aeadded colspan attribute to cont-html
Chris Double
2004-08-01 22:25:17 +0000
78ff8782d7seperate out javascript code into an include rather than incline for ive-updater
Chris Double
2004-08-01 22:24:42 +0000
e16bdb46d2seperate out javascript code into an include rather than inline for live-updater
Chris Double
2004-08-01 22:24:17 +0000
431618aea0factor out reusable code from live-updater-responder and put in live-updater
Chris Double
2004-08-01 22:23:38 +0000
f7bda63625tidy up live-updater responder
Chris Double
2004-08-01 22:23:06 +0000
6480e75db6add focus setting to eval-responder. added accesskey attribute. clean up eval-responder user interface. Added history display. Added ability to click history and callstack . entries and have them added to the evaluator textarea. Various code . tidyups.. added style and valign attributes. add html layout routines. add onclick attribute. added id attribute to cont-html.
Chris Double
2004-07-26 21:48:58 +0000
8f3ba5b97eUse str-lexi> for sorting priorities. This allows alphanumeric characters as a priority and prevents errors in that case.
Chris Double
2004-07-26 04:00:56 +0000
5c664feeedMade the eval textarea bigger.
Chris Double
2004-07-26 02:28:11 +0000
905f658551added rows and cols attributes.
Chris Double
2004-07-26 02:27:48 +0000
cb918db171Add style to factor output allowing "see", etc to be hyperlinked.
Chris Double
2004-07-26 00:47:15 +0000
d591e6187bAdd file containing common routines for continuation based httpd responders.
Chris Double
2004-07-25 22:35:51 +0000
bdf0a68a81Added load.factor to provide words for loading cont-responder files for testing.
Chris Double
2004-07-25 22:34:40 +0000
dafe413349add th tag and border= attribute to cont-html. change loader to optionally load in thread. multiline post requests now work. Removed usage of regular expresions . and parse post requests using string functions instead. add eval-responder example. added eval-responder to loader. Added cont-utils.factor. This contains commonly used higher level words for continuation based responders. Modified the todo-example to use these words, removing those it had with similar functionality. Change load.factor to use different words for running the files.
Chris Double
2004-07-25 22:31:25 +0000
b8f516ab2cworking on native I/O
Slava Pestov
2004-07-24 21:37:42 +0000
8b8b770a96run-file works again
Slava Pestov
2004-07-24 19:11:55 +0000
425053131cworking on native i/o
Slava Pestov
2004-07-24 04:54:57 +0000
d13403458epreliminary native support for network sockets
Slava Pestov
2004-07-24 00:35:13 +0000
a545665c7fstarted server sockets for native factor
Slava Pestov
2004-07-23 22:52:08 +0000
253ce9cc1aCHAR: notation for literal chars, native parser work
Slava Pestov
2004-07-22 23:48:50 +0000
04880642c7making todo list more complete Fixed security issue if user entered certain characters in username field. Added 'mark complete' Added 'delete item' Refactored into smaller words. refactoring of registration form in todo list show now returns a namespace open html words were acting like closed words and generating a close tag. This is fixed in this patch. convert table writes to use table word.
Chris Double
2004-07-22 22:04:53 +0000
e0e9e5af20got [ a | b ] form working in native factor
Slava Pestov
2004-07-22 02:45:43 +0000
173963d438work on native factor, httpd now uses catch
Slava Pestov
2004-07-21 23:26:41 +0000
a90e22cd52Added todo list cont-responder example.
Chris Double
2004-07-21 23:22:35 +0000
b1ff1f41f5Added continuation based httpd responder.
Chris Double
2004-07-21 23:21:22 +0000
f2b186ffc7some cleanup of run-file
Slava Pestov
2004-07-20 06:59:32 +0000
2d778fb77fnegative numbers in native factor and other fixes
Slava Pestov
2004-07-19 21:36:20 +0000
88e3ea7ab4removed factor db
Slava Pestov
2004-07-19 20:10:18 +0000
cb758942aanative factor can now parse most source files that comprise it
Slava Pestov
2004-07-19 04:34:03 +0000