<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/csv, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/csv] Add CSV::InvalidEncodingError</title>
<updated>2023-10-03T07:13:18+00:00</updated>
<author>
<name>Kosuke Shibata</name>
<email>56685224+shibaaaa@users.noreply.github.com</email>
</author>
<published>2023-09-14T00:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2325e1cd81d721645ad600d93829604c13f6cbd8'/>
<id>2325e1cd81d721645ad600d93829604c13f6cbd8</id>
<content type='text'>
(https://github.com/ruby/csv/pull/287)

To handle encoding errors in CSV parsing with the appropriate error
class

https://github.com/ruby/csv/commit/68b44887e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/csv/pull/287)

To handle encoding errors in CSV parsing with the appropriate error
class

https://github.com/ruby/csv/commit/68b44887e5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Bump version</title>
<updated>2023-06-28T07:37:10+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-06-26T05:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b954a4ebc67d408456a102fe13051e5cc9065878'/>
<id>b954a4ebc67d408456a102fe13051e5cc9065878</id>
<content type='text'>
https://github.com/ruby/csv/commit/e090da19b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/e090da19b4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix a bug that the same line is used multiple times</title>
<updated>2023-06-28T07:37:10+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-06-26T05:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d6d60d4287f58200cc3725d19cb503be70e7d724'/>
<id>d6d60d4287f58200cc3725d19cb503be70e7d724</id>
<content type='text'>
GitHub: fix https://github.com/ruby/csv/pull/279

It's happen when:

* `keep_start`/`keep_{drop,back}` are nested.
  (e.g.: `strip: true, skip_lines: /.../`)
* Row separator is `\r\n`.
* `InputScanner` is used. (Small input doesn't use `InputScanner`)

Reported by Gabriel Nagy. Thanks!!!

https://github.com/ruby/csv/commit/183635ab56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix https://github.com/ruby/csv/pull/279

It's happen when:

* `keep_start`/`keep_{drop,back}` are nested.
  (e.g.: `strip: true, skip_lines: /.../`)
* Row separator is `\r\n`.
* `InputScanner` is used. (Small input doesn't use `InputScanner`)

Reported by Gabriel Nagy. Thanks!!!

https://github.com/ruby/csv/commit/183635ab56
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Remove nonexistent variable</title>
<updated>2023-06-28T07:37:09+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-06-26T05:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=539559d36e1355befd39c6964f3efd9dd3af4846'/>
<id>539559d36e1355befd39c6964f3efd9dd3af4846</id>
<content type='text'>
https://github.com/ruby/csv/commit/bfbd6bbf6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/bfbd6bbf6f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] parser: add one more trace</title>
<updated>2023-06-28T07:37:09+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-06-26T00:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1f46793406fbe16f4756500124e0ff4e90945823'/>
<id>1f46793406fbe16f4756500124e0ff4e90945823</id>
<content type='text'>
https://github.com/ruby/csv/commit/5df650be0c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/5df650be0c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Remove no longer required refinements</title>
<updated>2023-05-24T16:44:17+00:00</updated>
<author>
<name>Mau Magnaguagno</name>
<email>maumagnaguagno@gmail.com</email>
</author>
<published>2022-06-18T13:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a0709d0aae9609688f13e16bbae7ef84da78b24b'/>
<id>a0709d0aae9609688f13e16bbae7ef84da78b24b</id>
<content type='text'>
(https://github.com/ruby/csv/pull/250)

Since PR #159, the minimum Ruby version is 2.5.0, a version which no
longer requires refinements for String#delete_suffix?, String#match? and
Regexp#match?.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/csv/pull/250)

Since PR #159, the minimum Ruby version is 2.5.0, a version which no
longer requires refinements for String#delete_suffix?, String#match? and
Regexp#match?.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Remove unused @double_quote_character from Parser</title>
<updated>2023-02-21T10:31:28+00:00</updated>
<author>
<name>Mau Magnaguagno</name>
<email>maumagnaguagno@gmail.com</email>
</author>
<published>2023-01-27T20:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a05d988d391d744d49c0143b90e46397ab29765'/>
<id>1a05d988d391d744d49c0143b90e46397ab29765</id>
<content type='text'>
(https://github.com/ruby/csv/pull/273)

https://github.com/ruby/csv/commit/e5622c53ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/csv/pull/273)

https://github.com/ruby/csv/commit/e5622c53ae
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Bump version</title>
<updated>2022-12-26T06:09:21+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2022-12-08T02:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50e58df0e365dccd0493a1c3cdd30930c685d1ab'/>
<id>50e58df0e365dccd0493a1c3cdd30930c685d1ab</id>
<content type='text'>
https://github.com/ruby/csv/commit/8606ee83e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/8606ee83e0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge csv-3.2.6</title>
<updated>2022-12-09T07:36:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-08T23:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=643918ecfe9c980f251247de6acd3be6280da24c'/>
<id>643918ecfe9c980f251247de6acd3be6280da24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Replace the external URIs to docs with rdoc-ref</title>
<updated>2022-10-12T04:30:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-12T04:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0360fca4ad9cfcffbcc5e5a016308563267a5fcb'/>
<id>0360fca4ad9cfcffbcc5e5a016308563267a5fcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
