summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-12-19proc.c: fix infinite loopnobu
2015-12-19* enc/windows_1250.c: Should not use C++ style comments (C99 feature).ngoto
2015-12-19webrick/utils.rb: get rid of thread leak checkernobu
2015-12-19zlib.c: Fix typo [ci skip]nobu
2015-12-19csv.rb: Fix typo [ci skipnobu
2015-12-19enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250duerst
2015-12-18* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto
2015-12-18* compile.c (ibf_load_object_string): use fstring if frozen string.ko1
2015-12-18NEWS: make precise the note of r53188nobu
2015-12-18fix typo.shugo
2015-12-18stringio.c: separate encoding from buffernobu
2015-12-18* compile.c (ibf_load_setup): check tainted string argument.ko1
2015-12-18* vm_core.h: define USE_LAZY_LOAD if it is not defined.ko1
2015-12-18stringio.c: strio_unget_bytesnobu
2015-12-18* doc/syntax/*.rdoc: separated modifier at sentence.hsbt
2015-12-18stringio.c: padding in ungetbytenobu
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-12-18* vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead ofkosaki
2015-12-18* lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt
2015-12-18* ext/pty/pty.c: fix double words typo.hsbt
2015-12-18* ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.hsbt
2015-12-17* vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo
2015-12-17* vm_args.c (vm_caller_setup_arg_block): remove code for ifuncshugo
2015-12-17* proc.c (rb_block_arity): should not call GetProcPtr() for symbols.shugo
2015-12-17string.c: infectionnobu
2015-12-17transcode.c: infectionnobu
2015-12-17re.c: names encodingnobu
2015-12-16* vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.ko1
2015-12-16* vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko1
2015-12-16* ChangeLog: fix a typo in r53149.nagachika
2015-12-16* ext/fiddle/handle.c: check tainted string arguments.nagachika
2015-12-16* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.shugo
2015-12-16test/ruby/test_io.rb: fix spelling errorsnormal
2015-12-16NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]normal
2015-12-16* vm.c: fix mark miss for proc given as passed block.ko1
2015-12-16* test_struct.rb: Test that initialize is overridable [#11708]marcandre
2015-12-16parse.y: fix block_call&.callnobu
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto
2015-12-15Fix typo [ci skip]nobu
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto
2015-12-15* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().ngoto
2015-12-15fixing ChangeLog problemduerst
2015-12-15NEWS: added news about EBCDIC encodingduerst
2015-12-15enc/ebcdic.h, enc/trans/ebcdic.trans,duerst
2015-12-15* lib/erb.rb: Render erb with array buffer for function call optimization.hsbt
2015-12-15string.c: radix indicators [ci skip]nobu
2015-12-15* lib/erb.rb: Simplify regexp to optimize erb scanner.hsbt
2015-12-15fix typonobu
2015-12-15* lib/uri/common.rb: make code block for rdoc.hsbt
2015-12-15* ext/zlib/zlib.c: fix a typo.hsbt