> I found that revision 2030 fixes the behaviour above except for
> a very minor "case-sensitive" glitch. Patch below.
> Thanks for this fast resolution :-)

Not to thank me, others did the job.

> svn diff common/lib/forth2012/tester/tester-amforth.frt
> Index: common/lib/forth2012/tester/tester-amforth.frt
> ===================================================================
> --- common/lib/forth2012/tester/tester-amforth.frt    (revision
> 2030)
> +++ common/lib/forth2012/tester/tester-amforth.frt    (working
> copy)
> @@ -41,7 +41,7 @@
>  : -> \ ( ... -- ) RECORD DEPTH AND CONTENT OF STACK.
>     depth dup ACTUAL-DEPTH !          \ RECORD DEPTH
>     START-DEPTH @ > if                \ IF THERE IS SOMETHING ON
> STACK
> -       DEPTH START-DEPTH @ - 0 do ACTUAL-RESULTS i cells + ! loop \
> SAVE THEM
> +       depth START-DEPTH @ - 0 do ACTUAL-RESULTS i cells + ! loop \
> SAVE THEM
>     then
>  ;
> 

You really need a smart source code uploader. Mine does this kind of
case conversion for the standard words (and only for them) that 
shall be case insensitive as defined by the gurus... ;) THanks anyway

Matthias
------------------------------------------------------------------------------
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to