Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -3/+15 | |
| | | ||||||
* | | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203] | Eric Hodel | 2011-08-26 | 1 | -32/+32 | |
|/ | ||||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -1/+1 | |
| | ||||||
* | * remove trailing spaces. | nobu | 2011-07-07 | 1 | -1/+1 | |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | * lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop ↵ | nobu | 2011-07-07 | 1 | -1/+1 | |
| | | | | | | rest of the result. use Iconv.conv instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||||
* | Apply patch by Cory Monty <cory.monty@gmail.com>. | Florian Frank | 2011-06-09 | 1 | -1/+5 | |
| | ||||||
* | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-01 | 1 | -4/+14 | |
| | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | |||||
* | use JSON.iconv abstraction | Florian Frank | 2011-01-01 | 1 | -0/+9 | |
| | ||||||
* | speed up | Shota Fukumori (sora_h) | 2011-01-01 | 1 | -4/+6 | |
| | ||||||
* | never use iconv | Shota Fukumori (sora_h) | 2011-01-01 | 1 | -2/+6 | |
| | ||||||
* | silenced "already initialized constant" warnings | Florian Frank | 2010-09-17 | 1 | -0/+3 | |
| | ||||||
* | better debugging message | Florian Frank | 2010-08-20 | 1 | -2/+2 | |
| | ||||||
* | do not freeze to allow chaging defaultsv1.4.5 | Florian Frank | 2010-08-07 | 1 | -3/+3 | |
| | ||||||
* | mange depth in state | Florian Frank | 2010-08-07 | 1 | -9/+3 | |
| | ||||||
* | some code cleanup | Florian Frank | 2010-08-06 | 1 | -5/+5 | |
| | ||||||
* | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 1 | -3/+9 | |
| | | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c | |||||
* | use method dispatch for generation again | Florian Frank | 2010-07-24 | 1 | -9/+3 | |
| | ||||||
* | avoid superflous if | Florian Frank | 2010-04-08 | 1 | -3/+3 | |
| | ||||||
* | Merged in const_missing triggering from v1.2 | Florian Frank | 2010-04-08 | 1 | -3/+7 | |
|\ | | | | | | | | | | | | | | | Merge commit 'a294a83f4d22901651d09c06063eb20d3b2290b8' Conflicts: VERSION lib/json/version.rb | |||||
| * | Trigger const_missing mechanism for Rails | Florian Frank | 2010-04-08 | 1 | -3/+7 | |
| | | | | | | | | | | In order to allow Rails' dynamic class loading to work, the const_missing callback must be called. | |||||
* | | Merge commit 'v1.2.3' | Florian Frank | 2010-03-13 | 1 | -0/+5 | |
|\ \ | |/ | | | | | Merged in some additional features from the v1.2 branch. | |||||
| * | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 1 | -0/+5 | |
| | | ||||||
* | | implemented prototype feature | Florian Frank | 2009-11-20 | 1 | -20/+36 | |
| | | ||||||
* | | first version to pass the tests again | Florian Frank | 2009-10-26 | 1 | -5/+17 | |
| | | ||||||
* | | optimised pure variant a bit, prepared for ext | Florian Frank | 2009-10-26 | 1 | -2/+2 | |
| | | ||||||
* | | optimised pure variant a bit | Florian Frank | 2009-10-26 | 1 | -21/+10 | |
|/ | ||||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 1 | -0/+6 | |
| | | | | | improved documentation added to changes | |||||
* | added additional checks for generate methods | Florian Frank | 2009-10-16 | 1 | -15/+25 | |
| | ||||||
* | NaN is now 0.0/0 because of 1.8/1.9 compat. | NARUSE, Yui | 2009-09-02 | 1 | -1/+1 | |
| | | | | | ruby-trunk r24730 Signed-off-by: Florian Frank <flori@ping.de> | |||||
* | remove unnecessary private specifier. | NARUSE, Yui | 2009-09-02 | 1 | -1/+0 | |
| | | | | | r24310 of ruby-trunk [ruby-dev:38929] Signed-off-by: Florian Frank <flori@ping.de> | |||||
* | initial commit | Florian Frank | 2009-08-24 | 1 | -0/+356 | |