<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/nkf, branch ruby_1_9_1_376</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 r21679 from trunk into ruby_1_9_1.</title>
<updated>2009-01-20T09:53:38+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-20T09:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=b1d012a3bd9221ee83f0387d596765a910811254'/>
<id>b1d012a3bd9221ee83f0387d596765a910811254</id>
<content type='text'>
	* ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.

	* ext/nkf/nkf-utf8/nkf.c (options): no need to support help option.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.

	* ext/nkf/nkf-utf8/nkf.c (options): no need to support help option.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21676 from trunk into ruby_1_9_1.</title>
<updated>2009-01-20T09:53:22+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-20T09:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=052bb23c78aebc2603d8374019b30725880309fe'/>
<id>052bb23c78aebc2603d8374019b30725880309fe</id>
<content type='text'>
* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.
  revert -s meaning as Shift_JIS, etc.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.
  revert -s meaning as Shift_JIS, etc.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20128 from trunk into ruby_1_9_1.</title>
<updated>2008-11-11T08:41:20+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-11T08:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=78eef5d8492f45b144532bd3039ed5347b3e04be'/>
<id>78eef5d8492f45b144532bd3039ed5347b3e04be</id>
<content type='text'>
* nkf.c: update to r1.188. fixes for 16bit environment.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nkf.c: update to r1.188. fixes for 16bit environment.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merged r20004 from trunk into ruby_1_9_1.</title>
<updated>2008-10-29T16:07:35+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-29T16:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=f95bca1dca28305f5aacb7f0b8a92b60548e1b45'/>
<id>f95bca1dca28305f5aacb7f0b8a92b60548e1b45</id>
<content type='text'>
   * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.
     [ruby-dev:36957]

   * ext/nkf/nkf-utf8/nkf.c (numchar_getc): increase buffer size.
     reported and patched at [ruby-dev:36957] by mame.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.
     [ruby-dev:36957]

   * ext/nkf/nkf-utf8/nkf.c (numchar_getc): increase buffer size.
     reported and patched at [ruby-dev:36957] by mame.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.</title>
<updated>2008-10-27T03:04:22+00:00</updated>
<author>
<name>kazu</name>
<email>kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-27T03:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=383a881039b9084d7153f8b64b198a9d44a46e1c'/>
<id>383a881039b9084d7153f8b64b198a9d44a46e1c</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.</title>
<updated>2008-10-26T16:08:03+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-26T16:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=c0d9f4b96b638f4562ab20d9ac7de30b104bbf61'/>
<id>c0d9f4b96b638f4562ab20d9ac7de30b104bbf61</id>
<content type='text'>
  reported in [ruby-dev:36909] and patched [ruby-dev:36941] by mame.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  reported in [ruby-dev:36909] and patched [ruby-dev:36941] by mame.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf-utf8/utf8tbl.c: update table.</title>
<updated>2008-10-05T01:10:41+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-05T01:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a04ace68124bc039c3fd7259995e79001e1f5b45'/>
<id>a04ace68124bc039c3fd7259995e79001e1f5b45</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.</title>
<updated>2008-10-04T10:06:26+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-04T10:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=02df423f79227a017369b2edf698aaf5f8454301'/>
<id>02df423f79227a017369b2edf698aaf5f8454301</id>
<content type='text'>
  [ruby-dev:36575]

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

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf-utf8/nkf.c: commit miss.</title>
<updated>2008-09-29T15:51:35+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-29T15:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=8eae3bd79ad9dbfe8f6cc154accc3e7b25244457'/>
<id>8eae3bd79ad9dbfe8f6cc154accc3e7b25244457</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/nkf/nkf-utf8/nkf.c: constified.</title>
<updated>2008-09-29T15:47:46+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-29T15:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=e19106d361a7081138968bdeab381056cec20ab6'/>
<id>e19106d361a7081138968bdeab381056cec20ab6</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
