pforth/.git
2019-06-15 Phil BurkMerge pull request #64 from stutonk/header_size_fix
2019-06-13 stutonkCorrect definition of PF_DEFAULT_HEADER_SIZE
2019-05-29 Phil BurkMerge pull request #63 from philburk/removedebug
2019-05-29 Phil Burkc_struct: remove debug statements
2019-05-27 Phil BurkMerge pull request #62 from philburk/codesize
2019-05-27 Phil Burkpforth: allow header and code size to be controlled
2019-05-26 Phil BurkMerge pull request #61 from philburk/docansi
2019-05-26 Phil Burkhistory: document ANSI escape sequences used
2019-05-25 Phil BurkMerge pull request #60 from philburk/usefromjuce
2019-05-25 Phil Burkhmsl: support EOT to force BYE
2019-05-20 Phil Burkpforth: use extern "C" for IO functions
2019-05-19 Phil BurkMerge pull request #59 from philburk/build64
2019-05-19 Phil BurkMerge branch 'master' into build64
2019-05-19 Phil Burkpforth: improve 64-bit support
2018-05-03 Phil BurkMerge pull request #50 from linuxuser27/win64_warnings
2018-05-02 arrReview feedback on types
2018-04-28 arrThe MSVC x86_64 compiler defines long as 32-bits.
2018-04-28 arrAddress various compiler warnings about precision loss
2018-04-28 arrUpdate VS solution to support 64-bit build
2018-04-25 Phil BurkMerge pull request #49 from philburk/v28
2018-04-25 Phil Burkfix date
2018-04-25 Phil BurkBump to V28
2018-04-25 Phil BurkMerge pull request #48 from philburk/fixbye
2018-04-25 Phil BurkAdd CR to BYE
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
next