aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (ibf_load_setup): check tainted string argument.ko12015-12-182-0/+6
* * vm_core.h: define USE_LAZY_LOAD if it is not defined.ko12015-12-182-3/+5
* stringio.c: strio_unget_bytesnobu2015-12-182-31/+26
* csv.rb: tail commasnobu2015-12-181-36/+40
* csv.rb: fix typonobu2015-12-181-1/+1
* * doc/syntax/*.rdoc: separated modifier at sentence.hsbt2015-12-1810-53/+50
* stringio.c: padding in ungetbytenobu2015-12-183-7/+50
* test_stringio.rb: add testnobu2015-12-181-0/+10
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-183-0/+48
* * vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead ofkosaki2015-12-182-1/+6
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-182-2/+7
* * ext/pty/pty.c: fix double words typo.hsbt2015-12-182-1/+6
* * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.hsbt2015-12-183-2/+8
* * 2015-12-18svn2015-12-171-2/+2
* * vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo2015-12-173-0/+25
* NEWS: sort alphabeticallykazu2015-12-171-22/+22
* * vm_args.c (vm_caller_setup_arg_block): remove code for ifuncshugo2015-12-172-5/+5
* * proc.c (rb_block_arity): should not call GetProcPtr() for symbols.shugo2015-12-173-4/+21
* string.c: infectionnobu2015-12-173-12/+34
* transcode.c: infectionnobu2015-12-173-1/+10
* re.c: names encodingnobu2015-12-173-1/+12
* * vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.ko12015-12-162-1/+6
* * 2015-12-17svn2015-12-161-2/+2
* * vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko12015-12-163-1/+32
* * ChangeLog: fix a typo in r53149.nagachika2015-12-162-2/+2
* * ext/fiddle/handle.c: check tainted string arguments.nagachika2015-12-163-7/+35
* * vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.shugo2015-12-163-0/+16
* remove duplicated frozen_string_literal magic commentnaruse2015-12-162-2/+0
* test/ruby/test_io.rb: fix spelling errorsnormal2015-12-162-3/+7
* NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]normal2015-12-162-0/+7
* * vm.c: fix mark miss for proc given as passed block.ko12015-12-163-7/+42
* handle ext/ as r53141naruse2015-12-16854-0/+854
* Exception#backtrace may be nil if it is manually creatednaruse2015-12-161-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161432-1/+1433
* * test_struct.rb: Test that initialize is overridable [#11708]marcandre2015-12-162-0/+10
* test_io.rb: ignore not-implemented fadvicenobu2015-12-161-2/+6
* parse.y: fix block_call&.callnobu2015-12-163-4/+26
* Remove this test, since it won't reliably pass.headius2015-12-151-4/+1
* * compar.c: Update doc for == [#7688] [ci-skip]marcandre2015-12-152-3/+4
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto2015-12-152-21/+28
* Fix typo [ci skip]nobu2015-12-152-1/+5
* enumerator.c: use ALLOCVnobu2015-12-151-5/+5
* * 2015-12-16svn2015-12-151-2/+2
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto2015-12-152-9/+22
* * gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().ngoto2015-12-153-7/+15
* follow the change of the namenaruse2015-12-151-2/+2
* reverting accidental commit at r53124 by re-committing version from r52612duerst2015-12-151-2792/+4140
* fixing ChangeLog problemduerst2015-12-151-0/+12
* NEWS: added news about EBCDIC encodingduerst2015-12-152-0/+8
* enc/ebcdic.h, enc/trans/ebcdic.trans,duerst2015-12-154-4155/+2803