<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/json, branch ruby-1.9.1-376-11.fc13</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>merges r23346 from trunk into ruby_1_9_1.</title>
<updated>2009-07-17T10:06:58+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-07-17T10:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=e3d0d8a0b5fda6e67c594be1f8545204ec11c519'/>
<id>e3d0d8a0b5fda6e67c594be1f8545204ec11c519</id>
<content type='text'>
--
Update to JSON 1.1.4.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
Update to JSON 1.1.4.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/ext/parser/parser.c (JSON_parse_string):</title>
<updated>2008-10-10T08:28:19+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-10T08:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=6a90df3bafc06ad9cd9d5862738cc162419228fb'/>
<id>6a90df3bafc06ad9cd9d5862738cc162419228fb</id>
<content type='text'>
  associate encoding.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  associate encoding.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/ext/generator/extconf.rb: fix target.</title>
<updated>2008-10-09T07:34:56+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-09T07:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=09bd263b8b5b94be7a41e3cc6025ccf335de1e66'/>
<id>09bd263b8b5b94be7a41e3cc6025ccf335de1e66</id>
<content type='text'>
* ext/json/ext/parser/extconf.rb: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/json/ext/parser/extconf.rb: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/lib/json/pure/generator.rb (utf8_to_json):</title>
<updated>2008-10-08T08:03:08+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-08T08:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=b51c853dd69ea40ee141b3ec8857590afa7c3e7b'/>
<id>b51c853dd69ea40ee141b3ec8857590afa7c3e7b</id>
<content type='text'>
  process each unpacked Unicode character.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  process each unpacked Unicode character.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/lib/json/pure/parser.rb</title>
<updated>2008-10-08T06:01:48+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-08T06:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=1daf775db96412d0a7fc3905d470846a59a9ecbe'/>
<id>1daf775db96412d0a7fc3905d470846a59a9ecbe</id>
<content type='text'>
  (JSON::Pure::Parser#parse_string): force_encoding("UTF-8").

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (JSON::Pure::Parser#parse_string): force_encoding("UTF-8").

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/lib/json/pure/generator.rb (utf8_to_json):</title>
<updated>2008-10-07T07:50:43+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-07T07:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=980541b7fcce7d1a1664841139988b11d18e0a07'/>
<id>980541b7fcce7d1a1664841139988b11d18e0a07</id>
<content type='text'>
  force_encoding before gsub.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  force_encoding before gsub.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/lib/json/pure/generator.rb (utf8_to_json):</title>
<updated>2008-10-07T07:37:23+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-07T07:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=12085ae85e6fc981aea70241fbd50a3510f8d508'/>
<id>12085ae85e6fc981aea70241fbd50a3510f8d508</id>
<content type='text'>
  downcase the result of Unicode escape.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  downcase the result of Unicode escape.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.</title>
<updated>2008-10-03T10:36:10+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-03T10:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=007976b09312425588f61449aa8a375eeebc9452'/>
<id>007976b09312425588f61449aa8a375eeebc9452</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/ext/parser/parse.c: use ruby_xfree().</title>
<updated>2008-09-20T17:57:51+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-20T17:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=7d263c8547a2dd23c49666e2fb7dff1f3804e836'/>
<id>7d263c8547a2dd23c49666e2fb7dff1f3804e836</id>
<content type='text'>
* ext/json/ext/parser/parse.rl: ditto.

* ext/json/ext/parser/unicode.c: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/json/ext/parser/parse.rl: ditto.

* ext/json/ext/parser/unicode.c: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/json/ext/parser/parse.c: use ruby_xfree().</title>
<updated>2008-09-20T17:54:46+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-20T17:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=cc2724c116a42bd9282b52d2386207013d2ed245'/>
<id>cc2724c116a42bd9282b52d2386207013d2ed245</id>
<content type='text'>
* ext/json/ext/parser/parse.rl: ditto.

* ext/json/ext/parser/unicode.c: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/json/ext/parser/parse.rl: ditto.

* ext/json/ext/parser/unicode.c: ditto.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
