ack/lang
George Koehler 800d4ae032 Fix cemcom.ansi for 64-bit hosts.
Hosts with sizeof(arith) == sizeof(long) == 8 need to set full_mask[1]
through full_mask[8].  Because MAXSIZE == 8, we only had full_mask[0]
through full_mask[7].  This fix declares arith full_mask[MAXSIZE + 1]
and prevents a fatal error: "array full_mask too small for this machine"
2012-09-07 15:53:13 -04:00
..
a68s fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
basic Renamed the language libraries and runtimes to have more 2007-02-26 22:36:56 +00:00
cem Fix cemcom.ansi for 64-bit hosts. 2012-09-07 15:53:13 -04:00
fortran Replaced calls to the custom strindex() and strrindex() functions with the 2006-07-23 20:01:02 +00:00
m2 Fixed very old bug where Streams.GetStreamPosition would return the wrong position --- thanks to Jan Verhoeven for finding this. 2010-09-01 19:55:15 +00:00
occam Renamed the language libraries and runtimes to have more 2007-02-26 22:36:56 +00:00
pc Replaced dis and new with modern implementations donated by erik@backerud.se. 2010-10-02 21:52:29 +00:00
.distr fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00