Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove quirks mode | Florian Frank | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Remove remnants of GPL licenses | Florian Frank | 2015-09-11 | 1 | -2/+1 |
| | |||||
* | Try to convert first with to_hash, then to_h | Florian Frank | 2013-02-21 | 1 | -2/+3 |
| | | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162 | ||||
* | Support hash ducktype objects on JRuby as well | Florian Frank | 2011-12-20 | 1 | -7/+1 |
| | |||||
* | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Fix memory leak when used from multiple JRuby runtimes. | John Firebaugh | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | implement string matching for java parser | Florian Frank | 2011-01-02 | 1 | -2/+13 |
| | |||||
* | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 1 | -0/+108 |