CVS log for gforth/Attic/io.c

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


Revision 1.21
Wed May 21 20:39:32 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.20: +0 -0 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 4 22:09:54 1997 UTC (27 years ago) by pazsan
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.19: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.19: +11 -1 lines
fixed key? problem on Win32
Minor fixes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 16 20:51:08 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.18: +1 -1 lines
go up to 0.3.0

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 6 22:24:17 1996 UTC (27 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: v0-2-1, v0-2-0
Diff to: previous 1.17: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.17: +2 -2 lines
First try to port gforth to OS/2
Some bugfixes

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 23 20:41:59 1996 UTC (27 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.16: +1 -1 lines
Improved DOS-compilability.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 19 22:17:32 1996 UTC (27 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.15: +37 -4 lines
Steps to make 0.2.0 dist-ready.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Apr 17 16:39:41 1996 UTC (27 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.14: +1 -1 lines
changed image file format:
   now every stack has its own size spec in the image
   size changes through the command line are passed to the image (and
	saved with savesystem)
   added a checksum to protect against incompatible binary/image combinations
	(e.g., direct threaded binary with indirect threaded image)
   the preamble specifies an interpreter and is propagated by save-system

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 25 16:45:52 1996 UTC (28 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +48 -18 lines
eliminated "make realclean"; it's dangerous and useless.
eliminated relocation stuff in the kernal; was buggy and useless.
SIGPIPE now returns control to Forth.
Implemented form, rows, and cols; SIGWINCH updates these (on good OS's).
changed popen and pclose to open-pipe and close-pipe.

Revision 1.13: download - view: text, markup, annotated - [selected for diffs]
Sun Jan 7 17:22:11 1996 UTC (28 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +1 -1 lines
added more.fs for people with old terminals.
WORDS and SEE now now respect the terminal size.
a lot of reordering in the Makefile, approaching the GNU standards.
factored NAME>STRING out of many words.
use AC_DECL_SYS_SIGLIST test in configure.in.
removed emitcounter (it was not used anyway).
SYSTEM now unpreps and repreps the terminal.
fixed byg in prims2x.fs.
added NEEDS, ?CSP, !CSP.
rewrote ALIAS?.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 26 17:35:36 1995 UTC (28 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.11: +1 -0 lines
added config.h support (acconfig.h, changes in Makefile.in)
check for sys_siglist declaration
fixed bug in engine.c:cstr()
prims2x.fs now outputs synclines only in C code

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:46 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.10: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.10: +20 -2 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 16 18:33:10 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.9: +179 -73 lines
added answords.fs and strsignal.c
added checking of documenetation of ANS Forth words
Fixed many documentation errors and added some documentation
signal handling now uses strsignal and can handle signals not present on all machines

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 13 09:17:29 1995 UTC (29 years ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.7: +5 -5 lines
Added stuff for documenting Forth source and integrating it into the texi file
changed checks for DOMAINOS to checks for apollo (which is defined on apollos)
changed "-evaluate" (which did not work anyway) to "--evaluate"
added debugging.fs and assert.fs to startup.fs

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 18 18:41:38 1995 UTC (29 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.6: +2 -4 lines
worked a bit on m68k.h and power.h
moved hyperbolic functions and falog to primitives

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 29 16:22:41 1994 UTC (29 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.5: +1 -1 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.5: download - view: text, markup, annotated - select for diffs
Tue Jul 12 11:30:58 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.4: +15 -0 lines
Added job control

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 8 15:00:45 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.3: +33 -2 lines
signals are now translated into THROWs
A number of bug fixes (make a diff of BUGS for details)
added assert.fs and debugging.fs
made .s nicer
keep names of included files (in loadfilename) and print them upon error

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 17 12:35:05 1994 UTC (29 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.2: +1 -1 lines
Integrated locals (in particular automatic scoping) into the system.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 31 10:55:11 1994 UTC (29 years, 9 months ago) by benschop
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.13: preferred, unified
Changes since revision 1.1: +13 -1 lines
Adaptations for Domain OS (Apollo 68k)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:30:46 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
Diff to: selected 1.13: preferred, unified
Initial revision

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>