pforth/.git
2018-04-25 Phil BurkMerge pull request #47 from philburk/ignorevs
2018-04-25 Phil BurkDelete Windows vs2005 build because the git repo was...
2018-04-25 Phil BurkMerge pull request #44 from philburk/fix_11_off_t
2018-04-24 Phil BurkMake FILE-SIZE more consistent with FILE-POSITION.
2018-04-22 Phil Burkpforth: use long for off_t
2018-04-15 Phil BurkMerge pull request #45 from linuxuser27/support2017
2018-04-15 arrAddress compiler warnings
2018-04-15 arrAdd support for vs2017 and update .gitignore to ignore...
2018-03-25 Phil BurkReplace off_t with file_offset_t
2018-03-18 Phil BurkMerge pull request #43 from philburk/ticket_39_qm
2018-03-18 Phil Burkadded ? word as a convenience
2018-03-17 Phil BurkMerge pull request #41 from letoh/fix-linux-build-2
2018-03-12 letohFixes #40: add _DEFAULT_SOURCE back for Linux build
2017-01-16 Phil BurkMerge pull request #36 from ellerh/resize-file-limit
2017-01-12 Phil BurkMerge pull request #35 from ellerh/implement-require
2017-01-12 Phil BurkMerge pull request #34 from ellerh/implement-file-status
2017-01-08 Helmut EllerRename files t_required-helperX to t_required_helperX
2017-01-08 Helmut EllerConsistently return x=0.
2017-01-08 Helmut EllerThis introduces a RESIZE-FILE-LIMIT
2017-01-05 Helmut EllerSimplify
2017-01-05 Helmut EllerImplement REQUIRE (Forth 2012)
2017-01-05 Helmut EllerImplement FILE-STATUS
2017-01-05 Phil BurkMerge pull request #33 from ellerh/implement-resize...
2017-01-04 Phil BurkMerge pull request #32 from ellerh/multi-line-comment
2017-01-03 Helmut EllerImplement RESIZE-FILE
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 Phil BurkMerge pull request #27 from philburk/add-gitignore
2017-01-01 Phil BurkAdd .gitignore to prevent unix build files from getting...
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-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.
next