summary refs log tree commit
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-08Ported fixes from fix_memory_leak into Parser.rl
2011-07-08remove trailing spaces.
2011-07-08Duplicate the argument of convert_encoding() only.
2011-07-08Adjust indent.
2011-07-08use default rake target
2011-07-08should not modify argument
2011-07-08no force_encoding
2011-07-08re-initialize test
2011-07-08remove trailing spaces.
2011-07-08should not modify argument
2011-07-08no force_encoding
2011-07-08re-initialize test
2011-07-08remove trailing spaces.
2011-07-07* remove trailing spaces.
2011-07-07* lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop res...
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-07-04Appy patch by Laurent Arnoud <laurent@spkdev.net>
2011-07-04Merge branch 'max_nesting_for_prettify_json' of https://github.com/spk/json i...
2011-07-04Add rake as development dependency
2011-07-04Bump up version to 1.5.4
2011-07-04Merge branch 'fix_memory_leak' of https://github.com/bigfix/json into develop...
2011-07-04Make default rake target test
2011-06-20new order
2011-06-20Merge branch 'master' of gate.dyna.ping.de:/git/json
2011-06-20Include travis-ci icon
2011-06-20new gemspecs
2011-06-20clobber Rakefile
2011-06-20fixed .travis.yml
2011-06-20configure rake as gem
2011-06-20Add Gemfile for tests
2011-06-20also test everything
2011-06-20add travis.yml
2011-06-20prepare new release
2011-06-20Alias State#configure method as State#merge
2011-06-20Define as_json methods, so rails can make objects
2011-06-17Bump version to 1.5.3
2011-06-15gemspec needs to return spec for gem build to work
2011-06-15Use new PackageTask from rubygems
2011-06-15changed the CHANGES
2011-06-15clean up superflous tabs
2011-06-10renamed README -> README.rdoc
2011-06-09Merge branch 'master' of gate.dyna.ping.de:/git/json
2011-06-09Create gemspec by default