summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* use JSON.iconv abstractionFlorian Frank2011-01-021-3/+8
|
* never use iconvShota Fukumori (sora_h)2011-01-021-7/+8
|
* started to build jruby extension with RakefileFlorian Frank2010-09-233-2/+4
|
* prepare new versionFlorian Frank2010-08-182-6/+6
| | | | | fixed some warnings wrote some rake tasks to build jruby extension
* keep track of depth correctlyFlorian Frank2010-08-181-3/+0
|
* do not forget to dup the stateFlorian Frank2010-08-071-0/+17
| | | | use state for depth checking in pure as well
* added missing methods to State + testsFlorian Frank2010-08-071-0/+45
|
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-6/+39
| | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-29/+7
| | | | This reverts commit f0a14faf1d59a5ea86a79d3a5780e8433bfc9e16.
* use method dispatch for generation againFlorian Frank2010-08-031-7/+29
|
* Merge branch 'master' of github.com:/flori/jsonFlorian Frank2010-05-051-6/+6
|\
| * Fix wrong assertion: use assert_equal.NARUSE, Yui2010-05-031-6/+6
| | | | | | | | From Ruby r27587 and r27590, by nobu.
* | Fix for subclassed core classes, github issue 20v1.4.3Florian Frank2010-05-051-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.1Florian Frank2010-04-251-0/+13
|
* Merge commit 'v1.2.3'Florian Frank2010-03-132-0/+11
|\ | | | | | | Merged in some additional features from the v1.2 branch.
| * added [] method to State objectsv1.2.3Florian Frank2010-03-111-2/+4
| |
| * Compatibility to Rubiniusv1.2.2Florian Frank2010-02-272-12/+8
| | | | | | | | Bumped the version number to 1.2.2 and fixed some tests, too.
| * implemented symbolize_names feature, #8Florian Frank2009-11-251-0/+7
| |
* | Improved some testsFlorian Frank2010-02-272-12/+8
| | | | | | | | First stab at Rubinius compatibility
* | check circular is deprecatedFlorian Frank2009-11-201-4/+2
| |
* | optimised speed a lot, added only_ascii modeFlorian Frank2009-10-262-9/+24
| |
* | start to use a faster string bufferFlorian Frank2009-10-261-3/+3
|/
* use Array#permutation if it existsv1.2.0Florian Frank2009-10-261-12/+20
| | | | | otherwise create a Array#permutation method with the permutation gem on the fly
* added conversion to utf8 to generators as wellFlorian Frank2009-10-191-13/+23
|
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-0/+57
| | | | | improved documentation added to changes
* added additional checks for generate methodsFlorian Frank2009-10-163-10/+24
|
* different default in fast_generateFlorian Frank2009-10-161-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 commitFlorian Frank2009-08-2437-0/+917