I've been holding on to this way too long, and now that 10.2 is out, I'd
better finish it up so you can fix the problem that it produces.  Although
you used to have to install automake from fink, 10.2 no longer needs it.
However, the signals FPE_INTDIV, FPE_INTOVF and FPE_FLTSUB have been
removed.

Although I certainly do appreciate the efforts David Williams, I hope Anton
and Jorge would get their efforts coordinated soon so we could have a
consistent gforth distribution to work with, and a fink install that works.
I'm presently maintaining my own with common source for cygwin (Win2K) and
OSX, with changes from the 386 distribution taking precedence.  The attached
file shows the contents of the script files I use for each (cygwin and
darwin).

I've attached a file detailing the inconsistencies that I'm talking about,
but there's a couple of caveats that they introduce.  First, replacing the
"/a5/anton/gforth/" with "./" in the prim files and commenting out the
absolute path stuff in configure.in causes gforth to have a chicken and egg
problem, which means that you have to have a gforth executable to do the
make.  Second, updating the config.guess and config.sub files to what is in
Darwin forces the cygwin test to change from "*win32" to "*cygwin*".
However, I think that's better than sticking with the 1998 versions that
gforth is currently using.  It may break other systems too, so buyer beware!

Some files are missing from David's distribution, but they can either be
picked up from the 386 version or are recreated when it is compiled.  A
bothersome difference is in require.fs.  Using the $Id$ keyword causes CVS
to change the contents in everyone's distribution.

Also, note the $(EXE)'s I've added.  Without them, the cygwin version won't
fully compile.  It's rare that a "full" compile happens, but it's amazing
what you find when you try to maintain your own CVS repository.

I hope you can read the report.  It took a while for me to figure out the
best way to present this data.  For ease of viewing it, the lines with >>
are the file names, and those with <DIR> are the directories.  There are
'-'ed lines between each set of changes.  The Ln says what line in my file
and the Rn says which line in David's file.

I hope this helps!

DaR
C:\cygwin\usr\src\gforth                                                               
 C:\My Documents\My Downloads\Extract\gforth-0.5.0

doc                    <DIR>                            doc                    <DIR>   
                      
  .cvsignore           25      8/14/2002 8:48:06 am  >> 
  crossdoc.fd          45474   8/15/2002 7:58:17 am  >> 
  gforth.html          908159  8/14/2002 11:03:05 am >> 
  gforth.ps            1142647 8/13/2002 9:20:34 pm  >>   gforth.ps            1125043 
6/13/2002 8:12:20 am  
-----------------------------------------------------
L11     %DVIPSSource:  TeX output 2002.06.12:0915

R11     %DVIPSSource:  TeX output 2002.06.13:1112
-----------------------------------------------------
  version.texi         19      8/15/2002 8:00:05 am  >> 
engine                 <DIR>                            engine                 <DIR>   
                      
  .cvsignore           70      8/14/2002 8:49:49 am  >> 
  config.h             3341    8/15/2002 12:16:58 pm >>   config.h             3313    
6/13/2002 7:58:24 am  
-----------------------------------------------------

R14     /* Package name */
        #define PACKAGE "gforth"
        
        /* Package version */
        #define VERSION "0.5.0"
        
-----------------------------------------------------
L36     #define DOUBLE_CELL_TYPE long long

R42     #define DOUBLE_CELL_TYPE none
-----------------------------------------------------
L42     /* #undef BUGGY_LONG_LONG */

R48     #define BUGGY_LONG_LONG 1
-----------------------------------------------------
L57     #define SIZEOF_LONG_LONG 8

R63     #define SIZEOF_LONG_LONG 0
-----------------------------------------------------
L66     /* #undef HAVE_DLOPEN */

R72     #define HAVE_DLOPEN 1
-----------------------------------------------------
L117    /* #undef HAVE_LIBDL */

R123    #define HAVE_LIBDL 1
-----------------------------------------------------
L121    
        /* Name of package */
        #define PACKAGE "gforth"
        
        /* Version number of package */
        #define VERSION "0.5.0"
        
-----------------------------------------------------
  config.h.in          3138    8/13/2002 3:56:14 pm  >>   config.h.in          3157    
8/15/2000 12:01:26 am 
-----------------------------------------------------

R13     /* Package name */
        #define PACKAGE "gforth"
        
        /* Package version */
        #define VERSION "major.minor.release"
        
-----------------------------------------------------
L120    
        /* Name of package */
        #undef PACKAGE
        
        /* Version number of package */
        #undef VERSION
        
-----------------------------------------------------
  Makefile             5318    8/14/2002 11:12:11 am >>   Makefile             5460    
6/13/2002 7:58:22 am  
-----------------------------------------------------
R1      # Generated automatically from Makefile.in by configure.
-----------------------------------------------------
L48     GCC     = gcc

R49     GCC     = cc -no-cpp-precomp -Dunix
-----------------------------------------------------
L56     

R57     VPATH = /tmp/gforth-0.5.0/engine
-----------------------------------------------------
L59     srcdir = .

R60     srcdir = /tmp/gforth-0.5.0/engine
-----------------------------------------------------
L80     FORTHK  = ../gforth$(EXE) $(FORTHKFLAGS)

R81     FORTHK  = ../gforth $(FORTHKFLAGS)
-----------------------------------------------------
L85     LDLIBS  = -lm 

R86     LDLIBS  = -ldl -lm 
-----------------------------------------------------
L87     AOBJECTS = io.o signals.o memcmpc.o  ../arch/power/_sync_cache_range.o pow10.o 
strsignal.o getopt.o getopt1.o

R88     AOBJECTS = io.o signals.o memcmpc.o  dblsub.o 
../arch/power/_sync_cache_range.o pow10.o strsignal.o getopt.o getopt1.o
-----------------------------------------------------
  makefile.dos         5098    8/13/2002 3:56:14 pm  >>   makefile.dos         5098    
9/23/2000 11:26:44 am 
-----------------------------------------------------
L23     VERSION =0.5.0

R23     VERSION =0.4.9
-----------------------------------------------------
  Makefile.in          5336    8/14/2002 8:51:03 am  >>   Makefile.in          5330    
9/23/2000 11:22:08 am 
-----------------------------------------------------
L80     FORTHK  = ../gforth$(EXE) $(FORTHKFLAGS)

R80     FORTHK  = ../gforth $(FORTHKFLAGS)
-----------------------------------------------------
  makefile.os2         5212    8/13/2002 3:56:14 pm  >>   makefile.os2         5212    
9/23/2000 11:26:44 am 
-----------------------------------------------------
L23     VERSION =0.5.0

R23     VERSION =0.4.0
-----------------------------------------------------
  prim.i               107518  8/13/2002 9:22:48 pm  >>   prim.i               112269  
9/23/2000 11:22:24 am 
-----------------------------------------------------
L8      #line 107 "./prim"

R8      #line 107 "/a5/anton/gforth/prim"
-----------------------------------------------------
Repeated on all lines starting with #line
-----------------------------------------------------
  signals.c            7469    8/15/2002 12:19:02 pm >>   signals.c            7463    
9/23/2000 11:22:10 am 
-----------------------------------------------------
L117    /*  case FPE_INTDIV: code=-10; break; /* integer divide by zero */
                /*  case FPE_INTOVF: code=-11; break; /* integer overflow */

R117      case FPE_INTDIV: code=-10; break; /* integer divide by zero */
                  case FPE_INTOVF: code=-11; break; /* integer overflow */
-----------------------------------------------------
L124    /*  case FPE_FLTSUB: /* subscript out of range  */

R124      case FPE_FLTSUB: /* subscript out of range  */
-----------------------------------------------------
  stamp-h              10      8/15/2002 7:54:56 am  >> 
kernel                 <DIR>                            kernel                 <DIR>   
                      
  .cvsignore           11      8/14/2002 8:52:19 am  >> 
  require.fs           5670    8/13/2002 3:56:14 pm  >>   require.fs           5665    
9/23/2000 11:22:12 am 
-----------------------------------------------------
L159    \ \I $Id: require.fs,v 1.1.1.1 2002/08/13 22:56:14 druffer Exp $

R159    \ \I $Id: require.fs,v 1.18 2000/09/23 15:47:12 anton Exp $
-----------------------------------------------------
.cvsignore             258     8/25/2002 5:10:46 pm  >> 
aclocal.m4             34536   8/25/2002 5:10:48 pm  >> aclocal.m4             7210    
9/23/2000 11:24:18 am 
-----------------------------------------------------
L1      # aclocal.m4 generated automatically by aclocal 1.6.1 -*- Autoconf -*-

R1      dnl aclocal.m4 generated automatically by aclocal 1.3
-----------------------------------------------------
L3      # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
        # Free Software Foundation, Inc.
        # This file is free software; the Free Software Foundation
        # gives unlimited permission to copy and/or distribute it,
        # with or without modifications, as long as this notice is preserved.

R3      dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
        dnl This Makefile.in is free software; the Free Software Foundation
        dnl gives unlimited permission to copy and/or distribute it,
        dnl with or without modifications, as long as this notice is preserved.
-----------------------------------------------------
...
-----------------------------------------------------
Benchres               4931    8/25/2002 5:10:46 pm  >> Benchres               4848    
8/28/2000 12:57:46 am 
-----------------------------------------------------
L12      1.27    1.67    1.95    1.94   Pentium-III 750; gcc-2.95.2; gforth-0.5.0 
-DFORCE_REG; ELF
-----------------------------------------------------
BUGS                   1295    8/25/2002 5:10:46 pm  >> BUGS                   1118    
9/23/2000 11:21:56 am 
-----------------------------------------------------
L27     
        Our ecvt routine apparently does not work correctly for Infs and NaNs.
        Try "ac_cv_func_ecvt=no ./configure; make" and then in Gforth: "1e 0e
        f/ f. 0e 0e f/ f.". anton 25sep00
        
-----------------------------------------------------
config.bat             1921    8/25/2002 5:10:49 pm  >> config.bat             1968    
7/24/2000 6:41:30 am  
-----------------------------------------------------
L44     ECHO static char gforth_version[]="0.5.0"; >version.h1
        ECHO : version-string s" 0.5.0" ; >version.fs1

R44     ECHO static char gforth_version[]="0.4.9"; >version.h1
        ECHO : version-string s" 0.4.9" ; >version.fs1
-----------------------------------------------------
R47     
-----------------------------------------------------
config.cache           2848    8/25/2002 5:10:50 pm  >> 
config.guess           38416   8/25/2002 5:10:50 pm  >> config.guess           27059   
10/24/2001 6:35:50 am 
-----------------------------------------------------
L3      #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        #   Free Software Foundation, Inc.
        
        timestamp='2001-08-21'
        

R3      #   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
        #
-----------------------------------------------------
...
-----------------------------------------------------
config.log             27097   8/25/2002 5:10:50 pm  >> 
config.status          28364   8/25/2002 5:10:51 pm  >> config.status          15309   
6/13/2002 7:58:22 am  
-----------------------------------------------------
R4      # This directory was configured as follows,
        # on host jost:
        #
        # ./configure  --enable-force-reg --enable-direct-threaded --without-debug
        #
-----------------------------------------------------
...
-----------------------------------------------------
config.sub             28165   8/25/2002 5:10:51 pm  >> config.sub             19851   
10/24/2001 6:35:50 am 
-----------------------------------------------------
L2      # Configuration validation subroutine script.
        #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        #   Free Software Foundation, Inc.
        
        timestamp='2001-08-13'
        

R2      # Configuration validation subroutine script, version 1.1.
        #   Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc.
-----------------------------------------------------
...
-----------------------------------------------------
configure              193247  8/25/2002 5:10:54 pm  >> configure              91955   
9/23/2000 11:24:20 am 
-----------------------------------------------------

R2      
-----------------------------------------------------
L3      # Generated by Autoconf 2.52.

R4      # Generated automatically using autoconf version 2.13 
        # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
-----------------------------------------------------
L5      # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
        # Free Software Foundation, Inc.
-----------------------------------------------------
...
-----------------------------------------------------
configure.cmd          3010    8/25/2002 5:10:54 pm  >> configure.cmd          3010    
9/23/2000 11:21:58 am 
-----------------------------------------------------
L76     call lineout version.h1, 'static char gforth_version[]="0.5.0";'
        call lineout "kernel\version.fs", ': version-string s" 0.5.0" ;'
        call lineout 'version-stamp', '0.5.0'

R76     call lineout version.h1, 'static char gforth_version[]="0.4.0";'
        call lineout "kernel\version.fs", ': version-string s" 0.4.0" ;'
        call lineout 'version-stamp', '0.4.0'
-----------------------------------------------------
configure.in           11526   8/25/2002 5:10:54 pm  >> configure.in           11499   
9/23/2000 11:24:08 am 
-----------------------------------------------------
L289            *cygwin*)

R289            *win32)
-----------------------------------------------------
L365    #this breaks bindists
        #dnl replace srource directory by absolute value
        #if test $srcdir = "."; then srcdir=`pwd` 
        #fi

        dnl replace srource directory by absolute value
        if test $srcdir = "."; then srcdir=`pwd` 
        fi
-----------------------------------------------------
cygwin                 92      8/25/2002 5:10:55 pm  >> 
-----------------------------------------------------
env CFLAGS=-D_WIN32 ./configure --enable-force-reg --enable-direct-threaded
make
make check
-----------------------------------------------------
darwin                 89      8/25/2002 5:10:55 pm  >> 
-----------------------------------------------------
make mostlyclean
./configure --enable-force-reg --enable-direct-threaded
make
maKe check
-----------------------------------------------------
dosconf.h              1890    8/25/2002 5:10:56 pm  >> dosconf.h              1890    
12/19/1998 2:22:22 am 
-----------------------------------------------------
L15     #define VERSION "0.5.0"

R15     #define VERSION "0.4.0"
-----------------------------------------------------
fixpath.fs             676     8/25/2002 5:10:56 pm  >> 
gforth.el              34299   8/25/2002 5:11:07 pm  >> gforth.el              34294   
9/23/2000 11:22:00 am 
-----------------------------------------------------
L163      (make-local-hook 'comment-indent-hook)
                  (add-hook comment-indent-hook 'forth-comment-indent)

R163      (make-local-variable 'comment-indent-hook)
                  (setq comment-indent-hook 'forth-comment-indent)
-----------------------------------------------------
L244    (add-hook 'forth-mode-hook

R244    (setq forth-mode-hook
-----------------------------------------------------
gforthmi               2336    8/25/2002 5:11:09 pm  >> 
gforthmi.bat           1446    8/25/2002 5:11:09 pm  >> gforthmi.bat           1477    
7/31/2000 2:56:08 am  
-----------------------------------------------------
L41     gforth-d -i kernl32l.fi -e 3 exboot.fs startup.fs  comp-i.fs tmp.fs

R41     gforth-d -i kernl32l.fi startup.fs  comp-i.fs tmp.fs
-----------------------------------------------------
R46     
-----------------------------------------------------
gforthmi.cmd           1518    8/25/2002 5:11:09 pm  >> gforthmi.cmd           1519    
9/23/2000 11:22:00 am 
-----------------------------------------------------
R45     
-----------------------------------------------------
INSTALL                7057    8/25/2002 5:10:47 pm  >> INSTALL                7056    
12/16/1999 11:51:20 am
-----------------------------------------------------
L15     make check

R15     make test
-----------------------------------------------------
INSTALL.BINDIST        1126    8/25/2002 5:10:47 pm  >> INSTALL.BINDIST        1125    
5/21/1997 7:39:46 am  
-----------------------------------------------------
L11     make check

R11     make test
-----------------------------------------------------
iss.sh                 2643    8/25/2002 5:11:10 pm  >> 
Makedist               5379    8/25/2002 5:10:47 pm  >> Makedist               5200    
6/13/2002 7:58:22 am  
-----------------------------------------------------
L25     DOBJECTS=$(addprefix engine/,io.o signals.o memcmpc.o  
../arch/power/_sync_cache_range.o pow10.o strsignal.o getopt.o getopt1.o engine.o 
main.o engine-fast.o main-fast.o engine-ditc.o main-ditc.o)

R25     DOBJECTS=$(addprefix engine/,io.o signals.o memcmpc.o  dblsub.o 
../arch/power/_sync_cache_range.o pow10.o strsignal.o getopt.o getopt1.o engine.o 
main.o engine-fast.o main-fast.o engine-ditc.o main-ditc.o)
-----------------------------------------------------
L95                     $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION).bin.powerpc-apple-darwin6.0.tar.gz
        
        #All file names in a binary distribution
        distfiles:
                        @echo $(SOURCES) $(FORTH_GEN0) kernl16b.fi kernl16l.fi 
kernl32b.fi kernl32l.fi kernl64b.fi kernl64l.fi $(DOCDIST) $(BINONLYDIST)

R95                     $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION)-powerpc-apple-darwin5.4.tar.gz
-----------------------------------------------------
L113                    $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION).binonly.powerpc-apple-darwin6.0.tar.gz

R109                    $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION)-binonly-powerpc-apple-darwin5.4.tar.gz
-----------------------------------------------------
Makedist.in            4651    8/25/2002 5:10:47 pm  >> Makedist.in            4526    
9/23/2000 11:21:56 am 
-----------------------------------------------------
L95                     $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION).bin.@[email protected]
        
        #All file names in a binary distribution
        distfiles:
                        @echo $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) 
$(BINONLYDIST)

R95                     $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION)-@[email protected]
-----------------------------------------------------
L113                    $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION).binonly.@[email protected]

R109                    $(TAR) gforth-$(VERSION)|gzip -9 
>gforth-$(VERSION)-binonly-@[email protected]
-----------------------------------------------------
Makefile               24584   8/25/2002 5:10:47 pm  >> Makefile               24624   
6/13/2002 7:58:22 am  
-----------------------------------------------------
R1      # Generated automatically from Makefile.in by configure.
-----------------------------------------------------
L63     GCC     = gcc

R64     GCC     = cc -no-cpp-precomp -Dunix
-----------------------------------------------------
L68     ENGINE = ./gforth$(EXE)

R69     ENGINE = ./gforth
-----------------------------------------------------
L97     LDLIBS  = -lm 

R98     LDLIBS  = -ldl -lm 
-----------------------------------------------------
L101    

R102    VPATH = /tmp/gforth-0.5.0
-----------------------------------------------------
L104    srcdir = .

R105    srcdir = /tmp/gforth-0.5.0
-----------------------------------------------------
L115    emacssitelispdir=${datadir}/emacs/site-lisp

R116    emacssitelispdir=$(datadir)/emacs/site-lisp
-----------------------------------------------------
L310            iss.sh install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \

R311            install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \
-----------------------------------------------------
L482                    -$(RM) gforth.fi

R483                    $(RM) gforth.fi
-----------------------------------------------------
L589                    GFORTHD="./gforth-ditc$(EXE) -p .$(PATHSEP)$(srcdir)" 
GFORTH="./gforth-ditc --die-on-signal -p .$(PATHSEP)$(srcdir) -i $(kernel_fi) 
$(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) $(STARTUP)

R590                    GFORTHD="./gforth-ditc -p .$(PATHSEP)$(srcdir)" 
GFORTH="./gforth-ditc --die-on-signal -p .$(PATHSEP)$(srcdir) -i $(kernel_fi) 
$(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) $(STARTUP)
-----------------------------------------------------
L651    gforth.TAGS:    kernl32b.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS kernel.TAGS

R652    gforth.TAGS:    kernl32b.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS
-----------------------------------------------------
L662    
        kernel.TAGS:
                        rm kernl16l.fi-; $(MAKE) kernl32b.fi
-----------------------------------------------------
makefile.dos           23929   8/25/2002 5:11:17 pm  >> makefile.dos           23863   
9/23/2000 11:26:44 am 
-----------------------------------------------------
L33     VERSION = 0.5.0

R33     VERSION = 0.4.9
-----------------------------------------------------
L482                    -$(RM) gforth.fi

R482                    $(RM) gforth.fi
-----------------------------------------------------
L651    gforth.TAGS:    kernl32l.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS kernel.TAGS

R651    gforth.TAGS:    kernl32l.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS
-----------------------------------------------------
L662    
        kernel.TAGS:
                        rm kernl16l.fi-; $(MAKE) kernl32l.fi
-----------------------------------------------------
Makefile.in            24656   8/25/2002 5:10:47 pm  >> Makefile.in            24571   
9/23/2000 11:21:58 am 
-----------------------------------------------------
L68     ENGINE = ./gforth$(EXE)

R68     ENGINE = ./gforth
-----------------------------------------------------
L310            iss.sh install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \

R310            install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \
-----------------------------------------------------
L482                    -$(RM) gforth.fi

R482                    $(RM) gforth.fi
-----------------------------------------------------
L589                    GFORTHD="./gforth-ditc$(EXE) -p .$(PATHSEP)$(srcdir)" 
GFORTH="./gforth-ditc --die-on-signal -p .$(PATHSEP)$(srcdir) -i $(kernel_fi) 
$(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) $(STARTUP)

R589                    GFORTHD="./gforth-ditc -p .$(PATHSEP)$(srcdir)" 
GFORTH="./gforth-ditc --die-on-signal -p .$(PATHSEP)$(srcdir) -i $(kernel_fi) 
$(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) $(STARTUP)
-----------------------------------------------------
L651    gforth.TAGS:    @kernel_fi@ gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS kernel.TAGS

R651    gforth.TAGS:    @kernel_fi@ gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS
-----------------------------------------------------
L662    
        kernel.TAGS:
                        rm kernl16l.fi-; $(MAKE) @kernel_fi@
-----------------------------------------------------
makefile.os2           24521   8/25/2002 5:11:17 pm  >> makefile.os2           24455   
9/23/2000 11:26:44 am 
-----------------------------------------------------
L33     VERSION = 0.5.0

R33     VERSION = 0.4.0
-----------------------------------------------------
L482                    -$(RM) gforth.fi

R482                    $(RM) gforth.fi
-----------------------------------------------------
L653    gforth.TAGS:    kernl32l.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS kernel.TAGS

R653    gforth.TAGS:    kernl32l.fi gforth$(EXE) $(GFORTH_FI_SRC) prim.TAGS
-----------------------------------------------------
L664    
        kernel.TAGS:
                        rm kernl16l.fi-; $(MAKE) kernl32l.fi
-----------------------------------------------------
mkdosmf.sed            1973    8/25/2002 5:11:18 pm  >> mkdosmf.sed            1973    
7/24/2000 6:41:32 am  
-----------------------------------------------------
L57     s%@VERSION@%0.5.0%g

R57     s%@VERSION@%0.4.9%g
-----------------------------------------------------
mkos2mf.sed            2581    8/25/2002 5:11:18 pm  >> mkos2mf.sed            2581    
12/26/1998 2:43:04 am 
-----------------------------------------------------
L69     s%@VERSION@%0.5.0%g

R69     s%@VERSION@%0.4.0%g
-----------------------------------------------------
os2conf.h              1880    8/25/2002 5:11:18 pm  >> os2conf.h              1880    
12/26/1998 2:43:04 am 
-----------------------------------------------------
L15     #define VERSION "0.5.0"

R15     #define VERSION "0.4.0"
-----------------------------------------------------
prim                   54339   8/25/2002 5:11:20 pm  >> prim                   54305   
9/23/2000 11:22:02 am 
-----------------------------------------------------
L2243   #ifdef __MACH__
                '\n'
                #else
-----------------------------------------------------
L2247   #endif
-----------------------------------------------------
prim.b                 69053   8/25/2002 5:11:21 pm  >> prim.b                 69034   
9/23/2000 11:22:22 am 
-----------------------------------------------------
L1      #line 1 "./prim"

R1      #line 1 "/a5/anton/gforth/prim"
-----------------------------------------------------
L3310   #ifdef __MACH__
                '\n'
                #else
-----------------------------------------------------
L3314   #endif
-----------------------------------------------------
prim.TAGS.sed          11      8/25/2002 5:11:20 pm  >> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to