CVS log for gforth/engine/io.h

[BACK] Up to [gforth] / gforth / engine

Request diff between arbitrary revisions


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


Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 31 15:25:19 2012 UTC (11 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.17: +1 -1 lines
updated copyright year

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 2 22:35:01 2012 UTC (11 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.16: +2 -2 lines
Event handling

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 26 16:34:35 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.15: +1 -1 lines
use PER_THREAD

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 23 20:49:44 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.14: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.14: +1 -1 lines
throw_jmp_buf only through a handler in the per-thread space

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 16 20:34:23 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.13: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.13: +1 -1 lines
Exception handling for threads

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:25 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0
Diff to: previous 1.12: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.12: +1 -1 lines
updated copyright year after changing license notice

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:25 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.11: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:17:03 2003 UTC (21 years ago) by anton
Branches: MAIN
CVS tags: v0-6-2, v0-6-1, v0-6-0
Diff to: previous 1.10: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.10: +1 -1 lines
updated copyright years

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:42:09 2003 UTC (21 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.9: +0 -1 lines
Gforth now works properly when its stdout is to a broken pipe (but not stderr)
special SIGPIPE throw code (-2049)
minor bugfix ("uncaught exception" is now printed on stderr)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:47:08 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-5-0
Diff to: previous 1.8: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.8: +1 -1 lines
changed FSF address in copyright messages

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:06:08 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.7: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:27:50 1999 UTC (24 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.6: +1 -1 lines
bugfix: KEY now returns -1 on EOF even on 64-bit machines

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 21 20:09:14 1999 UTC (25 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Minor fixes for SHARC
KEY returns now EOF (-1) when at end of file (non-standard?)

Revision 1.5: download - view: text, markup, annotated - [selected for diffs]
Tue Dec 8 22:03:05 1998 UTC (25 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
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.4: download - view: text, markup, annotated - select for diffs
Sun Nov 22 23:18:10 1998 UTC (25 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.3: +1 -1 lines
Added system-specific options for C-part of primitives

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 18 23:16:52 1998 UTC (25 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.2: +4 -4 lines
Added infile-id, fixed bug with KEY? when input is not a tty.
First try to compile it under Win32.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 2 21:29:02 1998 UTC (25 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, colored; selected 1.5: preferred, colored
Changes since revision 1.1: +2 -2 lines
Mega-Patch; lots of changes

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 21 20:40:09 1997 UTC (26 years, 10 months ago) by anton
Branches: MAIN
Diff to: selected 1.5: preferred, colored
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

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>