aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* re-add function prototypes卜部昌平2019-11-201-0/+5
* Revert the line for nextafter.c for FreeBSD makeNobuyoshi Nakada2019-11-201-0/+3
* Update representation (discussed on ruby tracker)zverok2019-11-202-25/+23
* Fix test_module.rbzverok2019-11-201-1/+1
* Method parameters inspectzverok2019-11-202-7/+121
* Fix indent of a line when a newline is inserted to the nextaycabta2019-11-201-0/+20
* Replace typo "bock" with "block"aycabta2019-11-201-2/+2
* A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta2019-11-201-2/+2
* Number sign comment (# bla bla) is a kind of newline characteraycabta2019-11-201-2/+2
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-202-5/+45
* Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto2019-11-192-3/+22
* Revert "[ripper] Quoted label without expression must be a local variable"Nobuyoshi Nakada2019-11-202-61/+34
* * 2019-11-20 [ci skip]git2019-11-201-1/+1
* Avoid needless object allocationKazuki Tsujimoto2019-11-193-2/+7
* Add a testKazuhiro NISHIYAMA2019-11-191-3/+23
* [ripper] Quoted label without expression must be a local variableNobuyoshi Nakada2019-11-192-34/+61
* care about TAG_FATAL.Koichi Sasada2019-11-191-1/+4
* Configure static extensions only if in chargeNobuyoshi Nakada2019-11-191-1/+5
* peep-hole optimize VM instructions卜部昌平2019-11-191-18/+15
* Remove TEST_BUNDLED_GEMS_ALLOW_FAILURESKazuhiro NISHIYAMA2019-11-192-4/+0
* make functions static卜部昌平2019-11-1916-42/+38
* Clarify documentation for `InstructionSequence#compile`.Samuel Williams2019-11-191-2/+14
* Suppress `stty` error on Apple TerminalNobuyoshi Nakada2019-11-191-1/+1
* Prefer dedecated assertionsNobuyoshi Nakada2019-11-191-4/+4
* pack is not using invokebuiltin anymoreTakashi Kokubun2019-11-181-6/+3
* Fix glob base in bundler.gemspecKazuhiro NISHIYAMA2019-11-191-1/+2
* Skip some tests if extracted from tarballKazuhiro NISHIYAMA2019-11-191-0/+9
* Allow unknown if ruby coreKazuhiro NISHIYAMA2019-11-191-2/+10
* * 2019-11-19 [ci skip]git2019-11-191-1/+1
* test/-ext-/string/test_fstring.rb: suppress a warning for taintYusuke Endoh2019-11-181-1/+6
* NEWS: Add an example for the warning of "yield in singleton class"Yusuke Endoh2019-11-181-0/+7
* Dependents on probes.h need the dummy header tooNobuyoshi Nakada2019-11-181-0/+3
* Update dependenciesNobuyoshi Nakada2019-11-1819-308/+109
* Build ruby-runnerNobuyoshi Nakada2019-11-181-1/+1
* Skip dependencies on timestamp filesNobuyoshi Nakada2019-11-181-0/+1
* Renamed assembly file like as e64f71f812324d098bed12ed68c2bc1d6e780c90Nobuyoshi Nakada2019-11-181-0/+0
* delete unused codes卜部昌平2019-11-183-8/+1
* should not use __func__Koichi Sasada2019-11-181-1/+1
* rb_tainted_str_new_with_enc is no longer usedNobuyoshi Nakada2019-11-181-7/+0
* add casts.Koichi Sasada2019-11-182-3/+3
* catch up last commit.Koichi Sasada2019-11-181-1/+1
* vm_invoke_builtin_delegate with start index.Koichi Sasada2019-11-184-33/+73
* update deps.Koichi Sasada2019-11-181-2/+3
* * remove trailing spaces. [ci skip]git2019-11-181-1/+1
* Update NEWS for $SAFE/taint changesJeremy Evans2019-11-181-0/+9
* Remove mention of $SAFE and taint from doc [ci skip]Jeremy Evans2019-11-183-39/+0
* Deprecate rb_eval_cmd, add rb_eval_cmd_kwJeremy Evans2019-11-184-5/+13
* [ruby/strscan] Remove taint supportJeremy Evans2019-11-181-16/+8
* [ruby/openssl] Remove taint supportJeremy Evans2019-11-183-11/+0
* [ruby/io-console] Remove taint supportJeremy Evans2019-11-181-1/+0