[gforth] / gforth / libffi.fs  

gforth: gforth/libffi.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:25:18 2012 UTC (5 months, 2 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 , to selected 1.28
updated copyright year

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 01:10:30 2012 UTC (8 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.36: +0 -1 lines
Diff to previous 1.36 , to selected 1.28
Fixes for Windows

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 14:15:51 2012 UTC (10 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 , to selected 1.28
Refactored engine entries

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 22:18:59 2012 UTC (15 months ago) by pazsan
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 , to selected 1.28
converted gforth_pointers into a function - necessary, since all pointers are now thread-specific

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 01:36:04 2012 UTC (15 months ago) by pazsan
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.28
Removed GLOBALS_NONRELOC stuff, since this is only experimental for AMD64 (inactive), and unused everywhere else.
Bumped up snapshot version number

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 15:32:35 2009 UTC (3 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 , to selected 1.28
updated copyright years

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 01:00:52 2009 UTC (3 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 , to selected 1.28
Added c-values/c-variables to libcc.fs
Made all vocabularies available when hash.fs loads hashed
other small fixes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 22:34:35 2009 UTC (4 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.30: +4 -0 lines
Diff to previous 1.30 , to selected 1.28
Added func' and friends for callbacks

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 02:42:24 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-7-0
Changes since 1.29: +34 -21 lines
Diff to previous 1.29 , to selected 1.28
Windows version of libcc interface (first attempt)

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 21:28:39 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.28: +2 -0 lines
Diff to previous 1.28
Another fix for Xcode nonsense

Revision 1.28 - (view) (download) (annotate) - [selected]
Sat Aug 9 21:26:21 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.27: +1 -10 lines
Diff to previous 1.27
The location of ffi.h is now determined by configure

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 09:17:06 2008 UTC (4 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26 , to selected 1.28
Added ints at the right position

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 07:52:44 2008 UTC (4 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 , to selected 1.28
Added ints

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 16:11:49 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 , to selected 1.28
updated copyright years
updated copyright-blacklist (added libltdl)
updated distributed files (don't distribute files without distribution terms)
added copyright to preforth.in and build-ec.in

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 19:20:54 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.23: +0 -2 lines
Diff to previous 1.23 , to selected 1.28
fixed some bugs so "make install" works (DESTDIR still probably buggy)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 12:29:04 2008 UTC (4 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.22: +12 -3 lines
Diff to previous 1.22 , to selected 1.28
Removed remainders of FFI in C code

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 20:18:11 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 , to selected 1.28
libffi now also uses C-LIBRARY
prepare for loading existing c-library

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 12:18:56 2008 UTC (5 years ago) by dbane
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 , to selected 1.28
Forgot an argument to c-function for ffi-prep-closure

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 08:42:59 2008 UTC (5 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 , to selected 1.28
added CLEAR-LIB ADD-LIB (libcc.fs), documented them,
  and used them in libffi.fs and fflib.fs
OPEN-LIB no longer guesses library extensions (lt_dladvise_ext())

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Apr 22 14:50:59 2008 UTC (5 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.28
MacOS X portability <https://savannah.gnu.org/bugs/index.php?23014>

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Apr 19 19:15:14 2008 UTC (5 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17 , to selected 1.28
CPPFLAGS are now used by the Makefiles
bugfix in libcc.fs
OPEN-LIB now can open libraries without extension and the library's
   symbols become global
libltdl from libtool-2.2 or higher required (will be included soon)

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 10:41:30 2008 UTC (5 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.28
typo fixed <http://savannah.gnu.org/bugs/?22722>

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 21:39:59 2008 UTC (5 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.15: +126 -0 lines
Diff to previous 1.15 , to selected 1.28
added libffi primitive replacements

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 19:02:24 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.28
updated copyright year after changing license notice

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:24 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 , to selected 1.28
updated copyright notices for GPL v3

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 13:39:13 2006 UTC (6 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.28
updated copyright years

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu May 25 22:10:16 2006 UTC (7 years ago) by pazsan
Branch: MAIN
Changes since 1.11: +13 -0 lines
Diff to previous 1.11 , to selected 1.28
Added long/dlong type
ADC-controlled running text
Interrupt table space

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 18:28:11 2006 UTC (7 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.28
R8C Forth works!

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 21:58:20 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.28
Fixed fptr name

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 20:10:01 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.28
Fixed name for fptr:

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 20:08:09 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.7: +13 -9 lines
Diff to previous 1.7 , to selected 1.28
Finally made libffi callbacks work

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 19:31:48 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 , to selected 1.28
Signed access prefix changed

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 13:46:12 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +12 -10 lines
Diff to previous 1.5 , to selected 1.28
Added support for wyde/tetrabyte including sign extended ones

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 3 15:15:20 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 , to selected 1.28
Added access words for wyde and tetrabyte (w/t@/!)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 23:58:02 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.28
Added missing drop

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 22:47:18 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 , to selected 1.28
Added (addr) to library interface
Fixed bug in libffi support
Added favicon support to wf.fs

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 23:15:42 2005 UTC (7 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.1: +34 -75 lines
Diff to previous 1.1 , to selected 1.28
further work on libffi.fs (not fully completed yet for callbacks)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 22:09:14 2005 UTC (7 years, 9 months ago) by pazsan
Branch: MAIN
Diff to selected 1.28
Checkin of somewhat working ffilib bindings (not completely tested)

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help