ack/lang
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
..
a68s Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
b Tune the installed manual pages. 2017-01-18 23:02:30 -05:00
basic Merge from trunk. 2017-08-06 10:42:16 +02:00
cem Don't check ferror(fp) when reading fp. 2017-10-28 16:20:48 -04:00
fortran Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
m2 Get correct sign of a MOD b when (a > 0) and (b < 0). 2017-10-28 19:55:06 -04:00
occam Don't define functions called itoa(), because this causes problems on platforms 2017-07-23 21:19:07 +02:00
pc Attempt to correct file system case sensitivity. 2017-08-06 11:15:53 +02:00
build.lua We can build our first C file. 2016-08-07 21:56:53 +02:00