#
46994 |
| 05-Mar-1991 |
bostic |
ANSI, rename inline |
#
42687 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
40260 |
| 03-Mar-1990 |
donn |
ANSI syntax nit. |
#
38105 |
| 23-May-1989 |
bostic |
add Berkeley specific copyright notice |
#
34257 |
| 11-May-1988 |
donn |
Some tweaks were required in convert() to get 'print float1 / float2' to work. A clause that specifically treats floats as ints ('op != O_NOP...') was deleted; the error code was changed so that 'pr
Some tweaks were required in convert() to get 'print float1 / float2' to work. A clause that specifically treats floats as ints ('op != O_NOP...') was deleted; the error code was changed so that 'print float1 div float2' generates a reasonable message (rather than treating the floats as ints, sigh).
show more ...
|
#
33337 |
| 12-Jan-1988 |
donn |
merge in latest Linton version |
#
26330 |
| 23-Feb-1986 |
sam |
purge bitfields for tahoe (doesn't handle signed stuff well) |
#
24554 |
| 05-Sep-1985 |
mckusick |
register printing (from Ralph Campbell) |
#
21625 |
| 31-May-1985 |
dist |
Add copyright |
#
18235 |
| 01-Mar-1985 |
linton |
update to version 3.0 |
#
17145 |
| 01-Sep-1984 |
sam |
put back old fix -- can't reference function if enclosing module has same name |
#
16968 |
| 18-Aug-1984 |
sam |
add support for tracing register variables |
#
16653 |
| 30-Jun-1984 |
sam |
take out MODULE hack -- who knows how it interacts with modula-2 |
#
16637 |
| 23-Jun-1984 |
sam |
merge linton branch delta trail |
#
16620 |
| 23-Jun-1984 |
sam |
branch delta of linton changes from net.sources |
#
15783 |
| 30-Dec-1983 |
sam |
skip modules when searching for program symbols so that, for example, functions may be named the same thing as the file they're contained in |
#
14654 |
| 16-Aug-1983 |
linton |
added "symbols_init" from object to initialize t_int, t_char, ... |
#
14441 |
| 10-Aug-1983 |
linton |
added a flag for functions which indicates they are "inline", meaning they have no activation record associated with them -- currently this is only used for C unnamed blocks with declarations insid
added a flag for functions which indicates they are "inline", meaning they have no activation record associated with them -- currently this is only used for C unnamed blocks with declarations inside them
show more ...
|
#
12609 |
| 20-May-1983 |
linton |
fixed problem with size of enumerated types in C |
#
12547 |
| 18-May-1983 |
csvaf |
support for f77 : rangetypes; ref parameters; typematch |
#
12127 |
| 29-Apr-1983 |
linton |
changed parameter size calculation |
#
12045 |
| 25-Apr-1983 |
linton |
fixed size computation for small variables |
#
11865 |
| 08-Apr-1983 |
linton |
added information to tell if a function had source information associated with it |
#
11770 |
| 30-Mar-1983 |
linton |
put in a temporary fix for subscripting with pointers in C. In the long run, subscripting should be treated as a language-dependent operation. |
#
11171 |
| 20-Feb-1983 |
linton |
now uses "bzero" instead of static sympool structure, also added support for type-rename operator |