summaryrefslogtreecommitdiff
path: root/lib/json/common.rb
Commit message (Collapse)AuthorAgeFilesLines
...
| * started quirks mode for generatorFlorian Frank2011-07-271-3/+15
| |
* | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]Eric Hodel2011-08-261-32/+32
|/
* remove trailing spaces.Nobuyoshi Nakada2011-07-081-1/+1
|
* * remove trailing spaces.nobu2011-07-071-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 ↵nobu2011-07-071-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 Frank2011-06-091-1/+5
|
* Fix for ruby 1.9 const_defined? methodFlorian Frank2011-01-011-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 abstractionFlorian Frank2011-01-011-0/+9
|
* speed upShota Fukumori (sora_h)2011-01-011-4/+6
|
* never use iconvShota Fukumori (sora_h)2011-01-011-2/+6
|
* silenced "already initialized constant" warningsFlorian Frank2010-09-171-0/+3
|
* better debugging messageFlorian Frank2010-08-201-2/+2
|
* do not freeze to allow chaging defaultsv1.4.5Florian Frank2010-08-071-3/+3
|
* mange depth in stateFlorian Frank2010-08-071-9/+3
|
* some code cleanupFlorian Frank2010-08-061-5/+5
|
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-3/+9
| | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c
* use method dispatch for generation againFlorian Frank2010-07-241-9/+3
|
* avoid superflous ifFlorian Frank2010-04-081-3/+3
|
* Merged in const_missing triggering from v1.2Florian Frank2010-04-081-3/+7
|\ | | | | | | | | | | | | | | Merge commit 'a294a83f4d22901651d09c06063eb20d3b2290b8' Conflicts: VERSION lib/json/version.rb
| * Trigger const_missing mechanism for RailsFlorian Frank2010-04-081-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 Frank2010-03-131-0/+5
|\ \ | |/ | | | | Merged in some additional features from the v1.2 branch.
| * implemented symbolize_names feature, #8Florian Frank2009-11-251-0/+5
| |
* | implemented prototype featureFlorian Frank2009-11-201-20/+36
| |
* | first version to pass the tests againFlorian Frank2009-10-261-5/+17
| |
* | optimised pure variant a bit, prepared for extFlorian Frank2009-10-261-2/+2
| |
* | optimised pure variant a bitFlorian Frank2009-10-261-21/+10
|/
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-0/+6
| | | | | improved documentation added to changes
* added additional checks for generate methodsFlorian Frank2009-10-161-15/+25
|
* NaN is now 0.0/0 because of 1.8/1.9 compat.NARUSE, Yui2009-09-021-1/+1
| | | | | ruby-trunk r24730 Signed-off-by: Florian Frank <flori@ping.de>
* remove unnecessary private specifier.NARUSE, Yui2009-09-021-1/+0
| | | | | r24310 of ruby-trunk [ruby-dev:38929] Signed-off-by: Florian Frank <flori@ping.de>
* initial commitFlorian Frank2009-08-241-0/+356