[gforth] / gforth / fi2c.fs  

gforth: gforth/fi2c.fs


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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
updated copyright years

Revision 1.24 - (view) (download) (annotate) - [selected]
Thu Jun 10 09:40:08 2010 UTC (2 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Beagle board stuff

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 8 18:54:34 2010 UTC (3 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.24
C-based EC improved a lot

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
CVS Tags: v0-7-0
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 , to selected 1.24
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.24
updated copyright years

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 22:36:01 2007 UTC (6 years, 1 month ago) by pazsan
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 , to selected 1.24
Some stuff to get closer to run Gforth on NXT

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Mar 31 12:58:07 2007 UTC (6 years, 1 month ago) by pazsan
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.24
Work on Gforth NXT

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 21:30:59 2007 UTC (6 years, 1 month ago) by pazsan
Branch: MAIN
Changes since 1.17: +7 -22 lines
Diff to previous 1.17 , to selected 1.24
C-based Gforth EC starts to work

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 22:35:52 2007 UTC (6 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 , to selected 1.24
Fixed some small problems further along to compile on NXT

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 22:39:37 2007 UTC (6 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +69 -21 lines
Diff to previous 1.15 , to selected 1.24
better image to C conversion - let the linker do the the relocating

Revision 1.15 - (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.14: +84 -10 lines
Diff to previous 1.14 , to selected 1.24
Changed fi2c so that the included C image can be relocated at read time
Added a libc definition to lib.fs

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

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 14 08:20:19 2002 UTC (10 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.24
Added compat/strcomp.fs, introducing STR=, STRING-PREFIX?, and STR<
replaced most occurences of COMPARE with STR= and STRING-PREFIX?

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 10:01:47 2001 UTC (11 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 , to selected 1.24
fixed fi2c.fs address size bug

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:05:59 2000 UTC (12 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.24
updated copyright dates in many files (not in ec-related files)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 21:44:46 1999 UTC (13 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 , to selected 1.24
Made block 0 the first block and provided OFFSET for backward compatibility
(store 1 there).
Fixed bug for negative buffers.
Added a type in write-file for OS-less ports.
Some corrections to make the SHARC port compile again.
HAS_DEBUG is now a central flag which replaces perror and fprintf if not set.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 20 19:56:47 1999 UTC (13 years, 11 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 , to selected 1.24
Some small fixes for SHARC port

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 23 09:24:38 1998 UTC (14 years, 4 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.5: +5 -4 lines
Diff to previous 1.5 , to selected 1.24
Fixed new format in fi2c.fs
Fixed wrong base in machpc.fs

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 23:17:54 1998 UTC (14 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.24
Changes to make gforth run on DOS and Win32 (I hope it's not broken by the
latest Makefile.in changes)
Some minor tweaks

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 23:29:58 1998 UTC (14 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.3: +11 -7 lines
Diff to previous 1.3 , to selected 1.24
Added some documentation (files stup, blocks stub, Mini-OOF implementation)
Added Benchres for my machine
made DOS and Win32 compile and run
New gforthmi.bat script for DOS - needs a temporary file for the commands
instead of the -e option.
Added select.o again for DOS (DJGPP's select is broken wrt timing)
Improved select.c
Bug with DOS: engine-ditc doesn't compile with optimization on. Maybe I need
to get a new GCC version for DOS?

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 22:54:27 1998 UTC (14 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.2: +16 -4 lines
Diff to previous 1.2 , to selected 1.24
Added further options to shrink a kernel down
Cleaned up conditional primitives (works now for C-generated part, too)
Cleaned up mach files for embedded architectures
Cleaned up options in the kernel

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:41 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.1: +18 -0 lines
Diff to previous 1.1 , to selected 1.24
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.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 8 23:08:04 1998 UTC (14 years, 6 months ago) by pazsan
Branch: MAIN
Diff to selected 1.24
Bug fix: print cause for problems in command line
Cleaned up Makefiles
Adjusted configures for DOS and OS/2 (not tested yet)
New feature: link image into executable (for non-OS systems)

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