pforth/.git
9 years agoMerge pull request #1 from philburk/fix-readme
Phil Burk [Wed, 24 Dec 2014 02:21:27 +0000 (18:21 -0800)]
Merge pull request #1 from philburk/fix-readme

Fix readme

9 years ago[readme] Updated readme.txt to reflect new home on GitHub
Phil Burk [Wed, 24 Dec 2014 02:08:15 +0000 (18:08 -0800)]
[readme] Updated readme.txt to reflect new home on GitHub

Signed-off-by: Phil Burk <philburk@mobileer.com>
9 years ago[readme] Updated readme.txt to reflect new home on GitHub
Phil Burk [Wed, 24 Dec 2014 02:08:15 +0000 (18:08 -0800)]
[readme] Updated readme.txt to reflect new home on GitHub

Signed-off-by: Phil Burk <philburk@mobileer.com>
10 years agoFix floating point conversion and printing.
burkphil [Tue, 13 Aug 2013 15:41:07 +0000 (15:41 +0000)]
Fix floating point conversion and printing.

D>F and F>D were broken for 64-bit versions of Forth.
A fix was proposed by Denis Bernard. Thanks Denis.

11 years agoRemove trailing white space.
burkphil [Sat, 23 Mar 2013 05:53:29 +0000 (05:53 +0000)]
Remove trailing white space.
Fix link in readme.txt

11 years agoSuppress CR in quiet mode, patch by Derek Fawcus.
burkphil [Fri, 8 Jun 2012 17:50:20 +0000 (17:50 +0000)]
Suppress CR in quiet mode, patch by Derek Fawcus.
Delete extra trace.fth file.
Fix some comments in t_floats.fth.

12 years agoChange throw code for abort quote from -1 to -2.
burkphil [Tue, 6 Dec 2011 18:57:15 +0000 (18:57 +0000)]
Change throw code for abort quote from -1 to -2.

13 years agoFrom Aleksej,
burkphil [Tue, 30 Nov 2010 03:14:21 +0000 (03:14 +0000)]
From Aleksej,

Separate building of binary dictionary image
and C source (inlined) dictionary image.

Make CPPFLAGS, CFLAGS, LDFLAGS semantics more traditional.
XCPPFLAGS, XCFLAGS, XLDFLAGS contain "extension" flags now,
resetting them to empty values effects in building of bare pForth
without FPN support, optimisations and other features.

Declare phony (non-material) targets as suggested by standards.

Use parameters where names were hardcoded.

13 years agoAdd MINGW suport.
burkphil [Tue, 23 Nov 2010 19:26:21 +0000 (19:26 +0000)]
Add MINGW suport.
Change 32 to BL.

13 years agoremove scribbled text from unit test
burkphil [Sun, 21 Nov 2010 22:21:54 +0000 (22:21 +0000)]
remove scribbled text from unit test

13 years agoAdd support for WATCOMC
burkphil [Sun, 21 Nov 2010 19:11:30 +0000 (19:11 +0000)]
Add support for WATCOMC
Add size checks for C to Forth string conversion

13 years agoImprove Makefile to make it more standard and so that
phil@softsynth.com [Fri, 27 Aug 2010 17:50:07 +0000 (17:50 +0000)]
Improve Makefile to make it more standard and so that
everything is built in current directory (where make tool is invoked),
it relies only on one feature not guaranteed by POSIX/SUS, VPATH
(present in BSD and GNU Make), and it provides conventional variables to
provide compiler (CC), compiler flags (CFLAGS), preprocessor flags (CPPFLAGS),
linker flags (LDFLAGS), and additional libraries and objects to link to (LDADD).

Thanks to Aleksej for this mod.

13 years agoFix inconsistent line endings. Thanks Aleksej.
phil@softsynth.com [Thu, 26 Aug 2010 22:02:31 +0000 (22:02 +0000)]
Fix inconsistent line endings. Thanks Aleksej.

13 years agoFixed lots of warning and made code compatible with C89 and ANSI with -pedantic.
phil@softsynth.com [Thu, 26 Aug 2010 02:07:37 +0000 (02:07 +0000)]
Fixed lots of warning and made code compatible with C89 and ANSI with -pedantic.
Use fseek and ftell on WIN32 instead of fseeko and ftello.

13 years agoFix REPOSITION-FILE, HISTORY, locked file handle and other problems.
phil@softsynth.com [Mon, 23 Aug 2010 21:32:46 +0000 (21:32 +0000)]
Fix REPOSITION-FILE, HISTORY, locked file handle and other problems.

13 years agoFix FILE-POSITION REPOSITION-FILE and FILE-SIZE. Now use double precision offsets.
phil@softsynth.com [Sun, 1 Aug 2010 21:41:34 +0000 (21:41 +0000)]
Fix FILE-POSITION REPOSITION-FILE and FILE-SIZE. Now use double precision offsets.

13 years agoAdd support for DELETE-FILE from Aleksej.
phil@softsynth.com [Sun, 1 Aug 2010 20:38:49 +0000 (20:38 +0000)]
Add support for DELETE-FILE from Aleksej.

13 years agoAdd patch from Aleksej for 64 bit cells on 32 bit system.
phil@softsynth.com [Mon, 5 Jul 2010 22:52:35 +0000 (22:52 +0000)]
Add patch from Aleksej for 64 bit cells on 32 bit system.

13 years agofixes for M* and UM* from Aleksej
phil@softsynth.com [Thu, 20 May 2010 18:33:14 +0000 (18:33 +0000)]
fixes for M* and UM* from Aleksej

13 years agoV25 with 64-bit support
phil@softsynth.com [Thu, 20 May 2010 00:15:20 +0000 (00:15 +0000)]
V25 with 64-bit support

14 years agoAdd -m32 and -x c to Makefile for 64-bit Snow Leopard.
phil@softsynth.com [Thu, 8 Oct 2009 20:36:22 +0000 (20:36 +0000)]
Add -m32 and   -x c  to Makefile for 64-bit Snow Leopard.

15 years agoFix build of posix io on sun.
phil@softsynth.com [Tue, 17 Mar 2009 22:40:47 +0000 (22:40 +0000)]
Fix build of posix io on sun.

15 years agoFix Saushev spelling, allow space after -d, restore tty mode after dic loading error.
phil@softsynth.com [Mon, 16 Mar 2009 01:42:33 +0000 (01:42 +0000)]
Fix Saushev spelling, allow space after -d, restore tty mode after dic loading error.

15 years agoFixed POSIX IO, (ACCEPT) now emits SPACE at end of line.
phil@softsynth.com [Fri, 20 Feb 2009 18:38:25 +0000 (18:38 +0000)]
Fixed POSIX IO, (ACCEPT) now emits SPACE at end of line.

15 years agoFix cell increment error in RESIZE
phil@softsynth.com [Wed, 18 Feb 2009 17:59:02 +0000 (17:59 +0000)]
Fix cell increment error in RESIZE

15 years agoDocumented change to Makefile.
phil@softsynth.com [Mon, 4 Aug 2008 17:41:23 +0000 (17:41 +0000)]
Documented change to Makefile.

15 years agoRemoved -v from second mkdir.
phil@softsynth.com [Mon, 4 Aug 2008 17:36:41 +0000 (17:36 +0000)]
Removed -v from second mkdir.

15 years agoRemove -v option from mkdir for compatibility with FreeBSD.
phil@softsynth.com [Mon, 4 Aug 2008 17:35:25 +0000 (17:35 +0000)]
Remove -v option from mkdir for compatibility with FreeBSD.

15 years agoRemove debug statement.
phil@softsynth.com [Mon, 21 Jul 2008 22:26:04 +0000 (22:26 +0000)]
Remove debug statement.

15 years agoRemove stale pfdicdat.h
phil@softsynth.com [Mon, 21 Jul 2008 21:04:50 +0000 (21:04 +0000)]
Remove stale pfdicdat.h

15 years agoUpdated Makefile for Mac OS X
phil@softsynth.com [Mon, 21 Jul 2008 20:56:40 +0000 (20:56 +0000)]
Updated Makefile for Mac OS X

15 years agoFix create-file for Mac OS X so that SDAD will work. The r/w fam now maps to "w+...
phil@softsynth.com [Mon, 21 Jul 2008 20:50:31 +0000 (20:50 +0000)]
Fix create-file for Mac OS X so that SDAD will work. The r/w fam now maps to "w+" mode.

15 years agoInitial import.
phil@softsynth.com [Mon, 21 Jul 2008 02:58:11 +0000 (02:58 +0000)]
Initial import.