summary refs log tree commit
path: root/tests
DateCommit message (Expand)
2011-08-09json/generator: enforce Strings for fbuffer_append_str HEAD master
2011-08-09ext/json/generator/generator.c: prevent GC of temporary strings
2011-07-08remove trailing spaces.
2011-07-08should not modify argument
2011-07-08re-initialize test
2011-07-07* ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.
2011-05-12Skip test which fails on some platforms
2011-05-12Fix duplicate test
2011-05-12Don't optimize calls for ducktypes
2011-05-11Merge pull request #63 from vakuum/issue-60
2011-04-01If a custom :object_class is given, the C extension should not use rb_hash_as...
2011-02-26flori/json#60: Incorrect pretty-print indentation
2011-01-05renamed :match argument to :match_string
2011-01-02Rubinius' strscan already has a @match ivar
2011-01-02fixed test setup
2011-01-02Added matching in pure/ext parser
2011-01-02obsoleted json/add/rails definitions
2011-01-02use JSON.iconv abstraction
2011-01-02never use iconv
2010-09-23started to build jruby extension with Rakefile
2010-08-18prepare new version
2010-08-18keep track of depth correctly
2010-08-07do not forget to dup the state
2010-08-07added missing methods to State + tests
2010-08-05Revert "use method dispatch for generation again"
2010-08-05Revert "use method dispatch for generation again"
2010-08-03use method dispatch for generation again
2010-05-05Merge branch 'master' of github.com:/flori/json
2010-05-05Fix for subclassed core classes, github issue 20
2010-05-03Fix wrong assertion: use assert_equal.
2010-04-25Fixed T_FIXNUM bug on 64bit architectures.
2010-03-13Merge commit 'v1.2.3'
2010-03-11added [] method to State objects
2010-02-27Improved some tests
2010-02-27Compatibility to Rubinius
2009-11-25implemented symbolize_names feature, #8
2009-11-20check circular is deprecated
2009-10-26optimised speed a lot, added only_ascii mode
2009-10-26start to use a faster string buffer
2009-10-26use Array#permutation if it exists
2009-10-19added conversion to utf8 to generators as well
2009-10-16implemented utf sniffing, transcoding in parser
2009-10-16added additional checks for generate methods
2009-10-16different default in fast_generate
2009-08-24initial commit