some clean up
[libfirm] / ir / tv / fltcalc.c
2005-10-28 Michael Beckmore config.h stuff added
2005-09-01 Michael Beckremoved wrong const
2005-07-20 Michael Beckrenamed c++ class keyword
2005-06-29 Michael BeckBugFix: comparasion between two signed floats was wrong
2005-06-28 Michael Beckadded special case to fc_comp() to speed things up
2005-06-20 Michael Beckfixed typos
2004-12-23 Michael Beckused xmalloc instead of malloc, renamed some variables...
2004-12-08 Michael BeckFixed the last fix :-(
2004-12-02 Michael Beckfixed config.h include
2004-10-29 Michael BeckRemoved last changes
2004-10-28 Michael BeckLets zeor/sign extend sc_val_to_long()
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-11-21 Michael BeckUse more config.h defines for more campatibility
2003-09-26 Boris Boesler*** empty log message ***
2003-09-25 Boris Boeslersome changes for APPLE
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Michael BeckRemoved c99 feature
2003-08-11 Matthias HeilRepaired fltcalc to work with a long double interface
2003-08-04 Matthias HeilCommit of new floating point module
2003-07-03 Michael Beckinteger floating point values will be printed witha...
2003-06-23 Till Riedeleliminated compiler wearnings
2003-05-15 Michael BeckFixed floating point minimum values, must be -*_MAX...
2003-04-09 Michael BeckTarval:
2003-04-04 Michael BeckChanged inf/nan to remove non-partabel ieee754.h file
2003-04-04 Michael BeckFixed floting point computation, other small fixes
2003-04-01 Michael BeckAdded tarval_sub_bits() fucntion to access the (binary...
2003-03-28 Michael BeckRemoved static buffer.
2003-03-26 Götz LindenmaierNew implementation of tarval module