history: document ANSI escape sequences used
[pforth] / csrc /
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-25 Phil BurkMerge pull request #49 from philburk/v28
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 #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-03-25 Phil BurkReplace off_t with file_offset_t
2017-01-16 Phil BurkMerge pull request #36 from ellerh/resize-file-limit
2017-01-08 Helmut EllerThis introduces a RESIZE-FILE-LIMIT
2017-01-05 Phil BurkMerge pull request #33 from ellerh/implement-resize...
2017-01-03 Helmut EllerImplement RESIZE-FILE
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 Helmut EllerImplement FLUSH-FILE
2016-12-31 Phil BurkMerge pull request #25 from ellerh/implement-save-input
2016-12-27 Helmut EllerImplement SAVE-INPUT and RESTORE-INPUT
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-19 Helmut EllerRecognize Forth 2012 number syntax
2016-12-19 Phil BurkMerge pull request #21 from ellerh/fix-+loop
2016-12-18 Helmut EllerFix +loop on 64-bit machines
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-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-02-21 Phil BurkMerge pull request #4 from vuokko/master
2015-02-21 Hannu VuolasahoSample crossbuild makefile
2015-01-31 Phil BurkMerge pull request #3 from avysk/fix-sign
2015-01-30 Alexey Vyskubovallow Read32FromFile to return signed value
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.
2010-11-23 burkphilAdd MINGW suport.
2010-11-21 burkphilremove scribbled text from unit test
2010-11-21 burkphilAdd support for WATCOMC
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-07-21 phil@softsynth.comRemove debug statement.
2008-07-21 phil@softsynth.comRemove stale pfdicdat.h
2008-07-21 phil@softsynth.comFix create-file for Mac OS X so that SDAD will work...
2008-07-21 phil@softsynth.comInitial import.