debian/pforth
2023-01-02 Phil BurkUpdate release notes for v2.0.0 master
2023-01-01 Phil BurkAdd VERSION_CODE and print normal version
2023-01-01 Phil BurkZero initialize BYE-CODE (#139)
2023-01-01 Phil BurkReturn error code from tests (#137)
2022-12-12 Phil BurkChange tests for S" (#133)
2022-12-12 Phil BurkAdd CR to tick (#132)
2022-12-05 Phil BurkAdd ANS structure support (#128)
2022-12-04 Phil BurkAdd [DEFINED] and [UNDEFINED] (#127)
2022-11-27 Phil BurkImplement (MSEC) using usleep() (#125)
2022-11-27 Phil BurkUpdate release notes (#124)
2022-11-27 Phil BurkDelete readme.txt
2022-11-27 Phil Burktweak README
2022-11-27 Phil BurkUpdated README with better build info
2022-11-27 Phil BurkChange True to true in Makefile (#123)
2022-11-26 Phil BurkMakefile now handles spaces in the path (#122)
2022-11-25 Phil BurkAvoid including csrc/pfdicdat.h (#120)
2022-11-19 Phil BurkWORDS no longer shows SMUDGED words
2022-11-19 Phil BurkAdd pforthdic Makefile target
2022-04-04 jpellegriniMake sure terminal output is unbuffered on POSIX system...
2022-02-21 Phil BurkAdd MAP.FILENAME for HMSL ASSIGNS (#108)
2021-11-29 Phil Burkadd s\" (#105)
2021-11-29 Phil Burktest: show test output (#104)
2021-11-29 Phil BurkAdd GitHub Action to build and test (#102)
2021-10-31 Phil Burkpforth: fix FROUND (#101)
2021-10-31 Phil Burkcmake: add float support (#100)
2021-10-31 Phil Burkcmake: add cmake support (#92)
2021-03-14 Max BarracloughAdd definition of 2CONSTANT
2021-02-21 Phil Burkmove build folder to platforms
2021-02-21 Phil Burkcsrc: fix stack diagram for BIN
2020-12-28 Tim Gatesdocs: fix simple typo, complier -> compiler
2020-09-13 Phil BurkMerge pull request #75 from SeekingMeaning/0BSD
2020-09-13 Phil BurkMerge pull request #80 from letoh/use-pattern-rules
2020-09-13 Phil BurkMerge pull request #79 from philburk/fix20
2020-09-13 Phil Burktest the compile time behavior of a VALUE
2020-09-09 letohuse pattern rules instead of suffix rules in the Makefile
2020-09-06 Phil BurkSimplify VALUE
2020-09-05 Phil BurkMerge pull request #77 from philburk/privatize
2020-09-05 Phil BurkAdd PRIVATIZE to history.fth
2020-07-02 Seekerrelicense to 0BSD
2020-02-13 Phil BurkMerge pull request #71 from frankpolte/master
2020-02-13 Frank Poltefixes mixed declarations and code
2019-11-05 Phil BurkMerge pull request #70 from philburk/ignoreds
2019-11-05 Phil Burkgitignore DS_Store and pforth.dic
2019-07-04 Phil BurkMerge pull request #66 from robdaemon/ataritos
2019-07-04 Robert RolandAdding Atari TOS support
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...
next