CVS log for gforth/engine/support.c

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

Request diff between arbitrary revisions


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


Revision 1.51: 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.50: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.50: +1 -1 lines
updated copyright year

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Jul 26 15:46:44 2012 UTC (11 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.49: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.49: +1 -0 lines
Gforth Android is alive

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat May 26 10:20:01 2012 UTC (11 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.48: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.48: +3 -3 lines
Block size made configurable (not completed)
Float and double number separators configurable (see VFX)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:27:11 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.47: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.47: +1 -1 lines
Android shared library stuff works now

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:33:31 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.46: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.46: +22 -37 lines
thread-safe cstr (requires explicit mfree\!)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Dec 31 15:29:26 2011 UTC (12 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.45: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.45: +1 -1 lines
updated copyright years

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Nov 21 19:05:01 2011 UTC (12 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.44: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.44: +1 -1 lines
ntime fixed

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Nov 21 01:37:12 2011 UTC (12 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.43: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.43: +13 -0 lines
Added ntime for nanoseconds since the epoch

Revision 1.43: 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.42: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.42: +1 -1 lines
updated copyright years

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Apr 16 16:11:54 2010 UTC (13 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.41: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.41: +2 -1 lines
fixed C dialect incompatibility

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

Revision 1.40: 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.39: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.39: +7 -5 lines
Bugfix: KEY?-FILE now gives 0 again when the file is at EOF
minor cleanups

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 29 19:51:27 2009 UTC (15 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.38: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.38: +1 -0 lines
fflush(stdout) before calling external programs <2009Jan28.191059@mips.complang.tuwien.ac.at>

Revision 1.38: 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.37: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.37: +1 -1 lines
updated copyright years

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Oct 15 21:31:56 2008 UTC (15 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.36: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.36: +16 -0 lines
more fixes to support old stuff

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 9 22:05:30 2008 UTC (15 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.35: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.35: +1 -1 lines
Fixed typo

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 9 22:03:59 2008 UTC (15 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.34: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.34: +1 -1 lines
Fixing lt_dlopen for Mac OS X

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 9 16:43:54 2008 UTC (15 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.33: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.33: +13 -10 lines
Tried short circuit to dlopen() - failed, too.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 9 16:30:56 2008 UTC (15 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.32: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.32: +21 -0 lines
Added gforth_dlopen as support word

Revision 1.32: 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.31: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.31: +5 -1 lines
The Makefile now uses an EMACS variable
Eliminated most compilation warnings

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

Revision 1.30: 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.29: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.29: +1 -1 lines
updated copyright years

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 21 10:33:52 2007 UTC (16 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.28: +16 -1 lines
OPEN-FILE with W/O no longer creates or truncates files (probably bugfix)
  compatibility file for old code missing
Bugfix in Makefile.in

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Aug 19 15:04:08 2007 UTC (16 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.27: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.27: +77 -41 lines
rewrote to_float to fix bugs reported in <89241137153560@frunobulax.edu>.
added tests for these bugs.
unrelated documentation bugfix.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 30 20:28:55 2007 UTC (16 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.26: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.26: +20 -8 lines
fixed minor bug in -falign-* configure tests
cleaned up dependencies on .h files in engine/Makefile.in
made Alpha port compile with gcc-2.95 (disabled longlong.h division)
optimized Alpha port:
  use old division code
  native code after a jump is now aligned.  Speed effect:
   sieve bubble matrix  fib
    1.950 1.605  1.259 1.653 b1 gcc-3.3.5
    1.453 1.932  1.230 1.458 b1 gcc-3.3.5 with alignment
  aligning branch targets would probably also help

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed May 9 07:12:59 2007 UTC (16 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.25: +17 -1 lines
use nanosleep() for MS where available (thanks to Shawn K. Quinn).

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Apr 22 22:04:28 2007 UTC (16 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.24: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.24: +1 -1 lines
Make sure normal setup works

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Apr 15 20:33:46 2007 UTC (16 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.23: +4 -0 lines
Configure work to make Gforth on NXT compile without much effort

Revision 1.23: 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.22: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.22: +2 -0 lines
Some stuff to get closer to run Gforth on NXT

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 25 21:30:59 2007 UTC (17 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.21: +2 -0 lines
C-based Gforth EC starts to work

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 17 16:27:16 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.20: +1 -1 lines
minor fix

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 15 13:48:26 2007 UTC (17 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.19: +1 -0 lines
minor fixes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 5 13:36:07 2007 UTC (17 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.18: +1 -1 lines
On PPC now long long is used except with gcc-2.95
BUGGY_LONG_LONG now works again

Revision 1.18: 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.17: preferred, unified
Changes since revision 1.17: +1 -1 lines
updated copyright years

Revision 1.17: download - view: text, markup, annotated - [selected for diffs]
Wed Nov 1 22:37:23 2006 UTC (17 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +77 -61 lines
Mixed division support now uses the routines from gcc's longlong.h

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 30 15:29:48 2006 UTC (17 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.15: +187 -0 lines
new double-by-single division code
rewrote double-by-single-division code to work with long longs
started using the double-by-single-division code instead of C long long division  (fm/mod)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 11 22:35:42 2006 UTC (18 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.14: +5 -5 lines
Another warning suppression

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 4 22:09:11 2006 UTC (18 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.13: +14 -0 lines
capscompare primitive added
case insensitive regexp extension
cleanup of error reports

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 16 08:27:59 2006 UTC (18 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.12: +1 -0 lines
bugfix in to_float

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 15 19:50:26 2006 UTC (18 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.11: +17 -7 lines
Fixed >float bug reported by Bojan Petrovic

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 31 13:24:03 2004 UTC (19 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.10: +1 -1 lines
updated copyright years for files changed in 2004

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 27 15:53:51 2004 UTC (19 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.9: +22 -0 lines
added and documented usage of $GFORTHSYSTEMPREFIX to SYSTEM
eliminated the now-unused (does>1)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 19 18:47:26 2004 UTC (19 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.8: +10 -0 lines
Added support for external shift for broken GCCs

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 30 19:55:13 2003 UTC (20 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.7: +6 -0 lines
Fixes for Windows port

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 27 18:59:42 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.5: +3 -3 lines
minor changes (64-bit-cleanups)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 26 20:56:38 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.4: +256 -11 lines
use AC_SYS_LARGEFILE instead of declaring this stuff unconditionally
moved memcasecmp() into support.c
eliminated -TEXT (all uses replaced, except within prim)
converted CAPSCOMP and -TRAILING into high-level words
folded C code for more complex primitives into support.c
Fliterals are now decompiled ok
f.rdp etc. documentation changes
added test cases for SEARCH

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 20 17:07:41 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.3: +1 -1 lines
undid changes to copyright notices

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 19 23:35:34 2003 UTC (21 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.2: +1 -1 lines
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 2 16:48:12 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.17: preferred, unified
Changes since revision 1.1: +19 -0 lines
Alpha bug workaround (disabled ALIGN_CODE)
fixed bugs in F>D and D>F

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 19 20:14:58 2002 UTC (21 years, 3 months ago) by anton
Branches: MAIN
Diff to: selected 1.17: preferred, unified
moved all functions except engine() out of engine.c into (new file) support.c
minor documentation changes (suggested by John A. Peters <japeters@pacbell.net>)

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>