11 Commits

Author SHA1 Message Date
jasper
14e6e9affc use sed -i 2016-01-28 18:34:08 +00:00
jasper
951647b4df - remove unneeded patch
- annotate what had been committed upstream before
2016-01-28 18:23:27 +00:00
jasper
e759e42877 - sync engine.c with what's been committed upstream
- a variation of machine.h is committed upstream, well prepared for openbsd/mips32

no pkg change
2016-01-28 18:14:54 +00:00
jasper
09fa75184c - submitted upstream
- take maintainer
2016-01-27 08:13:08 +00:00
jasper
ab5c8e0bac - update to gforth-0.7.3
- use headers/libraries in ${LOCALBASE} when building C extensions
- update license marker
2016-01-26 22:24:58 +00:00
jasper
ffdfb851a4 shuffle things around to make updating easier and reduce differences with upstream 2016-01-26 08:26:43 +00:00
jasper
a3bd153620 add description to patch 2016-01-26 08:10:28 +00:00
landry
b77153cb11 Add a patch allowing gforth to build on mips64el.
From Donovan Watteau on ports@, thx
2012-10-14 20:18:56 +00:00
jasper
866e94c5b5 - adjust gforthmi as well to non-standard dictionary path 2011-01-13 15:35:39 +00:00
kurt
48dd291538 Fix use of uninitalized memory. Found by malloc option J. okay naddy@ 2009-11-17 01:04:43 +00:00
jasper
3b4f1cb46c import gforth 0.6.2
Gforth is a fast and portable implementation of the ANS Forth language.
It works nicely with the Emacs editor, offers some nice features such as
input completion and history, backtraces, a decompiler and a powerful
locals facility, and it even has a manual. Gforth combines traditional
implementation techniques with newer techniques for portability and
performance performance: its inner innerpreter is direct threaded with
several optimizations, but you can also use a traditional-style indirect
threaded interpreter.

originally based on a port by jack woehr, but completely overhauled since.
2008-10-25 10:40:37 +00:00