[gforth] / gforth / fflib.fs  

gforth: gforth/fflib.fs


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

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Oct 31 21:30:01 2009 UTC (3 years, 6 months ago) by anton
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 , to selected 1.20
typo fixes by Josh Grams <XqMGm.454$%U3.37@newsfe21.iad>

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 22:57:48 2009 UTC (4 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.26: +4 -0 lines
Diff to previous 1.26 , to selected 1.20
Func' also for fflib

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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 09:24:31 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.24: +2 -0 lines
Diff to previous 1.24 , to selected 1.20
Correct declaration of gforth_RP and gforth_LP

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 09:01:44 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.23: +0 -2 lines
Diff to previous 1.23 , to selected 1.20
Fixed fflib.fs
Real fix for the macro problem (define wrapper macro instead)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 16:11:49 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.20
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.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 19:20:54 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.21: +0 -2 lines
Diff to previous 1.21 , to selected 1.20
fixed some bugs so "make install" works (DESTDIR still probably buggy)

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 20:09:42 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
fflib.fs now is a named C interface library
fixed bug in libcc.fs (unnamed libraries are now always rebuilt)

Revision 1.20 - (view) (download) (annotate) - [selected]
Mon Apr 28 08:42:59 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.19: +5 -0 lines
Diff to previous 1.19
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 Feb 12 20:28:51 2008 UTC (5 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.18: +124 -0 lines
Diff to previous 1.18 , to selected 1.20
Added replacements for primitives to fflib.fs
  current status: the libcc-generated code compiles, but does not link
Bugfix in libcc.fs

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 17:34:58 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.20
updated copyright years

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 13:50:53 2007 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.15: +14 -7 lines
Diff to previous 1.15 , to selected 1.20
Bugfix (thanks to Dennis Ruffer)

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu May 25 22:10:16 2006 UTC (6 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 , to selected 1.20
Added long/dlong type
ADC-controlled running text
Interrupt table space

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:46:08 2005 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.20
updated the copyright year on many files
added FSF copyright header to complex.fs fft.fs regexp-test.fs regexp.fs
added fsl-util.fs to update-copyright-blacklist

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 20:14:37 2005 UTC (7 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10 , to selected 1.20
Added fptr: to fflib.fs

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 23:05:34 2005 UTC (7 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.20
Fixed typo

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

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 22:09:14 2005 UTC (7 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 , to selected 1.20
Checkin of somewhat working ffilib bindings (not completely tested)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 20:38:02 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-6-2
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.20
Fixed example (lseek must be lseek64)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 12:21:05 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.3: +77 -47 lines
Diff to previous 1.3 , to selected 1.20
Fixed reverse ordering
Added legacy support for old bigFORTH libraries

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 21:09:47 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +18 -2 lines
Diff to previous 1.2 , to selected 1.20
Callback stuff tested

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 19:46:11 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.1: +93 -31 lines
Diff to previous 1.1 , to selected 1.20
added callback stuff to fflib.fs
removed legacy flag (different usage is sufficient)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 21:45:46 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
Diff to selected 1.20
Added high level part of ffcall interface

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