Age | Commit message (Expand) | Author |
---|
2023-10-03 | [ruby/csv] [DOC] Fix broken links | Burdette Lamar |
2023-10-03 | [ruby/csv] Add CSV::InvalidEncodingError | Kosuke Shibata |
2023-05-25 | [ruby/csv] All Enumerable based methods consume the same lines with other met... | Sutou Kouhei |
2023-05-25 | [ruby/csv] CSV#read consumes the same lines with other methods like CSV#shift | Sutou Kouhei |
2023-02-21 | [ruby/csv] Use https links instead of http | Vivek Bharath Akupatni |
2022-12-09 | Merge csv-3.2.6 | Hiroshi SHIBATA |
2021-12-24 | [ruby/csv] Add handling for ambiguous parsing options (https://.com/rub... | adamroyjones |
2021-10-24 | [ruby/csv] Add support for Ractor (https://.com/ruby/csv/pull/218) | rm155 |
2021-10-24 | [ruby/csv] CSV(): Add support for Ruby 3 (https://.com/ruby/csv/pull/215) | Anthony Hernandez |
2021-10-24 | [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or later | Sutou Kouhei |
2021-10-24 | [ruby/csv] Resolve CSV::Converters and HeaderConverters lazy | Sutou Kouhei |
2021-10-24 | [ruby/csv] doc: Match text to the struct name (https://.com/ruby/csv/pu... | Vince |
2020-12-27 | [ruby/csv] Fix typo [ci skip] | Kenta Murata |
2020-11-24 | [ruby/csv] Clarify and correct RDoc for converters (#178) | Burdette Lamar |
2020-11-24 | [ruby/csv] Fix CSV.filter to preserve headers (#174) | Burdette Lamar |
2020-11-24 | [ruby/csv] Add link to Wikipedia article Table (#167) | Burdette Lamar |
2020-07-21 | [ruby/csv] Move doc/* to doc/csv/* to work in ruby/ruby too | Sutou Kouhei |
2020-07-20 | [ruby/csv] Enhanced RDoc for several methods (#158) | Burdette Lamar |
2020-07-20 | [ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a... | Sutou Kouhei |
2020-07-20 | [ruby/csv] RDoc for converters (#157) | Burdette Lamar |
2020-07-20 | [ruby/csv] Adding call-seq to methods RDoc (#155) | Burdette Lamar |
2020-07-20 | [ruby/csv] RDoc: summary lists for options (#154) | Burdette Lamar |
2020-07-20 | [ruby/csv] RDoc remark about instance methods (#152) | Burdette Lamar |
2020-07-20 | [ruby/csv] Revised introductory RDoc (#151) | Burdette Lamar |
2020-07-20 | [ruby/csv] Enhanced RDoc for filter (#149) | Burdette Lamar |
2020-07-20 | [ruby/csv] Enhancements for RDoc (#148) | Burdette Lamar |
2020-07-20 | [ruby/csv] Organize files in doc/ (#145) | Burdette Lamar |
2020-07-20 | [ruby/csv] RDoc for parse_line (adds headers examples) (#143) | Burdette Lamar |
2020-07-20 | [ruby/csv] Added headers to RDoc for CSV.foreach (#142) | Burdette Lamar |
2020-07-20 | [ruby/csv] Add headers cases to CSV.parse (#141) | Burdette Lamar |
2020-07-20 | [ruby/csv] doc: fix return value of open {} and use File.open {} (#139) | Burdette Lamar |
2020-07-20 | [ruby/csv] Rdoc (#137) | Burdette Lamar |
2020-07-20 | [ruby/csv] Add document for CSV.instance (#136) | Burdette Lamar |
2020-07-20 | [ruby/csv] Add RDoc links for delegated methods (#135) | Burdette Lamar |
2020-07-20 | [ruby/csv] Add `invalid: :replace` for `CSV.open` (#130) | Koichi ITO |
2020-07-20 | [ruby/csv] Add `undef: :replace` for `CSV.open` (#129) | Koichi ITO |
2020-07-20 | [ruby/csv] RDoc for foreach, generate (#127) | Burdette Lamar |
2020-07-20 | [ruby/csv] Enhanced Rdoc (#124) | Burdette Lamar |
2020-07-20 | [ruby/csv] Don't drop stack trace in CSV.parse_line | Sutou Kouhei |
2020-07-20 | [ruby/csv] Enhanced Rdoc for CSV (#122) | Burdette Lamar |
2020-07-20 | [ruby/csv] Fix docs for :strip option (#114) | TOMITA Masahiro |
2020-07-20 | [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111) | Seiei Miyagi |
2019-10-12 | Import CSV 3.1.2 (#2547) | Sutou Kouhei |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2019-08-13 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA |
2019-07-25 | Fix a typo in inspect | Kazuhiro NISHIYAMA |
2019-07-14 | [ruby/csv] add options doc :quote_empty (#89) | kawa_tech |
2019-07-14 | [ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty... | Masafumi Koba |
2019-07-14 | [ruby/csv] add document of strip (#88) | hayashiyoshino |