summary refs log tree commit
path: root/ext/json
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-08Merge branch 'master' of https://github.com/nobu/json into development
2011-07-08remove trailing spaces.
2011-07-08Duplicate the argument of convert_encoding() only.
2011-07-08Adjust indent.
2011-07-08should not modify argument
2011-07-08no force_encoding
2011-07-08should not modify argument
2011-07-08no force_encoding
2011-07-07* remove trailing spaces.
2011-07-07* ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.
2011-07-07* ext/json/ext/parser/parser.h (GET_PARSER): check if initialized. [ruby-core...
2011-07-07* ext/json/ext/parser/parser.rl: add local variables for emacs.
2011-07-07* ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused.
2011-07-07* ext/json/generator/ext/generator.c (fbuffer_free): unused.
2011-06-20Alias State#configure method as State#merge
2011-06-15clean up superflous tabs
2011-06-09Merge branch 'master' of gate.dyna.ping.de:/git/json
2011-06-09Apply patch by Cory Monty <cory.monty@gmail.com>.
2011-05-12Don't optimize calls for ducktypes
2011-05-11If a custom :object_class is given, the C extension should not use rb_hash_as...
2011-01-05renamed :match argument to :match_string
2011-01-02query if ruby/st.h exists
2011-01-02implement string matching for java parser
2011-01-02Added matching in pure/ext parser
2010-09-23started to build jruby extension with Rakefile
2010-09-17use long instead of int
2010-08-18keep track of depth correctly
2010-08-07do not forget to dup the state
2010-08-07mange depth in state
2010-08-06cleaned up code a bit
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-08-03use rb_funcall for duping
2010-08-03Merge branch 'master' of github.com:/flori/json
2010-08-03Zero out the generator struct to avoid GC problems
2010-08-03Fix header conflict problem with OSX's ruby.framework
2010-07-24use method dispatch for generation again
2010-05-09fix tha use of REALLOC_N.
2010-05-05Fix for subclassed core classes, github issue 20
2010-04-28Revert "simplified build structure"
2010-04-28Free the buffer content as well.
2010-04-26Get rid of a warning.
2010-04-26Fix mixed declarations and code.
2010-04-25Fixed T_FIXNUM bug on 64bit architectures.
2010-04-23Merge branch 'rbx-fix'
2010-04-08Merged in const_missing triggering from v1.2
2010-04-08Trigger const_missing mechanism for Rails