<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/json.git/java/src/json/ext, branch jruby-fix-encoding</title>
<subtitle>github.com: flori/json
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/'/>
<entry>
<title>enforce utf8 encoding in parsed strings</title>
<updated>2012-05-10T00:47:37+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2012-05-10T00:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=00cb1bce00254249d1e312da885b89cd8f2e0299'/>
<id>00cb1bce00254249d1e312da885b89cd8f2e0299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>force jruby encoding after generation</title>
<updated>2012-05-09T21:57:51+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2012-05-09T21:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=23ef680a3d43ed02d343611150d638d542c0190b'/>
<id>23ef680a3d43ed02d343611150d638d542c0190b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Propagate src encoding to values made from it (fixes 1.9 mode converting everything to ascii-8bit; harmless for 1.8 mode too)</title>
<updated>2012-02-11T08:44:17+00:00</updated>
<author>
<name>Thomas E. Enebo</name>
<email>tom.enebo@gmail.com</email>
</author>
<published>2012-02-08T21:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=c93d679936aa5658c700b5c84367211e84b16238'/>
<id>c93d679936aa5658c700b5c84367211e84b16238</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into headius-more_jruby_tweaks</title>
<updated>2011-12-21T10:00:47+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-12-21T10:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=357aaaa3d96c5a42c567331abf5f41e8274ccb5b'/>
<id>357aaaa3d96c5a42c567331abf5f41e8274ccb5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superflous comment</title>
<updated>2011-12-21T09:54:39+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-12-21T09:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=0eda56f86ff4d04ddabf15721ad0cc39c2218a6d'/>
<id>0eda56f86ff4d04ddabf15721ad0cc39c2218a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only allocate a single "view" bytelist, and update it as needed.</title>
<updated>2011-12-21T04:19:27+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T21:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=52e55eaf3e7c28167e990310625645a3bb64467a'/>
<id>52e55eaf3e7c28167e990310625645a3bb64467a</id>
<content type='text'>
Conflicts:

	java/src/json/ext/Parser.java
	java/src/json/ext/Parser.rl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	java/src/json/ext/Parser.java
	java/src/json/ext/Parser.rl
</pre>
</div>
</content>
</entry>
<entry>
<title>Support duck typed ruby array in JRuby as well</title>
<updated>2011-12-20T22:05:15+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-12-20T22:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=aa7feb07b68e13ce2e024669873a8a6a89f304dc'/>
<id>aa7feb07b68e13ce2e024669873a8a6a89f304dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support hash ducktype objects on JRuby as well</title>
<updated>2011-12-20T21:28:12+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-12-20T21:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=dec1286737e8d9c3d61ec9f6726a88d65592f48e'/>
<id>dec1286737e8d9c3d61ec9f6726a88d65592f48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only allocate a single ParserResult, and pass it along the stack.</title>
<updated>2011-12-20T15:11:53+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T15:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=3c7c29215d18d25fff3d3af2d599f90894c52c72'/>
<id>3c7c29215d18d25fff3d3af2d599f90894c52c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better ByteList subsequence and break up some parse methods.</title>
<updated>2011-12-20T14:30:33+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T14:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/json.git/commit/?id=d44d02c2e2f84ce0c57be7819c925c822ce614f3'/>
<id>d44d02c2e2f84ce0c57be7819c925c822ce614f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
