History log of /original-bsd/usr.bin/pascal/src/call.c (Results 1 – 25 of 36)
Revision Date Author Comments
# 41f4043d 06-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# b85afe43 16-Apr-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright; att/bsd/shared


# 71395e85 12-Nov-1986 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

replace `even' and `leven' with explicit rounding


# 80f9e15b 26-Jul-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

null pointer checks (from ralph)


# 295621b4 04-Jun-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# 6a820f36 16-Apr-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

must check for NIL pointer


# 496b13af 20-Mar-1985 ralph <ralph@65305748-3e16-e211-a854-8c89a5c6f760>

changes from donn@utah-cs for common header file for pcc


# d131fcde 08-Feb-1984 aoki <aoki@65305748-3e16-e211-a854-8c89a5c6f760>

synchronize to version 2


# 8dd571a1 08-Feb-1984 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

merge in conformant array code by Carol Nishizak


# 90dc940c 19-Sep-1983 thien <thien@65305748-3e16-e211-a854-8c89a5c6f760>

Restoring to unlinted version


# 9d446337 19-Aug-1983 thien <thien@65305748-3e16-e211-a854-8c89a5c6f760>

The changes were made to allow successful linting


# 4c8e651f 03-Jun-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

fix the type of the address of a formal call etnry address.


# f68ed5ed 06-Apr-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

it says in my description of the ir that STASG's have the type
pointer to structure. this makes a difference for the FORCE in fend.c
on the mc68000.


# 076ebb16 28-Feb-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

clean up temporary allocation, moving everything relevant to
tmps.c and (new) tmps.h. correctly emit LBRAC lines. allocate registers
from high to low. put in data structures for multiple types of

clean up temporary allocation, moving everything relevant to
tmps.c and (new) tmps.h. correctly emit LBRAC lines. allocate registers
from high to low. put in data structures for multiple types of registers.

show more ...


# 54b33800 01-Feb-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

postcheck() takes struct nl *'s, not p2types.


# a3c3381a 17-Jan-1983 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

put in explicit scalar converts (sconv's) to make less code-generator dependent.


# 9f7e93ea 26-Aug-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

convert namelist structure to use unions


# 0ed313d2 15-Jul-1981 mckusic <mckusic@65305748-3e16-e211-a854-8c89a5c6f760>

rmdel -r1.16


# 10903c71 12-Jun-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

copy formal descriptor to a local (so it's addressable) for FRTN.


# fa5679ae 08-Jun-1981 mckusic <mckusic@65305748-3e16-e211-a854-8c89a5c6f760>

put display save area back into formal routine structure


# 924df2a5 03-Jun-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

formal functions need not be at the current level; just a bug.


# 3a2b01bf 01-Jun-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

add storage classes to namelist, and use them.


# 144ba7ca 01-Apr-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

dynamically allocate display save areas before formal calls


# 199b2563 26-Mar-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

also check that for variables are not passed as var parameters.


# 279fde76 24-Mar-1981 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

add sextname() to make up long external names for things.


12