Module Name:    pcc
Committed By:   ragge
Date:           Sun May 11 15:28:03 UTC 2008

Modified Files:
        pcc/f77/fcom: data.c defs.h equiv.c exec.c expr.c init.c intr.c io.c
            lex.c misc.c proc.c put.c putscj.c

Log Message:
Use private ckfree() function instead of free() directly.
Add function fprint() to print out f77 parse trees.
Do not discard casts char -> short/int, the backend of today needs
type correctness.
Remove two unused struct members.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pcc/f77/fcom/data.c pcc/f77/fcom/misc.c
cvs rdiff -u -r1.18 -r1.19 pcc/f77/fcom/defs.h
cvs rdiff -u -r1.10 -r1.11 pcc/f77/fcom/equiv.c
cvs rdiff -u -r1.13 -r1.14 pcc/f77/fcom/exec.c pcc/f77/fcom/init.c
cvs rdiff -u -r1.19 -r1.20 pcc/f77/fcom/expr.c
cvs rdiff -u -r1.12 -r1.13 pcc/f77/fcom/intr.c pcc/f77/fcom/io.c \
    pcc/f77/fcom/proc.c
cvs rdiff -u -r1.11 -r1.12 pcc/f77/fcom/lex.c
cvs rdiff -u -r1.16 -r1.17 pcc/f77/fcom/put.c
cvs rdiff -u -r1.15 -r1.16 pcc/f77/fcom/putscj.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to