aboutsummaryrefslogtreecommitdiff
path: root/forth/bootstrap
AgeCommit message (Expand)AuthorFilesLines
2016-08-26bootstrap.fs: add 4+ word to bootstrap dictionaryMark Cave-Ayland1-0/+1
2016-07-17interpreter.fs: allow evaluate to split words on CR as well as LFCormac O'Brien1-1/+1
2016-07-17interpreter.fs: don't clobber stack across evaluate strings split on newlinesMark Cave-Ayland1-0/+2
2013-07-27bootstrap.fs: add debug-type and debug-cr wordsMark Cave-Ayland1-0/+2
2012-12-07Redefine "to" word in device.fs to allow the current package to be set like a...Mark Cave-Ayland1-4/+8
2012-11-23Implementation of Forth local variables for OpenBIOS.Mark Cave-Ayland1-0/+13
2010-10-17Fix up the new 2>r, 2r> and 2r@ words.Mark Cave-Ayland1-3/+3
2010-10-16Add Forth words 2>r, 2r> and 2r@ as described in the ANSI Forth core extensio...Mark Cave-Ayland1-0/+11
2010-10-03Implement the "to" Forth word for setting defers. This enables OpenSolaris to...Mark Cave-Ayland1-0/+7
2010-06-28Fix up parse word so that it can correctly handle empty arguments and (encode...Mark Cave-Ayland1-0/+5
2010-04-30Move the temporary compilation buffer into dictionary space. This prevent spu...Mark Cave-Ayland1-1/+1
2009-12-09Revert r638, apply previous patch to extend control flow stack items to 2 dat...Mark Cave-Ayland1-38/+57
2009-12-03Fix backwards Fcode branches (bbranch and b?branch). Mark Cave-Ayland1-0/+13
2009-11-17This patch replaces the string definitions in nvram.fs by the Stefan Reinauer1-8/+1
2009-11-15Reworked version of Forth Source debugger (Mark Cave-Ayland)Blue Swirl1-1/+3
2009-08-29Implement "$=" to compare two strings (needed by BootX)Laurent Vivier1-0/+14
2009-07-12Minor tweaks to dump word output (Mark Cave-Ayland)Blue Swirl1-1/+2
2009-06-06Don't add padding spaces when evaluating headerless words (Mark Cave-Ayland)Blue Swirl1-1/+8
2009-05-24Fix b(case)...b(of)...b(endof)...b(endcase) (Mark Cave-Ayland)Blue Swirl1-3/+3
2009-05-22forth: add more pocketsIgor Kovalenko1-3/+4
2009-05-22Fix b(do) ... b(leaves) ... b(loop)/b(+loop) (Mark Cave-Ayland)Blue Swirl1-3/+3
2008-12-13Remove unnecessary trailing newlinesBlue Swirl3-6/+0
2008-08-30Fix pad alignmentBlue Swirl1-1/+1
2006-06-05small fixes/enhancements for solarisStefan Reinauer1-0/+1
2006-04-26initial import of openbios--main--1.0--patch-26Stefan Reinauer7-0/+3071