summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.h
AgeCommit message (Expand)Author
2014-02-12bigdecimal.h: suppress warningsnobu
2013-12-12* ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn
2013-07-01* ext/bigdecimal/bigdecimal.h (RB_UNUSED_VAR, UNREACHABLE):mrkn
2013-06-20* ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr
2013-05-19fix typos. Patch by k_takata.ktsj
2011-12-22* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu
2011-12-21ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.elnagachika
2011-12-21* ext/bigdecimal/bigdecimal.h: remove unused lines.nagachika
2011-12-21* ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu
2011-12-01* ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu
2011-06-17* ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2ndmrkn
2010-12-11ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu
2010-08-26* ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn
2010-08-16* ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa
2010-08-15* ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.mrkn
2010-08-14* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn
2010-08-10* ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/ex...mrkn
2010-08-10* ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c: add extern declar...mrkn
2010-04-28* ext/bigdecimal: fixed types.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-21* ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-07-22* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2003-09-24* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu
2003-08-19to_s("+") implemented.shigek
2003-08-15Bug fix: limit & div combination.shigek
2003-08-13Ambiguity of BigDecimal::limit removed.shigek
2003-08-08F style output(like 1234.56789) implemented to to_s method.shigek
2003-08-01Specs adjusted for FLoat.shigek
2003-07-28Bug fix from Javier Goizueta.shigek
2003-07-260 ** 0 bug fixed.shigek
2003-07-25ver method added.shigek
2003-07-18More pathes from Tadasi Saito.shigek
2003-06-271.From Tadashi Saito's adviceshigek
2003-05-06bigdecimal-brushup.patch from Tadashi Saito applied.shigek
2003-03-28Use rb_str2cstr() instead of STR2CSTR() macro.shigek
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek