[gforth] / gforth / lib.fs  

gforth: gforth/lib.fs


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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 20:57:43 2008 UTC (4 years, 7 months ago) by pazsan
Branch: MAIN
CVS Tags: HEAD, v0-7-0
Changes since 1.35: +17 -21 lines
Diff to previous 1.35 , to selected 1.10
Added workaround for libltdl

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 09:53:13 2008 UTC (4 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 , to selected 1.10
commented out unportable lib.fs test

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:56:14 2008 UTC (4 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.33: +32 -42 lines
Diff to previous 1.33 , to selected 1.10
Updated Agenda
Now lib.fs selects libffi.fs or fflib.fs based on a configure test
compat/execute-parsing bugfix
fixed some documentation bugs (reported by Jakob Sievers)

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 22:03:48 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 , to selected 1.10
Removed printout in lib.fs

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 12:48:26 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 , to selected 1.10
Typo

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 12:47:45 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.30: +4 -3 lines
Diff to previous 1.30 , to selected 1.10
Another fix for lib.fs

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 12:46:03 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.29: +7 -1 lines
Diff to previous 1.29 , to selected 1.10
Changed search for libffi

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 15:55:26 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.28: +9 -9 lines
Diff to previous 1.28 , to selected 1.10
Prefer libffi over ffcall

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 21:31:08 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 , to selected 1.10
Right libc for 64 bit

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 20:57:05 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 , to selected 1.10
Try to make old libffi.fs work again

Revision 1.26 - (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.25: +1 -1 lines
Diff to previous 1.25 , to selected 1.10
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.25 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 20:03:40 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 , to selected 1.10
lib.fs: only check those ffcall libraries we use
libcc.fs: removed some debugging output
unix/socket.fs: converted to libcc.fs style (partially thanks to Darren Bane
    <http://savannah.gnu.org/bugs/?23015>

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

Revision 1.23 - (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.22: +7 -2 lines
Diff to previous 1.22 , to selected 1.10
Added replacements for primitives to fflib.fs
  current status: the libcc-generated code compiles, but does not link
Bugfix in libcc.fs

Revision 1.22 - (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.21: +2 -3 lines
Diff to previous 1.21 , to selected 1.10
updated copyright notices for GPL v3

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20 , to selected 1.10
updated copyright years

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 23:00:35 2007 UTC (5 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 , to selected 1.10
Fix for libc also where it belongs (lib.fs)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 16:27:37 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.18: +3 -0 lines
Diff to previous 1.18 , to selected 1.10
more libcc.fs tests
documented C interface (libcc)
lib.fs now aborts if neither libffi nor ffcall are available (oldlib.fs is
  incompatible)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 21:04:15 2007 UTC (6 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.17: +14 -0 lines
Diff to previous 1.17 , to selected 1.10
Changed fi2c so that the included C image can be relocated at read time
Added a libc definition to lib.fs

Revision 1.17 - (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.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.10
updated copyright years

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 21:07:43 2006 UTC (7 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 , to selected 1.10
bugfix (open declaration).

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:46:09 2005 UTC (7 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.10
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.14 - (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.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.10
Fixed fptr name

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 20:08:09 2005 UTC (7 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 , to selected 1.10
Finally made libffi callbacks work

Revision 1.11 - (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.10: +49 -0 lines
Diff to previous 1.10
further work on libffi.fs (not fully completed yet for callbacks)

Revision 1.10 - (view) (download) (annotate) - [selected]
Sun Aug 21 22:09:14 2005 UTC (7 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
Checkin of somewhat working ffilib bindings (not completely tested)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 14:17:45 2003 UTC (9 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-2
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.10
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years

Revision 1.8 - (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.7: +0 -1 lines
Diff to previous 1.7 , to selected 1.10
added callback stuff to fflib.fs
removed legacy flag (different usage is sufficient)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 21:45:46 2003 UTC (9 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +6 -101 lines
Diff to previous 1.6 , to selected 1.10
Added high level part of ffcall interface

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:16:50 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-0, v0-6-1
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.10
updated copyright years

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:46:57 2000 UTC (12 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.10
changed FSF address in copyright messages

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:46 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.10
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 8 16:47:31 1998 UTC (14 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 , to selected 1.10
renamed 00-readme files to README
added scripts elisp-comp and missing
removed kernel/interp.fs (should have been removed in mega-patch)
added make rule for doc/gforth.txt
renamed PARSE-WORD into SWORD (PARSE-WORD is used with the meaning of NAME in
	OpenBoot and dpans6 A.6.2.2008)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 01:15:19 1997 UTC (15 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.1: +5 -4 lines
Diff to previous 1.1 , to selected 1.10
Added global library load, reversed order of library load after startup
Fixed prims2x.fs to load search.fs first.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu May 29 19:42:13 1997 UTC (15 years, 11 months ago) by pazsan
Branch: MAIN
Diff to selected 1.10
Bug fixes, consistency improvements,
added lib.fs

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