]>
git.gag.com Git - debian/pforth/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Phil Burk [Wed, 27 Apr 2016 16:14:49 +0000 (09:14 -0700)]
Implement FROUND
Phil Burk [Wed, 27 Apr 2016 15:56:48 +0000 (08:56 -0700)]
Merge pull request #14 from philburk/fixwhite
Fix white spaces.
Phil Burk [Wed, 27 Apr 2016 15:51:38 +0000 (08:51 -0700)]
Fix white spaces.
Convert tabs to spaces.
Remove trailing whitespaces.
Convert EOL to LF.
No real code changes.
Phil Burk [Sun, 27 Dec 2015 07:33:39 +0000 (23:33 -0800)]
Merge pull request #13 from philburk/fixrom
Fix $ROM
Phil Burk [Sun, 27 Dec 2015 07:31:41 +0000 (23:31 -0800)]
Fix $ROM
Was using DO instead of ?DO
so it failed on index 0.
Phil Burk [Sat, 25 Jul 2015 01:02:21 +0000 (18:02 -0700)]
Merge pull request #10 from philburk/fix-history
Fix auto.term in history
Phil Burk [Sat, 25 Jul 2015 00:50:12 +0000 (17:50 -0700)]
Fix auto.term in history
It was calling auto.init by mistake.
Signed-off-by: Phil Burk <philburk@mobileer.com>
Phil Burk [Sat, 25 Jul 2015 00:58:19 +0000 (17:58 -0700)]
Merge pull request #9 from philburk/fix-makefile
Fix Makefile for Mac clang
Phil Burk [Sat, 25 Jul 2015 00:51:31 +0000 (17:51 -0700)]
Fix Makefile for Mac clang
Signed-off-by: Phil Burk <philburk@mobileer.com>
Phil Burk [Wed, 15 Jul 2015 15:11:51 +0000 (08:11 -0700)]
Merge pull request #7 from letoh/fix-linux-build
Better Linux support
letoh [Wed, 15 Jul 2015 05:07:17 +0000 (13:07 +0800)]
use _GNU_SOURCE instead of _DEFAULT_SOURCE for older glibc
Phil Burk [Sat, 21 Feb 2015 02:48:59 +0000 (18:48 -0800)]
Merge pull request #4 from vuokko/master
Build fix and crossbuild example
Hannu Vuolasaho [Sat, 21 Feb 2015 01:44:05 +0000 (03:44 +0200)]
Sample crossbuild makefile
Crossbuild Makefile for building win32 without floating point support
Hannu Vuolasaho [Sat, 21 Feb 2015 00:37:25 +0000 (02:37 +0200)]
Makefile fix for Linux compilation
Simple fix to compile with GCC 4.9.2 on Arch Linux
Phil Burk [Sat, 31 Jan 2015 02:47:19 +0000 (18:47 -0800)]
Merge pull request #3 from avysk/fix-sign
allow Read32FromFile to return signed value
Alexey Vyskubov [Fri, 30 Jan 2015 22:33:09 +0000 (00:33 +0200)]
allow Read32FromFile to return signed value
Phil Burk [Wed, 24 Dec 2014 02:21:27 +0000 (18:21 -0800)]
Merge pull request #1 from philburk/fix-readme
Fix readme
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>
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>
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.
burkphil [Sat, 23 Mar 2013 05:53:29 +0000 (05:53 +0000)]
Remove trailing white space.
Fix link in readme.txt
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.
burkphil [Tue, 6 Dec 2011 18:57:15 +0000 (18:57 +0000)]
Change throw code for abort quote from -1 to -2.
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.
burkphil [Tue, 23 Nov 2010 19:26:21 +0000 (19:26 +0000)]
Add MINGW suport.
Change 32 to BL.
burkphil [Sun, 21 Nov 2010 22:21:54 +0000 (22:21 +0000)]
remove scribbled text from unit test
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
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.
phil@softsynth.com [Thu, 26 Aug 2010 22:02:31 +0000 (22:02 +0000)]
Fix inconsistent line endings. Thanks Aleksej.
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.
phil@softsynth.com [Mon, 23 Aug 2010 21:32:46 +0000 (21:32 +0000)]
Fix REPOSITION-FILE, HISTORY, locked file handle and other problems.
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.
phil@softsynth.com [Sun, 1 Aug 2010 20:38:49 +0000 (20:38 +0000)]
Add support for DELETE-FILE from Aleksej.
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.
phil@softsynth.com [Thu, 20 May 2010 18:33:14 +0000 (18:33 +0000)]
fixes for M* and UM* from Aleksej
phil@softsynth.com [Thu, 20 May 2010 00:15:20 +0000 (00:15 +0000)]
V25 with 64-bit support
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.
phil@softsynth.com [Tue, 17 Mar 2009 22:40:47 +0000 (22:40 +0000)]
Fix build of posix io on sun.
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.
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.
phil@softsynth.com [Wed, 18 Feb 2009 17:59:02 +0000 (17:59 +0000)]
Fix cell increment error in RESIZE
phil@softsynth.com [Mon, 4 Aug 2008 17:41:23 +0000 (17:41 +0000)]
Documented change to Makefile.
phil@softsynth.com [Mon, 4 Aug 2008 17:36:41 +0000 (17:36 +0000)]
Removed -v from second mkdir.
phil@softsynth.com [Mon, 4 Aug 2008 17:35:25 +0000 (17:35 +0000)]
Remove -v option from mkdir for compatibility with FreeBSD.
phil@softsynth.com [Mon, 21 Jul 2008 22:26:04 +0000 (22:26 +0000)]
Remove debug statement.
phil@softsynth.com [Mon, 21 Jul 2008 21:04:50 +0000 (21:04 +0000)]
Remove stale pfdicdat.h
phil@softsynth.com [Mon, 21 Jul 2008 20:56:40 +0000 (20:56 +0000)]
Updated Makefile for Mac OS X
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.
phil@softsynth.com [Mon, 21 Jul 2008 02:58:11 +0000 (02:58 +0000)]
Initial import.