[gforth] / gforth / startup.fs  

gforth: gforth/startup.fs

Diff for /gforth/startup.fs between version 1.56 and 1.60

version 1.56, Thu Jan 6 21:54:17 2005 UTC version 1.60, Sat Dec 31 15:46:10 2005 UTC
Line 1 
Line 1 
 \ startup file  \ startup file
   
 \ Copyright (C) 1995,1996,1997,1998,2000,2003,2004 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 32 
Line 32 
 include extend.fs              \ load core-extended  include extend.fs              \ load core-extended
 include hash.fs  include hash.fs
   
   [ifundef] xemit
       require kernel/xchars.fs
   [then]
 \ require interpretation.fs  \ require interpretation.fs
 \ include float.fs  \ include float.fs
 \ include search.fs  \ include search.fs
Line 43 
Line 46 
 include vt100.fs  include vt100.fs
 \ include colorize.fs  \ include colorize.fs
 include bufio.fs  include bufio.fs
 \ require utf-8.fs  require utf-8.fs
 include history.fs  include history.fs
 s" os-class" environment? dup [IF] drop s" unix" str= [THEN]  s" os-class" environment? dup [IF] drop s" unix" str= [THEN]
 [IF]  [IF]
Line 98 
Line 101 
 true constant search-order-ext  true constant search-order-ext
 true constant string  true constant string
 true constant string-ext  true constant string-ext
   \ extension queries
   ' noop alias X:deferred
   ' noop alias X:extension-query
 set-current  set-current
   
 warnings on  warnings on


Generate output suitable for use with a patch program
Legend:
Removed from v.1.56  
changed lines
  Added in v.1.60

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help