CVS log for gforth/engine/io.c

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

Request diff between arbitrary revisions


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


Revision 1.45: 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.44: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.44: +1 -1 lines
updated copyright year

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jul 22 22:24:50 2012 UTC (11 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.43: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.43: +2 -0 lines
Fixed Android problem with ungetc

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 6 16:34:07 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.42: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.42: +3 -5 lines
Use poll instead of select

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Apr 3 22:57:00 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.41: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.41: +10 -3 lines
Check key_avail again with FIONREAD when isatty is true - but properly fall back to select when this is false

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Dec 31 18:09:02 2010 UTC (13 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.40: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.40: +1 -1 lines
updated copyright years

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Feb 14 18:13:31 2010 UTC (14 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.39: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.39: +0 -5 lines
Moved setlocale out of io.c

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Dec 31 15:32:36 2009 UTC (14 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.38: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.38: +1 -1 lines
updated copyright years

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 30 19:22:24 2009 UTC (14 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.37: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.37: +4 -3 lines
bugfix: interaction of ungetc and setvbuf

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 29 20:29:54 2009 UTC (14 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.36: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.36: +2 -0 lines
added a missing gf_regetc() call

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jun 29 20:21:28 2009 UTC (14 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.35: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.35: +58 -1 lines
Bugfix: KEY?-FILE now gives 0 again when the file is at EOF
minor cleanups

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jun 13 10:22:24 2009 UTC (14 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.34: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.34: +3 -1 lines
Added error check for select

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Nov 1 22:19:30 2008 UTC (15 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0
Diff to: previous 1.33: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.33: +1 -1 lines
updated copyright years

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Aug 9 13:24:25 2008 UTC (15 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.32: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.32: +1 -2 lines
The Makefile now uses an EMACS variable
Eliminated most compilation warnings

Revision 1.32: 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.31: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.31: +2 -3 lines
updated copyright notices for GPL v3

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Dec 31 17:34:59 2007 UTC (16 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.30: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.30: +1 -1 lines
updated copyright years

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jul 14 19:57:16 2007 UTC (16 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.29: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.29: +1 -1 lines
Changes to bring utf-8.fs up to current XCHAR proposal

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jul 1 20:01:32 2007 UTC (16 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.28: +1 -1 lines
Changed getkey so that an EINTR error gives ^L instead of EOF

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jul 1 19:05:00 2007 UTC (16 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.27: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.27: +2 -2 lines
Use timespec struct (should be portable)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jul 1 18:32:11 2007 UTC (16 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.26: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.26: +1 -1 lines
Fixed key_avail on Alpha

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Apr 9 22:36:01 2007 UTC (16 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.25: +12 -0 lines
Some stuff to get closer to run Gforth on NXT

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 31 13:39:17 2006 UTC (17 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.24: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.24: +1 -1 lines
updated copyright years

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 14 12:18:50 2006 UTC (17 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.23: +1 -0 lines
Added setlocale() for numerals (set to "C")

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Apr 9 08:24:47 2006 UTC (17 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.22: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.22: +1 -0 lines
documentation changes
another fix to getkey()

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Apr 9 08:04:22 2006 UTC (17 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.21: +4 -19 lines
more cleanup of key_avail() and getkey()

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 9 07:44:13 2006 UTC (17 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.20: +7 -53 lines
bugfixes and cleanup of key_avail() and getkey()

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Apr 9 07:39:07 2006 UTC (17 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.19: +2 -1 lines
prep_terminal() only for stdin KEY-FILE?

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 4 13:36:37 2006 UTC (17 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.18: +8 -1 lines
docommented bugs in KEY?-FILE and KEY-FILE.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Feb 19 17:27:13 2006 UTC (18 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.17: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.17: +4 -0 lines
Added x-width
Further r8c work

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:17:51 2003 UTC (20 years, 7 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.16: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.16: +1 -1 lines
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years

Revision 1.16: 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-1, v0-6-0
Diff to: previous 1.15: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.15: +1 -1 lines
updated copyright years

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 24 23:40:30 2002 UTC (21 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.14: +1 -1 lines
Gforth now supports large files (>2GB) on small machines (32-bits/cell).
forth.h now asks for all kinds of POSIX, X/Open, and GNU support.
rearranged include files such that forth.h precedes the system files.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:09:09 2002 UTC (22 years ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.13: +1 -1 lines
portability change

Revision 1.13: 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.12: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.12: +1 -1 lines
changed FSF address in copyright messages

Revision 1.12: 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.11: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.11: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.11: 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.10: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.10: +7 -4 lines
bugfix: KEY now returns -1 on EOF even on 64-bit machines

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 28 08:37:45 1999 UTC (25 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +1 -255 lines
moved signal handling into a new file signals.c
minor changes to window size handling

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

Revision 1.8: download - view: text, markup, annotated - select 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.7: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.7: +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.7: 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.6: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.6: +27 -27 lines
Added infile-id, fixed bug with KEY? when input is not a tty.
First try to compile it under Win32.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 15 09:47:45 1998 UTC (25 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.5: +5 -0 lines
Fixed braindead problem with Solaris/SunOS 5.6.

Revision 1.5: 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.4: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.4: +6 -3 lines
Mega-Patch; lots of changes

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 22 19:23:20 1997 UTC (26 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.3: +4 -7 lines
Fixed bug with key? on Digital "Uhnix"

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 31 16:17:26 1997 UTC (26 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.2: +1 -1 lines
Added documentation for structures and object.fs
Changed representation of structures from "size align" to "align size",
   and renamed 1 cells: to cell% etc.
added %size and %alignment
fixed search bug
added command-line option --die-on-signal

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 15 19:43:48 1997 UTC (26 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.9: preferred, unified
Changes since revision 1.1: +5 -2 lines
Some bug fixes.

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.9: preferred, unified
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>