History log of /csrg-svn/usr.bin/f77/pass1.vax/expr.c (Results 1 – 10 of 10)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 47955 12-Apr-1991 bostic

new copyright; att/bsd/shared

# 33256 03-Jan-1988 bostic

const is an ANSI C keyword

# 27928 09-May-1986 donn

(1) The compiler permitted the ordinary relational operators to be used with
LOGICAL values but didn't produce useful results. Now you can use .eq. and
.ne. (although a warning is printed) and the o

(1) The compiler permitted the ordinary relational operators to be used with
LOGICAL values but didn't produce useful results. Now you can use .eq. and
.ne. (although a warning is printed) and the other relational operators
elicit errors. (2) Length information on expressions is now properly
propagated and freed; this used to cause confusion for certain concatenations.

show more ...

# 27451 26-Apr-1986 donn

Someone forgot about comparisons of logical constants in consbinop() --
the results of such tests were garbage.

# 26307 20-Feb-1986 donn

Fix memory management problem with reordering of array dimension and
substring code in mklhs().

# 25736 07-Jan-1986 donn

(1) Lots of changes for handling hardware errors which can crop up
when evaluating constant expressions. (2) Don't optimize first/last char
values when they contain function calls or array reference

(1) Lots of changes for handling hardware errors which can crop up
when evaluating constant expressions. (2) Don't optimize first/last char
values when they contain function calls or array references. (3) Name
the offending subroutine when it's used as a function. (4) Fix bug in
mklhs() that caused the 'first character' substring parameter to be
evaluated twice.

show more ...

# 24477 29-Aug-1985 donn

Added Jerry Berkman's changes to call pow() directly rather than
indirectly through pow_dd(), in mkpower(); fixed another of my goofs in
the substring parameter conversion code in mkprim().

# 23680 23-Jun-1985 mckusick

fix from donn@utah-cs

# 23476 09-Jun-1985 mckusick

from donn@utah-cs.ARPA

# 22812 07-Jun-1985 mckusick

4.3BSD beta release version