Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 1 | -6/+39 | |
| | | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c | |||||
* | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 1 | -29/+7 | |
| | | | | This reverts commit f0a14faf1d59a5ea86a79d3a5780e8433bfc9e16. | |||||
* | use method dispatch for generation again | Florian Frank | 2010-08-03 | 1 | -7/+29 | |
| | ||||||
* | Merge branch 'master' of github.com:/flori/json | Florian Frank | 2010-05-05 | 1 | -6/+6 | |
|\ | ||||||
| * | Fix wrong assertion: use assert_equal. | NARUSE, Yui | 2010-05-03 | 1 | -6/+6 | |
| | | | | | | | | From Ruby r27587 and r27590, by nobu. | |||||
* | | Fix for subclassed core classes, github issue 20v1.4.3 | Florian Frank | 2010-05-05 | 1 | -1/+22 | |
|/ | | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods. | |||||
* | Fixed T_FIXNUM bug on 64bit architectures.v1.4.1 | Florian Frank | 2010-04-25 | 1 | -0/+13 | |
| | ||||||
* | Merge commit 'v1.2.3' | Florian Frank | 2010-03-13 | 2 | -0/+11 | |
|\ | | | | | | | Merged in some additional features from the v1.2 branch. | |||||
| * | added [] method to State objectsv1.2.3 | Florian Frank | 2010-03-11 | 1 | -2/+4 | |
| | | ||||||
| * | Compatibility to Rubiniusv1.2.2 | Florian Frank | 2010-02-27 | 2 | -12/+8 | |
| | | | | | | | | Bumped the version number to 1.2.2 and fixed some tests, too. | |||||
| * | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 1 | -0/+7 | |
| | | ||||||
* | | Improved some tests | Florian Frank | 2010-02-27 | 2 | -12/+8 | |
| | | | | | | | | First stab at Rubinius compatibility | |||||
* | | check circular is deprecated | Florian Frank | 2009-11-20 | 1 | -4/+2 | |
| | | ||||||
* | | optimised speed a lot, added only_ascii mode | Florian Frank | 2009-10-26 | 2 | -9/+24 | |
| | | ||||||
* | | start to use a faster string buffer | Florian Frank | 2009-10-26 | 1 | -3/+3 | |
|/ | ||||||
* | use Array#permutation if it existsv1.2.0 | Florian Frank | 2009-10-26 | 1 | -12/+20 | |
| | | | | | otherwise create a Array#permutation method with the permutation gem on the fly | |||||
* | added conversion to utf8 to generators as well | Florian Frank | 2009-10-19 | 1 | -13/+23 | |
| | ||||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 1 | -0/+57 | |
| | | | | | improved documentation added to changes | |||||
* | added additional checks for generate methods | Florian Frank | 2009-10-16 | 3 | -10/+24 | |
| | ||||||
* | different default in fast_generate | Florian Frank | 2009-10-16 | 1 | -3/+3 | |
| | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3) | |||||
* | initial commit | Florian Frank | 2009-08-24 | 37 | -0/+917 | |