ack/lang/cem
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
..
cemcom Updated .distr files for the new release. 2007-02-25 12:51:55 +00:00
cemcom.ansi Fix cemcom.ansi for 64-bit hosts. 2012-09-07 15:53:13 -04:00
cpp.ansi Fixed a bug where the preprocessor would occasionally lose whitespace at the beginning of lines immediately after a #endif, which was confusing the assembler. 2007-04-21 23:10:13 +00:00
ctest fixup commit for tag 'release-6-0-pre-1' 2007-02-25 22:49:23 +00:00
libcc Renamed the language libraries and runtimes to have more 2007-02-26 22:36:56 +00:00
libcc.ansi Call the correct kill() and getpid() syscalls rather than _kill() and _getpid(). 2010-10-02 21:51:40 +00:00
lint fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
.distr Updated for the 6.0pre2 release. 2007-04-24 20:45:58 +00:00
pmfile Updated for the 6.0pre2 release. 2007-04-24 20:45:58 +00:00