ack/lang/m2
George Koehler 038fb6fb55 Get correct sign of a MOD b when (a > 0) and (b < 0).
Reported by me in https://github.com/davidgiven/ack/issues/60

This doesn't change DIV.  Right now a DIV b does floor division and
a MOD b has the sign of b.  This is the same as Lua, Python, Ruby,
Tcl; but is different from other Modula-2 implementations.
2017-10-28 19:55:06 -04:00
..
comp Get correct sign of a MOD b when (a > 0) and (b < 0). 2017-10-28 19:55:06 -04:00
libm2 Get correct sign of a MOD b when (a > 0) and (b < 0). 2017-10-28 19:55:06 -04:00
m2mm Fix a whole lot more stray prototypes. 2016-11-24 21:47:40 +01:00
test Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00