summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_inspect): display @wait_for field if thethread_inspectKOSAKI Motohiro2016-01-282-1/+10
* * thread.c (rb_thread_inspect): make human readable.KOSAKI Motohiro2016-01-282-4/+16
* * thread_sync.c (mutex_inspect): implement nice Mutex::inspect.KOSAKI Motohiro2016-01-282-0/+28
* * thread_sync.c (Init_thread_sync): sort Mutex's rb_define_methodKOSAKI Motohiro2015-12-242-4/+9
* * lib/monitor.rb (MonitorMixin::ConditionVariable#wait): useKOSAKI Motohiro2015-12-242-7/+14
* * lib/monitor.rb: remove @mon_owner. Mutex.owned? is a better way.KOSAKI Motohiro2015-12-242-20/+19
* * test/monitor/test_monitor.rbKOSAKI Motohiro2015-12-242-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
* * lib/erb.rb: Render erb with array buffer for function call optimization.hsbt2015-12-154-8/+15
* string.c: radix indicators [ci skip]nobu2015-12-152-0/+8
* * lib/erb.rb: Simplify regexp to optimize erb scanner.hsbt2015-12-152-2/+7