diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-03 10:36:10 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-03 10:36:10 +0000 |
| commit | 007976b09312425588f61449aa8a375eeebc9452 (patch) | |
| tree | 1ceb2589d54322c44c40876c791bea4a973046f2 /ChangeLog | |
| parent | 8d246e609018e2b682561a8004d8b74535363ad6 (diff) | |
| download | ruby-007976b09312425588f61449aa8a375eeebc9452.tar.gz ruby-007976b09312425588f61449aa8a375eeebc9452.tar.xz ruby-007976b09312425588f61449aa8a375eeebc9452.zip | |
* ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.
* ext/json/lib/json/pure/generator.rb (utf8_to_json): process as
binary and remove Iconv dependency.
* ext/json/lib/json/pure/parser.rb (parse_string): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Oct 3 19:33:21 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency. + + * ext/json/lib/json/pure/generator.rb (utf8_to_json): process as + binary and remove Iconv dependency. + + * ext/json/lib/json/pure/parser.rb (parse_string): ditto. + Fri Oct 3 14:04:05 2008 NAKAMURA Usaku <usa@ruby-lang.org> * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefix |
