summaryrefslogtreecommitdiff
path: root/java/src/json/ext/Parser.rl
Commit message (Expand)AuthorAgeFilesLines
* enforce utf8 encoding in parsed stringsjruby-fix-encodingFlorian Frank2012-05-101-0/+4
* Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head...Florian Frank2011-12-211-4/+7
|\
| * Only allocate a single "view" bytelist, and update it as needed.Charles Oliver Nutter2011-12-201-4/+7
* | Remove superflous commentFlorian Frank2011-12-211-2/+0
|/
* Support duck typed ruby array in JRuby as wellFlorian Frank2011-12-201-8/+8
* Support hash ducktype objects on JRuby as wellFlorian Frank2011-12-201-10/+18
* Only allocate a single ParserResult, and pass it along the stack.headius-jruby_perf_tweaksCharles Oliver Nutter2011-12-201-41/+55
* Better ByteList subsequence and break up some parse methods.Charles Oliver Nutter2011-12-201-14/+34
* Use appropriate byteListToInum for Ruby version.Charles Oliver Nutter2011-12-201-1/+3
* Minor tweaks to Java ext for performance.Charles Oliver Nutter2011-12-201-18/+24
* Add some documentationv1.5.4Florian Frank2011-08-311-0/+4
* Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-311-14/+79
|\
| * Implement quirks_modeFlorian Frank2011-07-311-14/+79
* | started quirks mode for generatorFlorian Frank2011-07-271-15/+15
|/
* Ported fixes from fix_memory_leak into Parser.rlFlorian Frank2011-07-081-10/+21
* Don't optimize calls for ducktypesFlorian Frank2011-05-121-2/+6
* use []= method if objectClass isn't a HashFlorian Frank2011-05-111-1/+5
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-5/+5
* avoid object creationFlorian Frank2011-01-031-7/+5
* implement string matching for java parserFlorian Frank2011-01-021-14/+42
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+799