Merge pull request #32 from ellerh/multi-line-comment
[pforth] / fth /
2017-01-04 Phil BurkMerge pull request #32 from ellerh/multi-line-comment
2017-01-03 Helmut EllerMinor tweaks
2017-01-02 Helmut EllerAdd support for multi-line ( comments
2017-01-02 Phil BurkMerge pull request #31 from ellerh/implement-rename...
2017-01-02 Helmut EllerImprovements from review
2017-01-02 Helmut EllerImplement RENAME-FILE
2017-01-02 Phil BurkMerge pull request #30 from ellerh/implement-flush...
2017-01-02 Phil BurkMerge pull request #29 from ellerh/fix-save-input
2017-01-02 Helmut EllerImplement FLUSH-FILE
2017-01-02 Helmut EllerFix SAVE-INPUT
2017-01-01 Phil BurkMerge pull request #28 from philburk/fixdevid
2017-01-01 Phil BurkChange Devid to David in copyright statements.
2017-01-01 Phil BurkMerge pull request #26 from ellerh/implement-read-line
2017-01-01 Helmut EllerSome changes based on feedback.
2017-01-01 Helmut EllerIndent with 4 spaces
2017-01-01 Helmut EllerImplement READ-LINE and WRITE-LINE
2016-12-31 Phil BurkMerge pull request #25 from ellerh/implement-save-input
2016-12-31 Helmut EllerUse 4 spaces for indentation.
2016-12-27 Helmut EllerImplement SAVE-INPUT and RESTORE-INPUT
2016-12-27 Phil BurkMerge pull request #24 from ellerh/implement-environmen...
2016-12-26 Helmut EllerList missing query strings in comment
2016-12-25 Helmut EllerImplement ENVIRONMENT?
2016-12-24 Phil BurkMerge pull request #22 from ellerh/implement-included
2016-12-23 Phil BurkMerge pull request #23 from ellerh/forth2012-number...
2016-12-21 Helmut EllerUse C version of LWORD in INTERPRET
2016-12-21 Helmut EllerRevert last commit.
2016-12-21 Helmut EllerDefine backward compatible version of WORD
2016-12-19 Helmut EllerRecognize Forth 2012 number syntax
2016-12-19 Phil BurkMerge pull request #21 from ellerh/fix-+loop
2016-12-18 Helmut EllerImplememnt standard word INCLUDED
2016-12-18 Helmut EllerFix +loop on 64-bit machines
2016-04-27 Phil BurkMerge pull request #14 from philburk/fixwhite
2016-04-27 Phil BurkFix white spaces.
2015-12-27 Phil BurkMerge pull request #13 from philburk/fixrom
2015-12-27 Phil BurkFix $ROM
2015-07-25 Phil BurkMerge pull request #10 from philburk/fix-history
2015-07-25 Phil BurkFix auto.term in history
2012-06-08 burkphilSuppress CR in quiet mode, patch by Derek Fawcus.
2011-12-06 burkphilChange throw code for abort quote from -1 to -2.
2010-11-30 burkphilFrom Aleksej,
2010-11-23 burkphilAdd MINGW suport.
2010-08-26 phil@softsynth.comFix inconsistent line endings. Thanks Aleksej.
2010-08-23 phil@softsynth.comFix REPOSITION-FILE, HISTORY, locked file handle and...
2010-05-20 phil@softsynth.comV25 with 64-bit support
2009-10-08 phil@softsynth.comAdd -m32 and -x c to Makefile for 64-bit Snow Leopard.
2009-02-20 phil@softsynth.comFixed POSIX IO, (ACCEPT) now emits SPACE at end of...
2008-07-21 phil@softsynth.comInitial import.