[gforth] / gforth / Attic / io.c  

gforth: gforth/Attic/io.c


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

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

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 22:09:54 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.19: +11 -1 lines
Diff to previous 1.19
fixed key? problem on Win32
Minor fixes

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 16 20:51:08 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
go up to 0.3.0

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 6 22:24:17 1996 UTC (16 years, 7 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
First try to port gforth to OS/2
Some bugfixes

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 23 20:41:59 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Improved DOS-compilability.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 19 22:17:32 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +37 -4 lines
Diff to previous 1.15
Steps to make 0.2.0 dist-ready.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 17 16:39:41 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
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 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 16:45:52 1996 UTC (17 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.13: +48 -18 lines
Diff to previous 1.13
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 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 17:22:11 1996 UTC (17 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
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 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 17:35:36 1995 UTC (17 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
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 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 18:06:46 1995 UTC (17 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: gforth-0_1beta
Changes since 1.10: +20 -2 lines
Diff to previous 1.10
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 16 18:33:10 1995 UTC (17 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.9: +179 -73 lines
Diff to previous 1.9
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 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 21:00:19 1995 UTC (17 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8
Removed BUGS, tried to clean up.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 13 09:17:29 1995 UTC (18 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
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 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 18 18:41:38 1995 UTC (18 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.6: +2 -4 lines
Diff to previous 1.6
worked a bit on m68k.h and power.h
moved hyperbolic functions and falog to primitives

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 16:22:41 1994 UTC (18 years, 5 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
* 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 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 12 11:30:58 1994 UTC (18 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.4: +15 -0 lines
Diff to previous 1.4
Added job control

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 8 15:00:45 1994 UTC (18 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.3: +33 -2 lines
Diff to previous 1.3
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 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 17 12:35:05 1994 UTC (18 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Integrated locals (in particular automatic scoping) into the system.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 31 10:55:11 1994 UTC (18 years, 11 months ago) by benschop
Branch: MAIN
Changes since 1.1: +13 -1 lines
Diff to previous 1.1
Adaptations for Domain OS (Apollo 68k)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 11 16:30:46 1994 UTC (19 years, 3 months ago) by anton
Branch: MAIN
Branch point for: no-vendor
Initial revision

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