Diff for /gforth/Attic/gforth.ds between versions 1.9 and 1.11

version 1.9, 1995/01/30 18:47:47 version 1.11, 1995/02/22 18:40:15
Line 428  unwary (e.g., floating point addition is Line 428  unwary (e.g., floating point addition is
 for the wary. You should not use them unless you know what you are doing  for the wary. You should not use them unless you know what you are doing
 or you don't care that the results you get are totally bogus. If you  or you don't care that the results you get are totally bogus. If you
 want to learn about the problems of floating point numbers (and how to  want to learn about the problems of floating point numbers (and how to
 avoid them), you might start with @cite{David (?) Goldberg, What Every  avoid them), you might start with @cite{David Goldberg, What Every
 Computer Scientist Should Know About Floating-Point Arithmetic, ACM  Computer Scientist Should Know About Floating-Point Arithmetic, ACM
 Computing Surveys 23(1):5@minus{}48, March 1991}.  Computing Surveys 23(1):5@minus{}48, March 1991}.
   
Line 628  doc-dfloats Line 628  doc-dfloats
 doc-dfloat+  doc-dfloat+
 doc-dfalign  doc-dfalign
 doc-dfaligned  doc-dfaligned
   doc-maxalign
   doc-maxaligned
   doc-cfalign
   doc-cfaligned
 doc-address-unit-bits  doc-address-unit-bits
   
 @node Memory block access,  , Address arithmetic, Memory access  @node Memory block access,  , Address arithmetic, Memory access
Line 881  doc-next Line 885  doc-next
 doc-leave  doc-leave
 doc-?leave  doc-?leave
 doc-unloop  doc-unloop
 doc-undo  doc-done
   
 The standard does not allow using @code{cs-pick} and @code{cs-roll} on  The standard does not allow using @code{cs-pick} and @code{cs-roll} on
 @i{do-sys}. Our system allows it, but it's your job to ensure that for  @i{do-sys}. Our system allows it, but it's your job to ensure that for

Removed from v.1.9  
changed lines
  Added in v.1.11


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