1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
wyhaines 6f1649e091 ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparisons. Also fix a bunch of bugs that lead to broken-ness and failing tests.
test/bigdecimal/test_bigdecimal.rb: Backport #2349 [ruby-core:26646]; added a test suite.
test/ruby/test_exception.rb: The test suite was breaking ZeroDivisionError, which in turn would break bigdecimal/test_bigdecimal.rb. Made a simple fix that keeps that test but does so non-destructively.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@29025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-17 18:27:36 +00:00
..
bigdecimal ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparisons. Also fix a bunch of bugs that lead to broken-ness and failing tests. 2010-08-17 18:27:36 +00:00
curses merge revision(s) 13936:13938: 2008-06-07 18:59:34 +00:00
dbm * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. 2006-09-16 07:14:37 +00:00
digest * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid 2007-08-22 02:46:51 +00:00
dl merge revision(s) 17872: 2008-08-11 00:36:08 +00:00
enumerator * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): 2005-10-24 00:07:01 +00:00
etc * merge -c 12071 2007-03-16 11:53:15 +00:00
fcntl * ext/etc/etc.c: document update from mathew <meta@pobox.com>. 2005-10-28 17:00:07 +00:00
gdbm merge revision(s) 20360:20363: 2009-02-18 13:07:19 +00:00
iconv merge revision(s) 16851: 2008-07-02 08:41:13 +00:00
io/wait * ext/io/wait/extconf.rb: suspicious checking_for. 2006-09-16 07:15:22 +00:00
nkf ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buffer in numchar_getc() size form 8 to 10 to avoid potential for a segfault. 2010-06-09 21:52:26 +00:00
openssl Backport #484 [ruby-core:18377]; Make OpenSSL::Config freeze correctly, preventing further config changes. 2010-05-24 18:39:36 +00:00
pty merge revision(s) 15531: 2008-06-15 10:22:41 +00:00
racc/cparse * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless 2007-02-24 08:01:36 +00:00
readline merge revision(s) 15546: 2008-06-15 10:51:03 +00:00
sdbm * ext/digest/digest.c (rb_digest_instance_update, 2007-08-22 01:16:17 +00:00
socket ext/socket/extconf.rb: Corrected function definitions to specify return values. 2009-07-09 18:29:13 +00:00
stringio merge revision(s) 20151: 2009-02-09 04:39:52 +00:00
strscan * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before match. [ruby-dev:29914] 2007-01-10 09:59:11 +00:00
syck merge revision(s) 16074: 2008-06-15 13:09:35 +00:00
syslog merge revision(s) 17727: 2008-07-02 09:56:56 +00:00
thread merge revision(s) 22011: 2009-03-23 10:16:30 +00:00
tk Pulled the date.rb change; it should not have been applied. 2009-08-03 16:09:33 +00:00
Win32API merge revision(s) 15823: 2008-06-15 11:30:20 +00:00
win32ole merge revision(s) 17827,17846:17848: 2008-07-07 03:10:04 +00:00
zlib merge revision(s) 18031: 2008-07-16 16:37:56 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
.document * regex.c (re_compile_pattern): should check if c is not a 2006-04-24 15:15:22 +00:00
extmk.rb merge revision(s) 21297: 2009-02-21 15:49:10 +00:00
purelib.rb merge -r 12332:12336 2007-05-22 21:37:36 +00:00
Setup * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.atheos * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.dj * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.emx * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.nt * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.x68 * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00