Age | Commit message (Expand) | Author |
2009-02-11 | merge revision(s) 20228: | shyouhei |
2008-02-09 | * ext/bigdecimal/extconf.rb: simplified the condition. | nobu |
2008-02-09 | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more | nobu |
2007-03-14 | * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is now | matz |
2007-02-27 | * regex.c (calculate_must_string, slow_search, re_search): Silence | knu |
2007-02-19 | revert error check-in in r11777 | matz |
2007-02-19 | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | matz |
2007-02-09 | * ext/bigdecimal: Synchronize with trunk. Better function | knu |
2007-01-03 | Revert r11453 | matz |
2007-01-03 | * io.c (ruby_dup): start GC on ENOMEM as well. | matz |
2006-12-31 | Merge 11443, 11444 and 11445 from trunk. | drbrain |
2006-10-14 | * parse.y (parser_warning, parser_warn): some error message may | matz |
2006-08-07 | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz |
2006-07-13 | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz |
2006-06-29 | * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch | matz |
2006-06-29 | * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from | matz |
2006-06-10 | * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo | matz |
2005-09-16 | * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" | matz |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2005-02-18 | * ext/bigdecimal/sample/linear.rb: resolve LoadError. | ocean |
2005-02-18 | * bigdecimal/newton.rb: resolve LoadError. | ocean |
2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-05-11 | Fix for 'incomplete bug fix' for 1.41. | shigek |
2004-04-06 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2003-12-25 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2003-12-11 | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu |
2003-11-04 | typo | shigek |
2003-10-21 | Added math.rb descriptions. | shigek |
2003-10-21 | Local version number(BigDecimal::ver) incremented. | shigek |
2003-10-21 | can read data from file. | shigek |
2003-09-24 | * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c, | nobu |
2003-09-04 | Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault | shigek |
2003-09-03 | Bug in mult method fixed. | shigek |
2003-08-29 | The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*... | shigek |
2003-08-29 | limit inserted. | shigek |
2003-08-29 | mult & div instead of * & /. | shigek |
2003-08-27 | Forgot to round '*'. | shigek |
2003-08-26 | sqrt() error checking bug fixed. | shigek |
2003-08-26 | sqrt() speed up. | shigek |
2003-08-21 | Int. overflow bug in multiplication fixed & VpNmlz() speed up. | shigek |
2003-08-19 | to_s("+") implemented. | shigek |
2003-08-19 | E added. Typo corrected. | shigek |
2003-08-17 | Refinement for speedup. | shigek |
2003-08-16 | Typo 'selt' corrected to 'self'. | shigek |
2003-08-15 | sqrt() & atan() added. | shigek |
2003-08-15 | Bug fix: limit & div combination. | shigek |
2003-08-14 | Newly added. | shigek |
2003-08-14 | Changed to use lib/bigdecimal/math.rb. | shigek |
2003-08-14 | lib/bigdecimal/math.rb added. | shigek |