jonesforth.git
2009-09-11 richVersion 47 master
2009-09-11 richFix ROT/-ROT (Ian Osgood).
2007-10-22 richFix test_read_file so it reads its own output (which...
2007-10-12 richDocumentation.
2007-10-12 richFix perf_dupdrop forth test.
2007-10-12 richTip on dumping out the latest word.
2007-10-11 richWrote code to do performance comparisons.
2007-10-11 richTest assembler & INLINE
2007-10-11 richBasic stack tests
2007-10-11 richINLINE assembly
2007-10-11 richImplement 2DROP, 2DUP, 2SWAP as asm primitives.
2007-10-10 richAssembly code.
2007-10-07 richRestructure Makefile to add automated tests.
2007-09-30 richFix CLOSE
2007-09-29 rich'SPACE' -> BL (standard FORTH word)
2007-09-29 richAdded O_* constants for open(2) syscall
2007-09-29 richLinux system calls added and SYSEXIT removed.
2007-09-29 richAdded headings, fixed CELLS, DOES>, C strings, environment
2007-09-29 richUpdate version
2007-09-29 richAdd some dummy args for testing
2007-09-28 richWhitespace changes to make the comments more obvious
2007-09-28 richFix last EXIT in SEE
2007-09-28 richAdded ?DUP
2007-09-27 richPartially working version of SEE
2007-09-26 richVersion 35 for release.
2007-09-26 richJust comment updates
2007-09-26 richJust comment updates
2007-09-26 richVersion 32.
2007-09-25 richRename @b -> C@ etc.
2007-09-25 rich/MOD as primitive to replace / and MOD
2007-09-25 richAdd 'make remote' rule for building on oirase.
2007-09-25 richComment changes.
2007-09-24 richThis gets S" and ." right.
2007-09-24 richSplit into two files.
2007-09-24 richMinor text change
2007-09-23 richStrangeness in Squote definition.
2007-09-23 richNew DOT function, BASE, DECIMAL, HEX, WITHIN, TO+,...
2007-09-23 richID. and WORDS
2007-09-23 richID. and WORDS
2007-09-23 richVersion 22 -- still debugging ID. word
2007-09-23 richAdded link to another tutorial, and tiny change in...
2007-09-15 richLots of typos fixed.
2007-09-08 richSome doc updates.
2007-09-08 richAdded JONESFORTH VERSION ... when starting up.
2007-09-08 richLots of documentation fixes, and minor tweaks.
2007-09-08 richFixed a few typos.
2007-09-08 richPD release.
2007-09-08 richFinished documentation
2007-09-08 richMore documentation.
2007-09-08 richMore documentation.
2007-09-08 richInput and output, dictionaries, compiling.
2007-09-08 richMore docs
2007-09-08 richDocument macros.
2007-09-08 richReturn stack, DOCOL
2007-09-08 richIndirect threaded code
2007-09-08 richThe header.
2007-09-08 richStarted writing.
2007-09-07 richFix the flags to ADDSTORE, SUBSTORE and fix dot-quote...
2007-09-07 richsomeTIMES
2007-09-07 richALLOT, +!, -!
2007-09-06 richAdded FORTH interpreter and older versions.