Commit ID:      1005A21E4F06CA95502
CVSROOT:        /cvs
Module name:    contrib
Changes by:     t...@herc.mirbsd.org    2017/12/01 23:26:25 UTC

Modified files:
        code/jupp      : macro.c rc.c uedit.c umath.h

Log message:
add a level of indirection: never use math’s calc() outside of umath

in the places where we used it, we now have calcl() which takes the
same arguments, evaluates its second parameter (in the context BW of
the first), but returns it as long; calcldec() subtracts 1.0 first

this confines all floating point operations into umath.?

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/jupp/macro.c
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/jupp/rc.c
cvs -R rdiff -kk -upr1.17 -r1.18 contrib/code/jupp/uedit.c
cvs -R rdiff -kk -upr1.5 -r1.6 contrib/code/jupp/umath.h

Reply via email to