aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.h
Commit message (Expand)AuthorAgeFilesLines
* * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn2015-04-081-7/+0
* bigdecimal.c: format specifiersnobu2015-02-041-0/+22
* bigdecimal.h: suppress warningsnobu2014-02-121-2/+2
* * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn2013-12-121-1/+0
* * ext/bigdecimal/bigdecimal.h (RB_UNUSED_VAR, UNREACHABLE):mrkn2013-07-011-0/+12
* * ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr2013-06-201-0/+19
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu2011-12-221-2/+2
* ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.elnagachika2011-12-211-0/+6
* * ext/bigdecimal/bigdecimal.h: remove unused lines.nagachika2011-12-211-6/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu2011-12-211-0/+7
* * ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu2011-12-011-1/+7
* * ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2ndmrkn2011-06-171-1/+1
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu2010-12-111-1/+1
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-261-6/+10
* * ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa2010-08-161-2/+2
* * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.mrkn2010-08-151-1/+1
* * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn2010-08-141-31/+54
* * ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/ex...mrkn2010-08-101-11/+38
* * ext/bigdecimal/bigdecimal.h, ext/bigdecimal/bigdecimal.c: add extern declar...mrkn2010-08-101-0/+4
* * ext/bigdecimal: fixed types.nobu2010-04-281-8/+8
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-9/+9
* * ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn2010-04-211-2/+2
* * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu2009-06-111-1/+1
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-261-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame2008-07-221-0/+4
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-5/+5
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-241-1/+1
* to_s("+") implemented.shigek2003-08-191-10/+4
* Bug fix: limit & div combination.shigek2003-08-151-3/+3
* Ambiguity of BigDecimal::limit removed.shigek2003-08-131-0/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-081-1/+4
* Specs adjusted for FLoat.shigek2003-08-011-1/+6
* Bug fix from Javier Goizueta.shigek2003-07-281-2/+2
* 0 ** 0 bug fixed.shigek2003-07-261-8/+10
* ver method added.shigek2003-07-251-1/+11
* More pathes from Tadasi Saito.shigek2003-07-181-1/+1
* 1.From Tadashi Saito's adviceshigek2003-06-271-3/+16
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-061-3/+1
* Use rb_str2cstr() instead of STR2CSTR() macro.shigek2003-03-281-2/+2
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-281-0/+190