CVS log for gforth/Attic/makefile.dos

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.15
Tue Oct 1 16:26:00 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.14: +0 -0 lines
added POSTPONE,; optimized POSTPONE
doc changes

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 30 13:16:12 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.13: +167 -80 lines
Documentation changes
Building in a dir different from the srcdir now works
a few bug fixes

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Dec 15 01:54:09 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.12: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.12: +14 -13 lines
fixed many small things in Makefile.in and configure.in.
Direct threading is now the default on Alphas.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 11 13:15:21 1995 UTC (28 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.11: +39 -38 lines
Added INSTALL.DOS
make DOS compile fool-proof (almost ;-)
Use autoconf macro to select GCC and abort if not available.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 29 20:20:37 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.10: +38 -26 lines
replced tester.fs and coretest.fs with the new versions from John Hayes
make mostlyclean virtualclean added
Cache-flushing now works on the Alpha (other minor changes there)
configure now uses gcc by default and passes its GCC variable to the Makefile
introduced sourcefilename and sourceline# (and used them in many places).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 28 18:45:29 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.9: +2 -2 lines
make clean & co. now work as advertised
Some documentation changes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 24 18:05:34 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +10 -9 lines
added site-int.fs and, more importantly, support for it.
Fixed bugs in SPARC CACHE_FLUSH

Revision 1.8: download - view: text, markup, annotated - [selected for diffs]
Mon Nov 13 18:37:11 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +20 -4 lines
some documentation changes
added make targets "bench" and "uninstall"

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:53 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.6: +70 -35 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Sep 6 21:00:24 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.5: +10 -6 lines
Removed BUGS, tried to clean up.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 29 21:07:36 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.4: +3 -3 lines
Added multibuffering in blocks and a simple block editor
(in a block file, load with include blockedit.fb after loading
blocks.fs).
Made DOS port work (you must change .gforth-history to
gforth-history by hand still!)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 27 19:56:36 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.3: +145 -73 lines
Made kernal generation saver
added automatic creation of makefile.dos
newer version texinfo.tex
fixed some inconsistencies (don't know, what happend with model?)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 2 18:13:08 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.2: +121 -35 lines
added very preliminary support for Alpha/osf1
Moved flush-tos before stores to improve scheduling
merged io-dos.h and io.h
Created new Makefile for DOS
removed ToDo topcics that are already done

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 29 16:22:43 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.8: preferred, unified
Changes since revision 1.1: +45 -31 lines
* added configure mode for DOS-Makefile:
  configure -target=i386-<anythinh>-msdos<anyversion>
  creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 17 15:53:17 1994 UTC (29 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: selected 1.8: preferred, unified
*Added:
* configure.bat configures on MS-DOS machines
* io-dos.h provides IO for MS-DOS
* makefile.dos is a GNU make Makefile for MS-DOS
*Changed:
* Merged gray/gforth and gray/gray4, added conditional compilation for
  gray ports (gforth and bigFORTH first)
* added gforth recognising string in environment
* added interpreter support for images (starts now with magic)
* changed make rule for ds2texi, so that it can run with Messy-DOS
* added SAVESYSTEM in dumpimage.fs
* fixed bug in Makefile for big endian systems (->configure)

Diff request

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.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>