Diff for /gforth/doc/gforth.ds between versions 1.57 and 1.58

version 1.57, 2000/07/13 19:41:07 version 1.58, 2000/07/14 09:24:06
Line 13596  has the following form: Line 13596  has the following form:
   
 @cindex primitive source format  @cindex primitive source format
 @format  @format
 @i{Forth-name}  @i{stack-effect}        @i{category}    [@i{pronounc.}]  @i{Forth-name}  ( @i{stack-effect} )        @i{category}    [@i{pronounc.}]
 [@code{""}@i{glossary entry}@code{""}]  [@code{""}@i{glossary entry}@code{""}]
 @i{C code}  @i{C code}
 [@code{:}  [@code{:}
Line 13608  are there for generating the documentati Line 13608  are there for generating the documentati
 for manual implementations on machines without GNU C. E.g., the source  for manual implementations on machines without GNU C. E.g., the source
 for the primitive @code{+} is:  for the primitive @code{+} is:
 @example  @example
 +    n1 n2 -- n    core    plus  +    ( n1 n2 -- n )   core    plus
 n = n1+n2;  n = n1+n2;
 @end example  @end example
   
Line 14027  with their continuous feedback. Lennart Line 14027  with their continuous feedback. Lennart
 @file{glosgen.fs}, while Stuart Ramsden has been working on automatic  @file{glosgen.fs}, while Stuart Ramsden has been working on automatic
 support for calling C libraries. Helpful comments also came from Paul  support for calling C libraries. Helpful comments also came from Paul
 Kleinrubatscher, Christian Pirker, Dirk Zoller, Marcel Hendrix, John  Kleinrubatscher, Christian Pirker, Dirk Zoller, Marcel Hendrix, John
 Wavrik, Barrie Stott, Marc de Groot, and Jorge Acerada. Since the  Wavrik, Barrie Stott, Marc de Groot, Jorge Acerada, Bruce Hoyt, and
 release of Gforth-0.2.1 there were also helpful comments from many  Robert Epprecht. Since the release of Gforth-0.2.1 there were also
 others; thank you all, sorry for not listing you here (but digging  helpful comments from many others; thank you all, sorry for not listing
 through my mailbox to extract your names is on my to-do list). Since the  you here (but digging through my mailbox to extract your names is on my
 release of Gforth-0.4.0 Neal Crook worked on the manual.  to-do list). Since the release of Gforth-0.4.0 Neal Crook worked on the
   manual.
   
 Gforth also owes a lot to the authors of the tools we used (GCC, CVS,  Gforth also owes a lot to the authors of the tools we used (GCC, CVS,
 and autoconf, among others), and to the creators of the Internet: Gforth  and autoconf, among others), and to the creators of the Internet: Gforth

Removed from v.1.57  
changed lines
  Added in v.1.58


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>