Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new version 1.7.0v1.7.0 | Florian Frank | 2012-04-28 | 4 | -8/+8 |
* | Add JSON::GenericObject | Florian Frank | 2012-04-28 | 5 | -15/+46 |
* | Merge branch 'master' of github.com:/flori/jsonv1.6.7 | Florian Frank | 2012-04-28 | 0 | -0/+0 |
|\ | |||||
| * | change the CHANGESv1.6.6 | Florian Frank | 2012-03-26 | 1 | -1/+4 |
| * | Use newest rubygems version | Florian Frank | 2012-03-26 | 2 | -9/+9 |
| * | Add a comment mentioning some limitiation | Florian Frank | 2012-03-26 | 1 | -0/+5 |
| * | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2012-03-26 | 4 | -11/+20 |
| |\ | |||||
| | * | Merge branch 'fix-regex-stack-overflow' | Florian Frank | 2012-03-21 | 1 | -21/+6 |
| | |\ | |||||
| | | * | Fix the fixfix-regex-stack-overflow | Florian Frank | 2012-03-21 | 1 | -21/+6 |
| | * | | Merge branch 'master' of github.com:/flori/json | Florian Frank | 2012-03-20 | 1 | -1/+1 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Merge pull request #123 from plentz/patch-1 | Florian Frank | 2012-02-15 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | making the travis badge visible :) | Diego Plentz | 2012-02-14 | 1 | -1/+1 |
| | | |/ | |||||
| * | | | Add simplecov to test group | Florian Frank | 2012-03-15 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | new version 1.6.7 | Florian Frank | 2012-04-28 | 5 | -10/+12 |
* | | | Throw exception unless source is a string | Florian Frank | 2012-04-27 | 3 | -17/+21 |
* | | | Rename test names according to file | Florian Frank | 2012-04-27 | 9 | -14/+14 |
* | | | new rubygems | Florian Frank | 2012-04-27 | 2 | -4/+4 |
* | | | Add implementation for a light object | Florian Frank | 2012-04-27 | 6 | -11/+29 |
* | | | Add implementation for a light object | Florian Frank | 2012-04-27 | 2 | -0/+38 |
* | | | change the CHANGES | Florian Frank | 2012-04-27 | 1 | -1/+4 |
* | | | Add a comment mentioning some limitiation | Florian Frank | 2012-04-27 | 1 | -0/+5 |
* | | | Add simplecov to test group | Florian Frank | 2012-04-27 | 1 | -1/+1 |
* | | | newewst rubygems version | Florian Frank | 2012-04-18 | 2 | -4/+4 |
* | | | remove unused variable | Florian Frank | 2012-04-18 | 1 | -1/+1 |
* | | | Fix the fix | Florian Frank | 2012-04-18 | 1 | -21/+6 |
* | | | making the travis badge visible :) | Diego Plentz | 2012-04-18 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Use C implementation and better regexp for pure | Florian Frank | 2012-03-20 | 3 | -10/+34 |
|/ | |||||
* | Clean up code a bit | Florian Frank | 2012-02-11 | 50 | -24896/+93 |
* | configure travis | Florian Frank | 2012-02-11 | 5 | -9/+8 |
* | Propagate src encoding to values made from it (fixes 1.9 mode converting ever... | Thomas E. Enebo | 2012-02-11 | 1 | -0/+1 |
* | Prepare new versionv1.6.5 | Florian Frank | 2012-01-15 | 5 | -8/+13 |
* | The behavior of reference to inner defined variable is undefined. | NARUSE, Yui | 2012-01-15 | 2 | -2/+2 |
* | Add test-unit as test group dependency | Hiroshi Nakamura | 2012-01-06 | 1 | -0/+4 |
* | Add to CHANGESv1.6.4 | Florian Frank | 2011-12-24 | 1 | -0/+4 |
* | Prepare new version | Florian Frank | 2011-12-24 | 4 | -10/+10 |
* | Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head... | Florian Frank | 2011-12-21 | 2 | -88/+94 |
|\ | |||||
| * | Only allocate a single "view" bytelist, and update it as needed. | Charles Oliver Nutter | 2011-12-20 | 2 | -88/+94 |
* | | Merge branch 'hash-duckyped-object_classes' | Florian Frank | 2011-12-21 | 2 | -4/+0 |
|\ \ | |/ |/| | |||||
| * | Remove superflous comment | Florian Frank | 2011-12-21 | 2 | -4/+0 |
* | | Fix #109 | Florian Frank | 2011-12-20 | 2 | -0/+0 |
|/ | |||||
* | Support duck typed ruby array in JRuby as well | Florian Frank | 2011-12-20 | 4 | -22/+50 |
* | Support hash ducktype objects on JRuby as well | Florian Frank | 2011-12-20 | 4 | -54/+63 |
* | only master | Florian Frank | 2011-12-20 | 1 | -1/+1 |
* | Support object class with duck type hash | Florian Frank | 2011-12-20 | 5 | -80/+115 |
* | Only allocate a single ParserResult, and pass it along the stack.headius-jruby_perf_tweaks | Charles Oliver Nutter | 2011-12-20 | 2 | -141/+170 |
* | Better ByteList subsequence and break up some parse methods. | Charles Oliver Nutter | 2011-12-20 | 2 | -84/+126 |
* | Use appropriate byteListToInum for Ruby version. | Charles Oliver Nutter | 2011-12-20 | 1 | -1/+3 |
* | Minor tweaks to Java ext for performance. | Charles Oliver Nutter | 2011-12-20 | 2 | -116/+128 |
* | This makes all the difference, I am sure.v1.6.3 | Florian Frank | 2011-12-01 | 2 | -5/+5 |
* | Small fix: JSON.load('') # => nil | Florian Frank | 2011-12-01 | 7 | -7/+12 |