History log of /original-bsd/usr.bin/pascal/src/fend.c (Results 1 – 25 of 35)
Revision Date Author Comments
# c621b5c6 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


# b2276f6c 12-Jan-1987 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

fix missing \n in mcount preamble


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

add CCI (tahoe) support


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

replace `even' and `leven' with explicit rounding


# e7cb9a4e 05-Jun-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


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

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


# 7b922cbe 15-Mar-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

merge in dbx changes


# dd16f3e7 15-Mar-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

dbx mods from linton


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

synchronize to version 2


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

lint


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

Restoring to unlinted version


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

The changes were made to allow successful linting


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


# 2b810895 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 ...


# bf623cee 03-Feb-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

forgot register save mask for _program for the vax while porting to the 68000.


# 84977374 03-Feb-1983 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

typo introduced during port to mc68000.


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

separate machine-dependent parts to machine-specific routines
for code for main, prologues, entry, exit, epilogue, and formal entry points.


# 9592ad54 12-Nov-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

arguments to blkclr are reversed to be compatable with bzero


# 2af84cc6 12-Nov-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

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.


# 961a9da9 11-Nov-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

optimize display save/restore and setjmp() to be done only when needed.


# 6a2e190e 10-Nov-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

get rid of GOTO and replace it with setjmp/longjmp


# 5d79f55f 29-Aug-1982 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

allowing no files list in program statement.


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

convert namelist structure to use unions


# df20fd77 02-Aug-1982 peter <peter@65305748-3e16-e211-a854-8c89a5c6f760>

someone forgot to pass an argument to PCEXIT() for exit().


12