summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #92 from nurse/U0456Florian Frank2011-10-011-1/+1
|\ \
| * | Fix typo: U+0456->U+0069.NARUSE, Yui2011-09-051-1/+1
* | | HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.Nobuyoshi Nakada2011-10-014-15/+3
* | | Prepare new release 1.6.1v1.6.1Florian Frank2011-09-185-33/+35
* | | Fix Rakefile to build JRuby bits using -target 1.5, for Java 1.5 and higher.Charles Oliver Nutter2011-09-141-1/+1
* | | Extract utils out of this library into json-utilsv1.6.0Florian Frank2011-09-1322-3337/+97
* | | Hint on encoding in commentFlorian Frank2011-09-121-0/+1
* | | Split all implementations into single filesFlorian Frank2011-09-129-241/+273
|/ /
* | Test ruby 1.8.6Florian Frank2011-09-031-0/+1
|/
* Add some documentationv1.5.4Florian Frank2011-08-3110-35/+58
* Move rational and complex additions in own filesFlorian Frank2011-08-305-39/+48
* We don't need RB_GC_GUARD for rbx.Florian Frank2011-08-301-0/+5
* Apply patch by Eric Wong <nocode@yhbt.net>Florian Frank2011-08-293-5/+26
* Merge branch 'quirks-mode'Florian Frank2011-08-2921-436/+1223
|\
| * Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-316-162/+486
| |\
| | * Implement quirks_modeFlorian Frank2011-07-3110-375/+1059
| * | Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-277-262/+622
| |\ \
| | * | Implement quirks_modeFlorian Frank2011-07-277-266/+605
| | |/
| * | started quirks mode for generatorFlorian Frank2011-07-2716-104/+207
| |/
* | Merge pull request #89 from drbrain/masterFlorian Frank2011-08-272-36/+36
|\ \
| * | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]Eric Hodel2011-08-262-36/+36
|/ /
* | Merge pull request #88 from michaelklishin/patch-1Florian Frank2011-08-251-0/+1
|\ \
| * | travis-ci.org provides 1.9.3[-preview1]Michael Klishin2011-08-261-0/+1
|/ /
* | sdoc requires rdoc from >= 1.8.7 nowFlorian Frank2011-08-251-1/+0
* | Try to include RbConfig if it existsFlorian Frank2011-08-251-2/+7
* | Add (de-)serialisation methods f. Complex/RationalFlorian Frank2011-08-252-2/+45
|/
* delete after having been obsoletedFlorian Frank2011-07-251-8/+0
* Oh, look loading the extension is much easier nowFlorian Frank2011-07-243-21/+8
* Merge branch 'master' of https://github.com/nobu/json into developmentFlorian Frank2011-07-0813-50/+52
|\
| * remove trailing spaces.Nobuyoshi Nakada2011-07-0810-42/+43
| * Duplicate the argument of convert_encoding() only.Nobuyoshi Nakada2011-07-082-1/+2
| * Adjust indent.Nobuyoshi Nakada2011-07-081-2/+2
| * should not modify argumentNobuyoshi Nakada2011-07-082-1/+7
| * no force_encodingNobuyoshi Nakada2011-07-082-35/+15
| * re-initialize testNobuyoshi Nakada2011-07-081-2/+4
| * remove trailing spaces.Nobuyoshi Nakada2011-07-081-0/+2
* | Ported fixes from fix_memory_leak into Parser.rlFlorian Frank2011-07-082-85/+107
* | use default rake targetFlorian Frank2011-07-081-1/+1
* | should not modify argumentNobuyoshi Nakada2011-07-082-1/+7
* | no force_encodingNobuyoshi Nakada2011-07-082-35/+15
* | re-initialize testNobuyoshi Nakada2011-07-081-2/+4
* | remove trailing spaces.Nobuyoshi Nakada2011-07-081-0/+2
|/
* * remove trailing spaces.nobu2011-07-073-114/+114
* * lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop res...nobu2011-07-071-1/+1
* * ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-07-074-3/+10
* * ext/json/ext/parser/parser.h (GET_PARSER): check if initialized. [ruby-core...nobu2011-07-073-7/+20
* * ext/json/ext/parser/parser.rl: add local variables for emacs.nobu2011-07-072-18/+32
* * ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused.nobu2011-07-071-1/+0
* * ext/json/generator/ext/generator.c (fbuffer_free): unused.nobu2011-07-071-5/+0
* Appy patch by Laurent Arnoud <laurent@spkdev.net>Florian Frank2011-07-043-40/+14