pforth/.git
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-12-17 Phil BurkMerge pull request #18 from ellerh/travis-script
2016-12-16 Helmut EllerAdd Travis configuration file
2016-12-16 Phil BurkMerge pull request #17 from ellerh/linux-crossbuild...
2016-12-12 Helmut EllerAdd Makefile to cross-compile from Linux to Amiga
2016-12-12 Helmut EllerInstead of hardcoding PF_SEEK_* constants use SEEK_...
2016-12-12 Helmut EllerUse static in definition too, not just in prototype...
2016-05-30 Phil BurkMerge pull request #16 from philburk/winattributes
2016-05-30 Phil Burkgitattributes: add EOL attributes for various file...
2016-04-27 Phil BurkMerge pull request #15 from philburk/round2
2016-04-27 Phil BurkImplement FROUND
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
2015-07-25 Phil BurkMerge pull request #9 from philburk/fix-makefile
2015-07-25 Phil BurkFix Makefile for Mac clang
2015-07-15 Phil BurkMerge pull request #7 from letoh/fix-linux-build
2015-07-15 letohuse _GNU_SOURCE instead of _DEFAULT_SOURCE for older...
2015-02-21 Phil BurkMerge pull request #4 from vuokko/master
2015-02-21 Hannu VuolasahoSample crossbuild makefile
2015-02-21 Hannu VuolasahoMakefile fix for Linux compilation
2015-01-31 Phil BurkMerge pull request #3 from avysk/fix-sign
2015-01-30 Alexey Vyskubovallow Read32FromFile to return signed value
2014-12-24 Phil BurkMerge pull request #1 from philburk/fix-readme
2014-12-24 Phil Burk[readme] Updated readme.txt to reflect new home on...
2014-12-24 Phil Burk[readme] Updated readme.txt to reflect new home on...
2013-08-13 burkphilFix floating point conversion and printing.
2013-03-23 burkphilRemove trailing white space.
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-11-21 burkphilremove scribbled text from unit test
2010-11-21 burkphilAdd support for WATCOMC
2010-08-27 phil@softsynth.comImprove Makefile to make it more standard and so that
2010-08-26 phil@softsynth.comFix inconsistent line endings. Thanks Aleksej.
2010-08-26 phil@softsynth.comFixed lots of warning and made code compatible with...
2010-08-23 phil@softsynth.comFix REPOSITION-FILE, HISTORY, locked file handle and...
2010-08-01 phil@softsynth.comFix FILE-POSITION REPOSITION-FILE and FILE-SIZE. Now...
2010-08-01 phil@softsynth.comAdd support for DELETE-FILE from Aleksej.
2010-07-05 phil@softsynth.comAdd patch from Aleksej for 64 bit cells on 32 bit system.
2010-05-20 phil@softsynth.comfixes for M* and UM* from Aleksej
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-03-17 phil@softsynth.comFix build of posix io on sun.
2009-03-16 phil@softsynth.comFix Saushev spelling, allow space after -d, restore...
2009-02-20 phil@softsynth.comFixed POSIX IO, (ACCEPT) now emits SPACE at end of...
2009-02-18 phil@softsynth.comFix cell increment error in RESIZE
2008-08-04 phil@softsynth.comDocumented change to Makefile.
2008-08-04 phil@softsynth.comRemoved -v from second mkdir.
2008-08-04 phil@softsynth.comRemove -v option from mkdir for compatibility with...
2008-07-21 phil@softsynth.comRemove debug statement.
2008-07-21 phil@softsynth.comRemove stale pfdicdat.h
2008-07-21 phil@softsynth.comUpdated Makefile for Mac OS X
2008-07-21 phil@softsynth.comFix create-file for Mac OS X so that SDAD will work...
2008-07-21 phil@softsynth.comInitial import.