-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nurse/json@002ac27...e09ffc0 * Remove Rubinius exception since transcoding should be working now. * Fix ruby/json#162 reported by Marc-Andre Lafortune <[email protected]>. Thanks! * Applied patches by Yui NARUSE <[email protected]> to suppress warning with -Wchar-subscripts and better validate UTF-8 strings. * Applied patch by ginriki@github to remove unnecessary if. * Add load/dump interface to JSON::GenericObject to make serialize :some_attribute, JSON::GenericObject work in Rails active models for convenient SomeModel#some_attribute.foo.bar access to serialised JSON data. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
11 changed files
with
112 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Wed Nov 20 11:46:38 2013 NARUSE, Yui <[email protected]> | ||
|
||
* ext/json: merge JSON 1.8.1. | ||
https://github.com/nurse/json/compare/002ac2771ce32776b32ccd2d06e5604de6c36dcd...e09ffc0d7da25d0393873936c118c188c78dbac3 | ||
* Remove Rubinius exception since transcoding should be working now. | ||
* Fix https://github.com/flori/json/issues/162 reported by Marc-Andre | ||
Lafortune <[email protected]>. Thanks! | ||
* Applied patches by Yui NARUSE <[email protected]> to suppress | ||
warning with -Wchar-subscripts and better validate UTF-8 strings. | ||
* Applied patch by ginriki@github to remove unnecessary if. | ||
* Add load/dump interface to JSON::GenericObject to make | ||
serialize :some_attribute, JSON::GenericObject | ||
work in Rails active models for convenient | ||
SomeModel#some_attribute.foo.bar access to serialised JSON data. | ||
|
||
Wed Nov 20 01:39:02 2013 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/rdoc/constant.rb (RDoc::Constant#documented?): workaround for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
generator.o: generator.c $(HDRS) $(ruby_headers) $(srcdir)/../fbuffer/fbuffer.h \ | ||
$(hdrdir)/ruby/encoding.h \ | ||
$(hdrdir)/ruby/oniguruma.h \ | ||
$(hdrdir)/ruby/re.h \ | ||
$(hdrdir)/ruby/regex.h \ | ||
generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
parser.o: parser.c parser.rl $(HDRS) $(ruby_headers) $(srcdir)/../fbuffer/fbuffer.h \ | ||
$(hdrdir)/ruby/encoding.h \ | ||
$(hdrdir)/ruby/oniguruma.h \ | ||
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters