summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-22Sometimes result indicator (=>) isn't shownaycabta
2020-07-22Use simple assersionaycabta
2020-07-22* 2020-07-22 [ci skip]git
2020-07-22[ruby/rdoc] Create link to unary operator methods correctlyhyrious
2020-07-22[ruby/rdoc] Remove empty lines from html file by using ERB trim_mode flagBenoit Tigeot
2020-07-22[ruby/rdoc] Fix parsing of rb_define_module_underJeremy Evans
2020-07-22[ruby/rdoc] Fix RDoc::Context#instance_method_listaycabta
2020-07-22[ruby/irb] handle rescue modifier properlyNobuhiro IMAI
2020-07-22[ruby/irb] Add test_eval_object_without_inspect_methodaycabta
2020-07-22[ruby/irb] Fix error when `inspect` is called but not found in inspectorMasataka Pocke Kuwabara
2020-07-22[ruby/irb] Add encoding magic comments of editorsaycabta
2020-07-22[ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta
2020-07-22[ruby/irb] Suppress incomplete encoding magic comment erroraycabta
2020-07-22[ruby/irb] Suppress incomplete coding magic comment erroraycabta
2020-07-21[DOC] time.c document updated.Tanaka Akira
2020-07-20Add memsize support for the call cache tableAlan Wu
2020-07-21* 2020-07-21 [ci skip]git
2020-07-21[ruby/csv] Bump minimum ruby version to 2.5.0 (#159)Gabriel Nagy
2020-07-21[ruby/csv] Move doc/* to doc/csv/* to work in ruby/ruby tooSutou Kouhei
2020-07-20[ruby/csv] Enhanced RDoc for several methods (#158)Burdette Lamar
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2020-07-20[ruby/csv] Require stringio 0.1.3 or laterSutou Kouhei
2020-07-20[ruby/stringio] Bump version to 0.1.3Nobuyoshi Nakada
2020-07-20[ruby/stringio] No compatibility check in US-ASCII caseNobuyoshi Nakada
2020-07-20[ruby/stringio] Added non-ASCII but convertible encoding caseNobuyoshi Nakada
2020-07-20[ruby/stringio] Removed wrong UNREACHABLENobuyoshi Nakada
2020-07-20[ruby/stringio] Bump version to 0.1.2Nobuyoshi Nakada
2020-07-20[ruby/stringio] Raise an error if encoding conversion not succeededNobuyoshi Nakada
2020-07-20Make StringIO encoding fixedNobuyoshi Nakada
2020-07-20Remove trailing spaces [ci skip]Nobuyoshi Nakada
2020-07-20Move declarations to private `internal/thread.h` header.Samuel Williams
2020-07-20Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.Samuel Williams
2020-07-20Add multi-threaded I/O test.Samuel Williams
2020-07-20Improve consistency of tests.Samuel Williams
2020-07-20Add more timeouts to macos, mjit, ubuntu and windows workflows.Samuel Williams
2020-07-20* 2020-07-20 [ci skip]git
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] force_quotes: add support for specifying the target indexes or namesSutou 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] Improve RDoc for common options (#146)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