summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-05add rb_hash_new_with_size()shyouhei
2017-09-04string.c: grapheme clusters on frozen stringnobu
2017-09-04string.c: enumerator_elementnobu
2017-09-04Improve line covearge of ext/io/nonblock/nonblock.c from 54.5% to 95.5%mame
2017-09-04* 2017-09-04svn
2017-09-04gc.c: fix typo: nubmer -> numberkazu
2017-09-03Refactor the internal data format for coverage measurementmame
2017-09-03ext/.document: follow-up r59734rhe
2017-09-03string.c: make array in WANTARRAYnobu
2017-09-03* properties.svn
2017-09-03openssl: import v2.1.0.beta1rhe
2017-09-03vm_insnhelper.c: fix opt_regexpmatch2 instructionrhe
2017-09-03string.c: enumerator_wantarraynobu
2017-09-03string.c: fix for non-Unicode encodingsnobu
2017-09-03string.c: suppress a warningnobu
2017-09-03default.mspec: suppress warningsnobu
2017-09-03test_io.rb: suppress a warningnobu
2017-09-03test_coverage.rb: suppress warningsnobu
2017-09-03* 2017-09-03svn
2017-09-03test_coverage.rb: use real pathnobu
2017-09-02test/coverage/test_coverage.rb: run the tests in separated processesmame
2017-09-02proc.c: [DOC] fixup r59720rhe
2017-09-02getoptlong.rb: multiline regexpsnobu
2017-09-02cont.c: fix root fiber to_snobu
2017-09-02Add Method#original_name code example [ci skip]nobu
2017-09-02Update Hash#compact! documentation [ci skip]nobu
2017-09-02* 2017-09-02svn
2017-09-02* ext/win32ole/win32ole.c (fole_initialize): fix typo. thanks to Gray Wolf. suke
2017-09-01ext/coverage/coverage.c: add Coverage.enabled?mame
2017-09-01replace copyrights by explanatory text in data files for GB2312/GB12345 mappingsduerst
2017-09-01object.c: fix potential oob write in rb_str_to_dbl()rhe
2017-09-01Exclude Changelog files from documentation.hsbt
2017-09-01skip unless PLATFORM is darwin.ko1
2017-09-01* properties.svn
2017-09-01Fix C level backtrace on Darwinnaruse
2017-09-01compile.c: fix loading pathobjnobu
2017-09-01compile.c: ensure after toplevel returnnobu
2017-08-31* 2017-09-01svn
2017-08-31Skip test_open_tempfile_path on EINVALsorah
2017-08-31add NEWS entry for [Feature #13568] r59704sorah
2017-08-31File#path: Raise IOError when a file is O_TMPFILEsorah
2017-08-31Added NEWS for r59702naruse
2017-08-31Add Socket::Ifaddr.vhid on supported platforms [Feature #13803]naruse
2017-08-31io.c: shrink read buffernobu
2017-08-31string.c: adjust indent [ci skip]nobu
2017-08-31test_syntax.rb: suppress warningsnobu
2017-08-31String#each_grapheme_cluster and String#grapheme_clustersnaruse
2017-08-31test_syntax.rb: assert outputnobu
2017-08-31`$=` is no longer effective. [ci skip]kazu
2017-08-30to_str -> to_sko1