summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only allocate a single ParserResult, and pass it along the stack.headius-jruby_perf_tweaksCharles Oliver Nutter2011-12-202-141/+170
* Better ByteList subsequence and break up some parse methods.Charles Oliver Nutter2011-12-202-84/+126
* Use appropriate byteListToInum for Ruby version.Charles Oliver Nutter2011-12-201-1/+3
* Minor tweaks to Java ext for performance.Charles Oliver Nutter2011-12-202-116/+128
* This makes all the difference, I am sure.v1.6.3Florian Frank2011-12-012-5/+5
* Small fix: JSON.load('') # => nilFlorian Frank2011-12-017-7/+12
* Create new gemspecsv1.6.2Florian Frank2011-11-282-4/+4
* Move fbuffer in its own directoryFlorian Frank2011-11-284-3/+3
* Add change to CHANGESFlorian Frank2011-11-281-0/+3
* Merge branch 'extract-fbuffer'Florian Frank2011-11-2313-305/+408
|\
| * support buffer length settingsFlorian Frank2011-11-231-0/+21
| * avoid symlinkFlorian Frank2011-11-235-4/+3
| * Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-239-253/+271
| * change documentationFlorian Frank2011-11-102-3/+5
| * Merge branch 'configurable-initial-buffer-length' of gate.dyna.ping.de:/git/j...Florian Frank2011-11-101-0/+20
| |\
| | * start to make buffer_initial_length configurableFlorian Frank2011-11-091-0/+2
| | * start to make buffer_initial_length configurableFlorian Frank2011-11-098-65/+126
| * | start to make buffer_initial_length configurableFlorian Frank2011-11-098-65/+128
* | | Use git ls-files to determine package filesFlorian Frank2011-11-233-6/+5
* | | Change the CHANGESFlorian Frank2011-11-221-0/+2
* | | Merge branch 'master' of https://github.com/jpartlow/json into jpartlow-masterFlorian Frank2011-11-222-3/+3
|\ \ \
| * | | Fix for Time.json_create ensures == Time instances for roundtrip through JSON...Josh Partlow2011-11-182-3/+3
| | |/ | |/|
* | | Make JSON.dump and JSON.load support Rails betterFlorian Frank2011-11-224-5/+56
* | | Prepare new version 1.6.2Florian Frank2011-11-225-6/+9
* | | Add support for OpenStructFlorian Frank2011-11-217-29/+84
|/ /
* | Add testcase for a possible crash with bignumFlorian Frank2011-11-091-0/+20
|/
* probe for read before calling itFlorian Frank2011-11-031-1/+1
* always raise type error when parsing nilFlorian Frank2011-11-034-19/+28
* Add support for BigDecimal numbersFlorian Frank2011-10-023-3/+27
* Merge pull request #91 from nobu/masterFlorian Frank2011-10-010-0/+0
|\
| * HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.Nobuyoshi Nakada2011-09-034-15/+3
* | 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
| |/