summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-20Get rid of use of special variablesJeremy Evans
2020-01-20* 2020-01-20 [ci skip]git
2020-01-20Fixed double closedirNobuyoshi Nakada
2020-01-19README.ja.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada
2020-01-19README.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada
2020-01-19NEWS.md: set code format explicitly [ci skip]Nobuyoshi Nakada
2020-01-19Sort globbed results by default [Feature #8709]Nobuyoshi Nakada
2020-01-19Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono
2020-01-19Allow rexml to fail on macOS of Github ActionsNobuyoshi Nakada
2020-01-19Test bundled gems with timeoutNobuyoshi Nakada
2020-01-19* 2020-01-19 [ci skip]git
2020-01-19Stop test-bundled-gems on macOS for nowNobuyoshi Nakada
2020-01-18Removed useless sorts of lists generated from literalsNobuyoshi Nakada
2020-01-18Made glob option keyword IDs staticNobuyoshi Nakada
2020-01-18NEWS.md: reduce headings level [ci skip]Nobuyoshi Nakada
2020-01-18NEWS.md: made ticket references links [ci skip]Nobuyoshi Nakada
2020-01-18NEWS.md: fixed lists and indents [ci skip]Nobuyoshi Nakada
2020-01-18Update clean-local [ci skip]Nobuyoshi Nakada
2020-01-18* 2020-01-18 [ci skip]git
2020-01-18[ruby/io-console] bump up to 0.5.5Nobuyoshi Nakada
2020-01-18[ruby/io-console] Set `OPOST` when `intr` is trueNobuyoshi Nakada
2020-01-18[ruby/io-console] Filter Ruby engine name rather than just /ruby/Charles Oliver Nutter
2020-01-18[ruby/io-console] Update the minimum requirement of Ruby versionHiroshi SHIBATA
2020-01-17Update documentation for Array/Hash Argument section of methods.rdocAdam Isom
2020-01-17.github/workflows/cygwin.yml: RemovedYusuke Endoh
2020-01-17hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh
2020-01-17marshal.c: Support dump and load of a Hash with the ruby2_keywords flagYusuke Endoh
2020-01-17Added test for f38b3e8c707ebdcad05aa9485cf1760640b74fbbNobuyoshi Nakada
2020-01-17Update dependenciesNobuyoshi Nakada
2020-01-17Update dependencies in makefiles againKazuhiro NISHIYAMA
2020-01-17rb_rational_raw: convert num and den by to_intKenta Murata
2020-01-17rb_rational_raw: make a denominator always positiveKenta Murata
2020-01-17Update dependencies in makefilesKazuhiro NISHIYAMA
2020-01-17internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}Kenta Murata
2020-01-17rational.c: remove nurat_s_newKenta Murata
2020-01-17Make RATIONAL_SET_{NUM,DEN} static inline functionsKenta Murata
2020-01-16Clarify documentation for Module#included_modules and Module#included?Marc-Andre Lafortune
2020-01-17* 2020-01-17 [ci skip]git
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-17Add tests for vi_insert and vi_addaycabta
2020-01-16Separate numbered parameter scope in evalNobuyoshi Nakada
2020-01-16Fixed the location of args node with numbered parameterNobuyoshi Nakada
2020-01-16Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA
2020-01-16Fix `String#partition`Nobuyoshi Nakada
2020-01-16* 2020-01-16 [ci skip]git
2020-01-16`Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada
2020-01-15NEWS.md: mention "Freeze Regexp literals" [Feature #8948]Yusuke Endoh
2020-01-15NEWS.md: converted from NEWSYusuke Endoh
2020-01-15Update version guardKazuhiro NISHIYAMA
2020-01-15Freeze Regexp literalsJean Boussier