Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Implement quirks_mode | Florian Frank | 2011-07-31 | 10 | -375/+1059 | |
| | | | | | | | | | | | | This allows parsing of primitive values | |||||
| * | | Merge branch 'quirks-mode-parser' into quirks-mode | Florian Frank | 2011-07-27 | 7 | -262/+622 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: json.gemspec json_pure.gemspec | |||||
| | * | | Implement quirks_mode | Florian Frank | 2011-07-27 | 7 | -266/+605 | |
| | |/ | | | | | | | | | | This allows parsing of primitive values | |||||
| * | | started quirks mode for generator | Florian Frank | 2011-07-27 | 16 | -104/+207 | |
| |/ | ||||||
* | | Merge pull request #89 from drbrain/master | Florian Frank | 2011-08-27 | 2 | -36/+36 | |
|\ \ | | | | | | | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug #5203] | |||||
| * | | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203] | Eric Hodel | 2011-08-26 | 2 | -36/+36 | |
|/ / | ||||||
* | | Merge pull request #88 from michaelklishin/patch-1 | Florian Frank | 2011-08-25 | 1 | -0/+1 | |
|\ \ | | | | | | | travis-ci.org provides 1.9.3[-preview1] | |||||
| * | | travis-ci.org provides 1.9.3[-preview1] | Michael Klishin | 2011-08-26 | 1 | -0/+1 | |
|/ / | ||||||
* | | sdoc requires rdoc from >= 1.8.7 now | Florian Frank | 2011-08-25 | 1 | -1/+0 | |
| | | ||||||
* | | Try to include RbConfig if it exists | Florian Frank | 2011-08-25 | 1 | -2/+7 | |
| | | ||||||
* | | Add (de-)serialisation methods f. Complex/Rational | Florian Frank | 2011-08-25 | 2 | -2/+45 | |
|/ | ||||||
* | delete after having been obsoleted | Florian Frank | 2011-07-25 | 1 | -8/+0 | |
| | ||||||
* | Oh, look loading the extension is much easier now | Florian Frank | 2011-07-24 | 3 | -21/+8 | |
| | ||||||
* | Merge branch 'master' of https://github.com/nobu/json into development | Florian Frank | 2011-07-08 | 13 | -50/+52 | |
|\ | | | | | | | | | Conflicts: ext/json/ext/parser/parser.c | |||||
| * | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 10 | -42/+43 | |
| | | ||||||
| * | Duplicate the argument of convert_encoding() only. | Nobuyoshi Nakada | 2011-07-08 | 2 | -1/+2 | |
| | | ||||||
| * | Adjust indent. | Nobuyoshi Nakada | 2011-07-08 | 1 | -2/+2 | |
| | | ||||||
| * | should not modify argument | Nobuyoshi Nakada | 2011-07-08 | 2 | -1/+7 | |
| | | | | | | | | | | * ext/json/ext/parser/parser.h (FORCE_UTF8): should not modify encoding of the argument. | |||||
| * | no force_encoding | Nobuyoshi Nakada | 2011-07-08 | 2 | -35/+15 | |
| | | | | | | | | | | * ext/json/ext/parser/parser.rl (JSON_parse_string): no needs to use force_encoding. | |||||
| * | re-initialize test | Nobuyoshi Nakada | 2011-07-08 | 1 | -2/+4 | |
| | | | | | | | | * tests/test_json.rb (test_allocate): add re-initialize test. | |||||
| * | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -0/+2 | |
| | | | | | | | | * Rakefile (EXT_PARSER_SRC): remove trailing spaces. | |||||
* | | Ported fixes from fix_memory_leak into Parser.rl | Florian Frank | 2011-07-08 | 2 | -85/+107 | |
| | | | | | | | | | | Ported semantic of the desired behaviour in ruby-core:35079 to java as well. | |||||
* | | use default rake target | Florian Frank | 2011-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | should not modify argument | Nobuyoshi Nakada | 2011-07-08 | 2 | -1/+7 | |
| | | | | | | | | | | * ext/json/ext/parser/parser.h (FORCE_UTF8): should not modify encoding of the argument. | |||||
* | | no force_encoding | Nobuyoshi Nakada | 2011-07-08 | 2 | -35/+15 | |
| | | | | | | | | | | * ext/json/ext/parser/parser.rl (JSON_parse_string): no needs to use force_encoding. | |||||
* | | re-initialize test | Nobuyoshi Nakada | 2011-07-08 | 1 | -2/+4 | |
| | | | | | | | | * tests/test_json.rb (test_allocate): add re-initialize test. | |||||
* | | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -0/+2 | |
|/ | | | | * Rakefile (EXT_PARSER_SRC): remove trailing spaces. | |||||
* | * remove trailing spaces. | nobu | 2011-07-07 | 3 | -114/+114 | |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop ↵ | nobu | 2011-07-07 | 1 | -1/+1 | |
| | | | | | | rest of the result. use Iconv.conv instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError. | nobu | 2011-07-07 | 4 | -3/+10 | |
| | | | | | | * ext/json/ext/parser/parser.rl (cParser_initialize): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * ext/json/ext/parser/parser.h (GET_PARSER): check if initialized. ↵ | nobu | 2011-07-07 | 3 | -7/+20 | |
| | | | | | | | | [ruby-core:35079] * ext/json/ext/parser/parser.rl (cParser_initialize): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * ext/json/ext/parser/parser.rl: add local variables for emacs. | nobu | 2011-07-07 | 2 | -18/+32 | |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused. | nobu | 2011-07-07 | 1 | -1/+0 | |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * ext/json/generator/ext/generator.c (fbuffer_free): unused. | nobu | 2011-07-07 | 1 | -5/+0 | |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | Appy patch by Laurent Arnoud <laurent@spkdev.net> | Florian Frank | 2011-07-04 | 3 | -40/+14 | |
| | | | | Use Spruz::GO.go for options parsing | |||||
* | Merge branch 'max_nesting_for_prettify_json' of https://github.com/spk/json ↵ | Florian Frank | 2011-07-04 | 1 | -9/+12 | |
|\ | | | | | | | into development | |||||
| * | bin/prettify_json.rb: Set max_nesting and create_additions to false like ↵ | Laurent Arnoud | 2010-10-09 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | edit_json it refers to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561839 Signed-off-by: Laurent Arnoud <laurent@spkdev.net> | |||||
* | | Add rake as development dependency | Florian Frank | 2011-07-04 | 3 | -2/+6 | |
| | | ||||||
* | | Bump up version to 1.5.4 | Florian Frank | 2011-07-04 | 8 | -13/+30 | |
| | | ||||||
* | | Merge branch 'fix_memory_leak' of https://github.com/bigfix/json into ↵ | Florian Frank | 2011-07-04 | 9 | -46/+51 | |
|\ \ | | | | | | | | | | development | |||||
| * | | Fix memory leak when used from multiple JRuby runtimes. | John Firebaugh | 2011-05-18 | 9 | -46/+51 | |
| | | | ||||||
* | | | Make default rake target test | Florian Frank | 2011-07-04 | 1 | -1/+2 | |
| | | | ||||||
* | | | new orderv1.5.3 | Florian Frank | 2011-06-20 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2011-06-20 | 12 | -48/+145 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: json.gemspec json_pure.gemspec | |||||
| * | | | Include travis-ci icon | Florian Frank | 2011-06-20 | 2 | -6/+2 | |
| | | | | ||||||
| * | | | clobber Rakefile | Florian Frank | 2011-06-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fixed .travis.yml | Florian Frank | 2011-06-20 | 1 | -4/+1 | |
| | | | | ||||||
| * | | | configure rake as gem | Florian Frank | 2011-06-20 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Add Gemfile for tests | Florian Frank | 2011-06-20 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | also test everything | Florian Frank | 2011-06-20 | 1 | -0/+2 | |
| | | | |