aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace NODE_STRTERM and NODE_HEREDOC with imemo_strtermmame2017-11-043-53/+86
* * 2017-11-04svn2017-11-041-1/+1
* load from relative path to __FILE__nobu2017-11-041-1/+1
* Fix a typo [ci skip]kazu2017-11-031-1/+1
* * ext/win32ole/lib/win32ole.rb :add WIN32OLE#methods. WIN32OLE might worksuke2017-11-031-0/+25
* node.c: Add some commentsyui-knk2017-11-031-2/+2
* node.c: Fix possible alignment bugsyui-knk2017-11-031-2/+2
* node.h: Remove obsolete commentyui-knk2017-11-031-1/+1
* test/ruby/test_eval.rb: use orphan procsnobu2017-11-031-3/+10
* io.c: improve docs for the chomp optionstomar2017-11-021-6/+12
* NEWS: add entry for Psychstomar2017-11-021-0/+4
* NEWS: fix grammarstomar2017-11-021-3/+3
* doc/NEWS-2.4.0: fix grammar and typostomar2017-11-021-6/+6
* proc.c: fix rdoc for Method class documentationstomar2017-11-021-1/+1
* proc.c: further improve docs for {Method,Proc}#aritystomar2017-11-021-11/+13
* proc.c: improve docs for {Method,Proc}#aritystomar2017-11-021-10/+18
* * 2017-11-03svn2017-11-021-1/+1
* rexml: improve docsstomar2017-11-021-2/+1
* skip/fix wrong testsnobu2017-11-022-1/+9
* assertions.rb: fix return in assert_raisenobu2017-11-022-4/+18
* compile.c: kw splat after splatnobu2017-11-022-0/+8
* debug.c: vm call flagsnobu2017-11-021-0/+1
* bignum.c: avoid use of uninitialized value in Integer.sqrtrhe2017-11-021-0/+1
* Support Windowsusa2017-11-021-11/+2
* Fixed syntax error with ignore option order.hsbt2017-11-021-1/+1
* Merge release version of Rubygems 2.7.0.hsbt2017-11-023-3/+7
* Should quote by double quotes, not single quotes for Windowsusa2017-11-021-1/+1
* * 2017-11-02svn2017-11-011-1/+1
* * properties.svn2017-11-010-0/+0
* * remove trailing spaces, append newline at EOF.svn2017-11-01653-327/+327
* Update bundled bundler to 1.16.0.hsbt2017-11-011025-3164/+13886
* compile.c: refactored compile_returnnobu2017-11-011-9/+15
* test_syntax.rb: all assertionsnobu2017-11-011-6/+7
* Pathname: get rid of a -Wcomment warning [DOC]nobu2017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-012-1/+21
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-012-18/+1
* dir.c: cast to suppress a warningnobu2017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-012-1/+18
* dir: Dir.mkdir and Dir.rmdir release GVLnormal2017-11-011-5/+34
* Pathname: Simplify example [DOC] [ci-skip]marcandre2017-10-311-1/+1
* * 2017-11-01svn2017-10-311-2/+2
* use mode_t where applicable (instead of int)normal2017-10-312-12/+12
* node.h: Rename nd_reserved to nd_locationyui-knk2017-10-311-5/+5
* compile.c: ensure after return in library toplevelnobu2017-10-312-19/+21
* compile.c: compile_returnnobu2017-10-311-56/+62
* null byte at Psych::Emitter.hsbt2017-10-312-8/+8
* Remove unneeded complexitymame2017-10-311-4/+0
* webrick/httpresponse: minor cleanups to reduce memory usenormal2017-10-311-16/+15
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-315-12/+22
* webrick: support Proc objects as body responsesnormal2017-10-302-0/+58