10367 | 17-Jan-1983 |
peter |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10366 | 17-Jan-1983 |
peter |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10365 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10364 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10363 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10362 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10361 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10360 | 17-Jan-1983 |
mckusick |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
10358 | 17-Jan-1983 |
mckusick |
date and time created 83/01/17 13:49:04 by mckusick |
10254 | 12-Jan-1983 |
peter |
port to the mc68000; pass 1. |
9573 | 06-Dec-1982 |
peter |
ord() shouldn't be allowed on pointers. |
9264 | 16-Nov-1982 |
mckusick |
misssing level of indirectin in ptr passed to blkclr() after NEW() |
9230 | 14-Nov-1982 |
mckusick |
fix bug in delta 1.14 that made fields come out one byte shorter than requested |
9229 | 14-Nov-1982 |
mckusick |
fix bug in delta 1.12 that made fields come out one byte shorter than requested |
9139 | 12-Nov-1982 |
mckusick |
get rid of NEWZ (use NEW + blkclr); break ASRTS out of ASRT |
9138 | 12-Nov-1982 |
mckusick |
arguments to blkclr are reversed to be compatable with bzero |
9137 | 12-Nov-1982 |
mckusick |
local jumps to globally declared labels must still use jmp instead of jbr |
9131 | 12-Nov-1982 |
mckusick |
version 2.9 becomes 2.10 automagically. |
9129 | 12-Nov-1982 |
mckusick |
force setjmp and display save/restore for program statement if there is a label declaration as there may be a non-local goto to it. |
9128 | 11-Nov-1982 |
mckusick |
optimize display save/restore and setjmp() to be done only when needed. |
9127 | 11-Nov-1982 |
mckusick |
optimize display save/restore and setjmp() to be done only when needed. |
9126 | 11-Nov-1982 |
mckusick |
optimize display save/restore and setjmp() to be done only when needed. |
9121 | 10-Nov-1982 |
mckusick |
get rid of GOTO and replace it with setjmp/longjmp |
9120 | 10-Nov-1982 |
mckusick |
get rid of GOTO and replace it with setjmp/longjmp |
8758 | 21-Oct-1982 |
peter |
to correct the ir to the code generator, if the lefthandside is a double and the righthandside isn't, cast it. |