aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tainted string should be tainted.ko12017-07-112-9/+34
* compile.c: simplify defined_expr0nobu2017-07-101-18/+14
* test_rubyoptions.rb: assert -00nobu2017-07-101-0/+2
* a64: fix crash on register stack mark/sweep passtakano322017-07-101-6/+6
* hash.c: prefer value cast to pointer castnobu2017-07-101-3/+3
* * 2017-07-10svn2017-07-091-1/+1
* Hash#[]= deduplicates string keys if (and only if) fstring existsnormal2017-07-091-2/+16
* downloader.rb: get rid of symlinks in dist filesnobu2017-07-091-1/+1
* make-snapshot: generate ChangeLog iff not existnobu2017-07-091-7/+9
* * 2017-07-09svn2017-07-091-1/+1
* make-snapshot: touch-unicode-files for 2.4nobu2017-07-091-2/+5
* * template/exts.mk.tmpl: extract SUBMAKEOPTS from sub exts.mk files too. [Bu...nobu2017-07-081-6/+1
* assertions.rb: syntax_check for other implnobu2017-07-081-3/+19
* .travis.yml: update dist to trustynobu2017-07-081-0/+1
* NEWS: note [Feature #13517] is Linux-only (no side-effects on _*nonblock)normal2017-07-071-1/+1
* NEWS: entry for WEBRick SNI support [Feature #13729]normal2017-07-071-0/+4
* * properties.svn2017-07-070-0/+0
* webrick: add Server Name Indication (SNI)normal2017-07-073-0/+143
* * 2017-07-08svn2017-07-071-1/+1
* webrick: become maintainernormal2017-07-071-1/+2
* Run single downloadernobu2017-07-071-2/+4
* * 2017-07-07svn2017-07-071-1/+1
* * tool/redmine-backporter.rb (show): just report and ignore if a feature ticketusa2017-07-071-0/+5
* Fix DecimalInteger converting to octal bugnobu2017-07-062-7/+7
* string.c: preserve coderange in String#setbyterhe2017-07-061-2/+2
* string.c: remove dead code in str_fill_term()rhe2017-07-061-8/+1
* * 2017-07-06svn2017-07-061-1/+1
* lexer.rb: ignore dedented spacenobu2017-07-062-0/+24
* un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe2017-07-051-3/+4
* debug.c: add FMODE constantsnobu2017-07-051-0/+18
* un.rb: support httpsnobu2017-07-051-1/+12
* tool/mk_call_iseq_optimized.rb: fix generated commentnormal2017-07-041-1/+1
* * properties.svn2017-07-040-0/+0
* Use lcov visualizer for gcov statisticsmame2017-07-043-0/+47
* * 2017-07-05svn2017-07-041-1/+1
* tool/run-gcov.rb: ignore rubyspec_temp directorymame2017-07-041-0/+2
* vm_args.c: improve keyword argument errorsnobu2017-07-042-1/+33
* time.c: preserve marshalled timezonenobu2017-07-042-8/+16
* * 2017-07-04svn2017-07-031-1/+1
* win32.c: restrict cursor movenobu2017-07-031-10/+16
* win32.c: clear relative to screennobu2017-07-031-12/+36
* win32.c: cursor relative to screennobu2017-07-031-2/+4
* Suppress warning: method redefined; discarding old ==naruse2017-07-031-0/+1
* * 2017-07-03svn2017-07-031-1/+1
* Added sync to all of default gems command.hsbt2017-07-031-129/+139
* Symbol#== should be able to be redefinedktsj2017-07-022-1/+13
* * 2017-07-02svn2017-07-011-1/+1
* Used a fixed seed in Random#rand speceregon2017-07-011-2/+2
* parse.y: f_margs parser eventsnobu2017-07-014-6/+111
* parse.y: mlhs_add_postnobu2017-07-012-10/+32