* g++.old-deja/g++.other/addrof1.C: New test.
[platform/upstream/gcc.git] / gcc / real.c
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-05-23 Andreas Schwabm68k.h: Declare more functions used in macros.
1998-05-06 Robert Lipetoplev.h: New file.
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-12 Manfred HollsteinIn gcc/:
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-08-12 Jeffrey A Lawversion.c: Bump version to "gcc-3.0.0 970802 experimental".
1996-10-23 Richard Kenner(exact_real_inverse): New function, if REAL_ARITHMETIC.
1996-07-03 Mike Stumpformatting tweaks
1996-06-28 Richard Kenner(asctoeg): `0.0eX' is zero, regardless of the exponent X.
1996-04-15 Richard Kenner(eadd1): Check for overflow on X plus X.
1996-04-14 Richard Kenner(ereal_from_{int,uint}): New arg, MODE.
1996-04-10 Richard Kenner(e64toe): Properly distinguish between NaN and infinity...
1996-03-04 Richard Kenner(significand_size): Don't test the modes, but their...
1995-08-15 Richard Kenner(ediv, emul): Set sign bit of IEEE -0.0 result.
1995-06-15 Richard KennerUpdate FSF address.
1995-05-16 Richard KennerFix typos in comments.
1995-05-05 Richard Kenner(emdnorm, toe64, etoe64): Significand of Intel long...
1995-02-22 Richard Kenner(REAL_WORDS_BIG_ENDIAN): New macro.
1995-01-25 Richard KennerUpdate comments.
1995-01-12 Richard Kenner(toe64): Use Intel bit pattern for little-endian XFmod...
1994-11-16 Ian Lance TaylorCheck target endianness at run time, not compile time
1994-11-05 Richard Kenner(GET_REAL, PUT_REAL): Cast args to bcopy to char *.
1994-06-28 Richard KennerTreat HFmode like SFmode, for now.
1994-05-30 Richard Kenner(significand_size): New function.
1994-05-16 Richard Kenner(ereal_from_int, ereal_to_int, etarsingle): Correct...
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