on Mar 23 21:20:35 1998 Craig Burley <burley@gnu.org>

on Mar 23 21:20:35 1998  Craig Burley  <burley@gnu.org>
* version.c: Reduce to a one-line file, like
gcc's version.c, since there's really no content
there.

From-SVN: r19871
This commit is contained in:
Craig Burley 1998-05-19 10:23:53 +00:00 committed by Dave Love
parent 583302e485
commit bfe12babef
1 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
1998-05-18 Craig Burley <burley@gnu.org>
Wed May 13 13:05:34 1998 Craig Burley <burley@gnu.org>
* Make-lang.in (G77STAGESTUFF): Add g77.o, g77spec.o,
and g77version.o.
@ -6,28 +6,30 @@
and g77version.o.
(f77.distclean): Delete removal of g77.c.
1998-05-18 Craig Burley <burley@gnu.org>
Fri May 15 10:52:49 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
Be even more persnickety in checking for internal bugs.
Also, if precision isn't changing, just return the expr.
(ffecom_expr_): Add ltkt variable for clarity.
* expr.c Use ffestrOther in place of ffeexprDotdot_.
(ffeexpr_token_number_): Call
* expr.c (ffeexpr_token_number_): Call
ffeexpr_make_float_const_ to make an integer.
(ffeexpr_make_float_const_): Handle making an integer.
* intrin.c (ffeintrin_init_0): Distinguish between
crashes on bad arg base and kind types.
* Makefile.in (f/expr.c): Now depends on f/stamp-str.
Thu May 14 13:30:59 1998 Craig Burley <burley@gnu.org>
* Make-lang.in (f/expr.c): Now depends on f/stamp-str.
* expr.c: Use ffestrOther in place of ffeexprDotdot_.
* str-ot.fin: Add more keywords for expr.c.
* intdoc.c (dumpimp): Trivial fix.
* stb.c (ffestb_R100110_): Fix an assertion.
* com.c (ffecom_expr_): Add ltkt variable for clarity.
Tue Apr 28 09:23:10 1998 Craig Burley <burley@gnu.org>
Fix 980427-0.f:
@ -57,6 +59,12 @@ Tue Apr 14 14:19:34 1998 Craig Burley <burley@gnu.org>
* sta.c (ffesta_second_): Check for CASE DEFAULT
as well as CASE, or it won't be recognized.
Mon Mar 23 21:20:35 1998 Craig Burley <burley@gnu.org>
* version.c: Reduce to a one-line file, like
gcc's version.c, since there's really no content
there.
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
* bugs.texi: Various updates.