(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT
[platform/upstream/gcc.git] / gcc / real.c
1994-05-16 Richard Kenner(ereal_from_float, .._double): Change arg from long...
1994-05-12 Richard Kenner(m16m): Change first arg to int; all callers changed.
1994-04-24 Richard Kenner(etoe53, etoe24): Make all occurrences static.
1994-04-21 Richard KennerUpate comments and copyright notice.
1994-04-21 Richard KennerMake most functions static and add prototypes for all...
1994-03-09 Richard Kenner(target_negative): -0 counts as negative.
1994-02-16 Richard Kenner(real_value_truncate): If requested mode is not support...
1994-02-15 Richard Kenner(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on...
1994-02-09 Richard Kenner(earith, ereal_negate, eneg, eisneg, enan, emovo, esub...
1994-01-31 Richard Kenner(emovo): Use separate variable for loop index.
1993-10-13 Richard Kenner(FLOAT_WORDS_BIG_ENDIAN...
1993-10-11 Richard Stallman(debug_real): New function.
1993-10-11 Richard StallmanWhitespace changes.
1993-10-11 Richard Stallman(asctoeg): Fix backward condition in last change.
1993-10-09 Richard Stallman(asctoeg): Allocate local buffer dynamically.
1993-10-06 Richard Stallman(real_value_truncate): Correct etrunci argument in...
1993-08-13 Jim Wilson(GET_REAL, PUT_REAL): Add TFmode versions.
1993-06-16 Richard Stallman(ltoe, ultoe, eifrac, euifrac): Handle 64-bit longs.
1993-06-13 Richard Stallman(ereal_from_float, ereal_from_double): New functions.
1993-05-22 Richard Stallman(ereal_to_int): Fix potentially wrong-endian argument...
1993-05-22 Richard Stallman(target_isnan): Use GET_REAL macro to get argument.
1993-05-21 Richard Stallman(emdnorm): Fix typo affecting roundoff behavior in...
1993-05-20 Richard Stallman(e24toe, e53toe, e64toe): Fix sign in conversions of...
1993-05-11 Richard Stallman(enan): Add forward decl.
1993-05-09 Richard Stallman(mtherr): Don't put newlines in error message string.
1993-05-09 Richard Stallman(NAN): Define for support of Not-a-Number bit patterns.
1993-05-02 Richard StallmanTake out previous change.
1993-05-02 Richard Stallman(EDOM, ERANGE): Define only if not defined. (Less...
1993-05-02 Michael MeissnerDo not define EDOM/ERANGE.
1993-05-02 Richard StallmanDeleted casts to void.
1993-04-01 Michael MeissnerEliminate extern needed warning messages that the MIPS...
1993-03-31 Richard Stallmanentered into RCS
1993-03-31 Richard StallmanInitial revision