History log of /original-bsd/old/dbx/symbols.c (Results 1 – 25 of 27)
Revision Date Author Comments
# bf37e3ac 05-Mar-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

ANSI, rename inline


# eda2fe2c 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# 85eac532 03-Mar-1990 donn <donn@65305748-3e16-e211-a854-8c89a5c6f760>

ANSI syntax nit.


# be26f981 23-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add Berkeley specific copyright notice


# d92a0a7c 11-May-1988 donn <donn@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 30bd4f8b 12-Jan-1988 donn <donn@65305748-3e16-e211-a854-8c89a5c6f760>

merge in latest Linton version


# 79920c8c 23-Feb-1986 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

purge bitfields for tahoe (doesn't handle signed stuff well)


# 6ade50c2 05-Sep-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

register printing (from Ralph Campbell)


# d3e809b3 31-May-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# 8572ca82 01-Mar-1985 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

update to version 3.0


# 771a31a6 01-Sep-1984 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

put back old fix -- can't reference function if enclosing module has same name


# fba6b583 18-Aug-1984 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

add support for tracing register variables


# da5188cf 30-Jun-1984 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

take out MODULE hack -- who knows how it interacts with modula-2


# 616b9feb 23-Jun-1984 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

merge linton branch delta trail


# fb2c5173 23-Jun-1984 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

branch delta of linton changes from net.sources


# 27048b33 30-Dec-1983 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 2c071812 16-Aug-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

added "symbols_init" from object to initialize t_int, t_char, ...


# 4d258707 10-Aug-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 7678984a 20-May-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

fixed problem with size of enumerated types in C


# a42b1f37 18-May-1983 csvaf <csvaf@65305748-3e16-e211-a854-8c89a5c6f760>

support for f77 : rangetypes; ref parameters; typematch


# c667c02a 29-Apr-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

changed parameter size calculation


# 6cac1c90 25-Apr-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

fixed size computation for small variables


# 6d815b9c 08-Apr-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

added information to tell if a function had source information
associated with it


# e7e66968 30-Mar-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

put in a temporary fix for subscripting with pointers in C.
In the long run, subscripting should be treated as a language-dependent
operation.


# 013ff596 20-Feb-1983 linton <linton@65305748-3e16-e211-a854-8c89a5c6f760>

now uses "bzero" instead of static sympool structure,
also added support for type-rename operator


12