1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Anton Sidelnikov
1aed74575c Conversion trick for 64-bit Fixnums, with fixed tests 2012-08-01 21:16:48 +07:00
Charles Lowell
531d5685bb Revert "Conversion trick for 64-bit Fixnums"
see http://travis-ci.org/#!/cowboyd/therubyracer/jobs/2002117

This reverts commit fde0d8ae9a.
2012-07-31 19:56:04 +03:00
Anton Sidelnikov
fde0d8ae9a Conversion trick for 64-bit Fixnums 2012-07-26 13:10:03 +07:00
Charles Lowell
c5b13ea115 Move Get,Set,Constructor and friends out of Class
Even though they had been moved into the
`ClassAction` module, that module still had the
potential for conflict. Instead, we'll just put 
evenything in the Conversion namespace. That way
we need not worry.
2012-07-24 23:25:56 +03:00
Charles Lowell
2978306272 proper fix for bigdecimal and bignum conversion. 2012-06-17 02:42:23 -05:00
Charles Lowell
1349384c08 allow embedding BigDecimal 2012-06-16 12:31:08 -05:00