Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos | Ryuta Kamizono | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Add an option to escape forward slash character | Jean Boussier | 2020-07-04 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | Squashed commit of the following: commit 26d181059989279a79c433cedcd893b4f52e42ee Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Tue Sep 15 21:17:34 2015 +0000 add config options for escape_slash commit fa282334051b16df91ca097dd7304b46f3bc7719 Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Mon Feb 9 21:09:33 2015 +0000 add forward slash to escape character | ||||
* | Treat ASCII_8BIT as UTF-8 by default | Florian Frank | 2016-06-03 | 1 | -18/+0 |
| | |||||
* | Remove quirks mode | Florian Frank | 2016-06-02 | 1 | -4/+2 |
| | |||||
* | Merge branch 'v1.8' | Florian Frank | 2016-02-25 | 1 | -2/+1 |
|\ | |||||
| * | Remove remnants of GPL licenses | Florian Frank | 2015-09-11 | 1 | -2/+1 |
| | | |||||
* | | Remove generate restriction for […]/{…} | Florian Frank | 2015-06-13 | 1 | -32/+0 |
|/ | |||||
* | fix a bug in the JRuby implementation. getInstanceVariable() can return a ↵ | John Shahid | 2013-02-04 | 1 | -1/+2 |
| | | | | null which causes NPE. | ||||
* | Increase hash likeness of State objects | Florian Frank | 2012-12-31 | 1 | -2/+18 |
| | |||||
* | add merge alias for configure in jruby | Florian Frank | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | Increase default max_nesting to 100 | Erik Michaels-Ober | 2012-10-05 | 1 | -1/+1 |
| | | | | See discussion at https://github.com/intridea/multi_json/pull/59. | ||||
* | force jruby encoding after generation | Florian Frank | 2012-05-09 | 1 | -0/+4 |
| | |||||
* | support buffer length settings | Florian Frank | 2011-11-23 | 1 | -0/+21 |
| | |||||
* | Add some documentationv1.5.4 | Florian Frank | 2011-08-31 | 1 | -1/+2 |
| | |||||
* | Merge branch 'quirks-mode-parser' into quirks-mode | Florian Frank | 2011-07-31 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | | | Conflicts: java/src/json/ext/Parser.java java/src/json/ext/Parser.rl json.gemspec json_pure.gemspec tests/test_json.rb | ||||
| * | Implement quirks_mode | Florian Frank | 2011-07-31 | 1 | -2/+5 |
| | | | | | | | | This allows parsing of primitive values | ||||
* | | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -11/+35 |
|/ | |||||
* | Fix memory leak when used from multiple JRuby runtimes. | John Firebaugh | 2011-05-18 | 1 | -3/+3 |
| | |||||
* | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 1 | -0/+473 |