| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that non-blocking mode isn't always supported on Windows [ci skip] | Jesús Burgos Maciá | 2019-07-23 | 1 | -0/+4 |
* | [DOC] update target_thread to TracePoint#enable | Nobuyoshi Nakada | 2019-06-30 | 1 | -5/+6 |
* | Fix typos, grammar, and style | Marcus Stollsteimer | 2019-05-04 | 1 | -12/+11 |
* | Improve TracePoint docs. | hsbt | 2019-03-20 | 1 | -0/+57 |
* | `TracePoint#enable(target_thraed:)` [Feature #15473] | ko1 | 2018-12-29 | 1 | -2/+2 |
* | `TracePoint#enable(target_line:)` is supported. [Feature #15289] | ko1 | 2018-11-26 | 1 | -2/+2 |
* | Support targetting TracePoint [Feature #15289] | ko1 | 2018-11-26 | 1 | -0/+6 |
* | Do not :stopdoc: entire classes/modules | nobu | 2018-10-26 | 1 | -1/+1 |
* | prelude.rb (Kernel#pp): make it private | mame | 2018-10-11 | 1 | -0/+2 |
* | prelude.rb: eliminate a private constant | nobu | 2018-01-07 | 1 | -6/+5 |
* | prelude.rb: block passing | nobu | 2017-12-25 | 1 | -4/+2 |
* | prelude.rb: remove duplicate rdoc | nobu | 2017-12-14 | 1 | -3/+1 |
* | prelude.rb: suppress redefinition warnings | nobu | 2017-12-01 | 1 | -0/+6 |
* | prelude.rb (Kernel#pp): Fix a delegation bug | mame | 2017-11-30 | 1 | -1/+1 |
* | prelude.rb: Add Kernel#pp, a trigger for lib/pp.rb | mame | 2017-11-30 | 1 | -0/+10 |
* | Revert r57690 except for read_nonblock | nobu | 2017-02-23 | 1 | -2/+1 |
* | [DOC] mark up literals | nobu | 2017-02-23 | 1 | -4/+4 |
* | [DOC] keyword argument _exception_ | nobu | 2017-02-23 | 1 | -2/+2 |
* | [DOC] {read,write}_nonblock with exception: false | nobu | 2017-02-23 | 1 | -2/+4 |
* | prelude.rb: Binding#irb [ci skip] | nobu | 2017-01-06 | 1 | -0/+7 |
* | fix typo in `IO#write_nonblock` example [ci skip] | kazu | 2016-12-07 | 1 | -1/+1 |
* | Use qualified names | nobu | 2016-08-30 | 1 | -2/+3 |
* | add missing options to call-seq of IO#read_nonblock | kazu | 2015-12-07 | 1 | -2/+6 |
* | prelude.rb: deprecate Thread.exclusive | nobu | 2015-11-13 | 1 | -0/+1 |
* | io.c: avoid kwarg parsing in C API | normal | 2015-11-12 | 1 | -0/+114 |
* | * prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman. | hsbt | 2014-04-17 | 1 | -3/+3 |
* | * prelude.rb: Moved Mutex#synchronize to | kosaki | 2012-11-19 | 1 | -16/+0 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | Fix :nodoc: definition. [ruby-dev:40949] | naruse | 2010-04-10 | 1 | -2/+1 |
* | * prelude.rb, .document: Stuff in prelude.rb should be documented | knu | 2010-03-29 | 1 | -5/+13 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -14/+0 |
* | * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040] | akr | 2010-01-12 | 1 | -1/+1 |
* | * prelude.rb (require_relative): defined as a module function of | akr | 2009-10-16 | 1 | -8/+11 |
* | * prelude.rb (require_relative): move require_relative from | matz | 2008-04-12 | 1 | -0/+10 |
* | * prelude.rb (Mutex::synchronize): capture exception from unlock. | matz | 2008-01-10 | 1 | -1/+1 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -3/+5 |
* | * prelude.rb: add Thread.exclusive. This class method | ko1 | 2007-08-25 | 1 | -0/+11 |
* | * prelude.rb: fix Mutex#synchronize definition. | ko1 | 2007-08-24 | 1 | -7/+5 |
* | * prelude.rb: added. run this script on startup. | ko1 | 2007-08-24 | 1 | -0/+14 |