index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-27
Update to ruby/spec@007e908
eregon
2018-08-27
* append newline at EOF.
svn
2018-08-27
Update to ruby/spec@a89819d
eregon
2018-08-27
Fix template/fake.rb.in if ENV["RUBYOPT"] is nil
eregon
2018-08-27
Fix template/fake.rb.in when external and internal encodings are set
eregon
2018-08-27
* append newline at EOF.
svn
2018-08-27
Update to ruby/spec@09fa86c
eregon
2018-08-27
Simplify guards, the behavior seems Linux-specific
eregon
2018-08-27
* remove trailing spaces.
svn
2018-08-27
Merge master branch from rubygems upstream.
hsbt
2018-08-27
hrtime.h: add note explaining current use of uint64_t [ci skip]
normal
2018-08-27
hrtime.h: missing paren
nobu
2018-08-27
hrtime.h: explicit casts to time_t
nobu
2018-08-27
configure.ac: printf prifix for int64_t
nobu
2018-08-27
thread.c: check interrupts explicitly in select/ppoll blocking regions
normal
2018-08-27
* properties.
svn
2018-08-27
* remove trailing spaces.
svn
2018-08-27
Merge rdoc-6.1.0.beta1.
hsbt
2018-08-27
* properties.
svn
2018-08-27
* 2018-08-27
svn
2018-08-27
Merge psych-3.1.0.pre1.
hsbt
2018-08-26
test/ruby/test_io.rb (test_recycled_fd_close): Linux workaround
normal
2018-08-26
thread_sync.c: common wakeup_{one,all} implementation
normal
2018-08-26
process.c: remove worthless waitpid_sys macro
normal
2018-08-25
test/io/wait/test_io_wait_uncommon.rb: relax /dev/random check
normal
2018-08-25
thread_pthread.c (ubf_wakeup_thread): `th' is never NULL
normal
2018-08-25
thread_pthread.c: main thread always gets hit by signals
normal
2018-08-25
* 2018-08-26
svn
2018-08-25
thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]
normal
2018-08-25
hrtime.h: add documentation
normal
2018-08-25
* properties.
svn
2018-08-25
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-25
drb: close graceful shutdown pipe before socket
normal
2018-08-25
drb: simplify shutdown pipe close logic
normal
2018-08-24
Add AIX guards
naruse
2018-08-24
test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll call
normal
2018-08-24
* 2018-08-25
svn
2018-08-24
thread_pthread.c: use eventfd instead of pipe on Linux
normal
2018-08-24
ext/readline/extconf.rb: try using more readline APIs
k0kubun
2018-08-23
test/readline/test_readline.rb: fix readline test
k0kubun
2018-08-23
thread_pthread.c (ubf_timer_destroy): remove redundant getpid check
normal
2018-08-23
* 2018-08-24
svn
2018-08-23
NEWS: add entries for rb_waitpid and timer-thread [ci skip]
normal
2018-08-23
iseq.c (rb_vm_encoded_insn_data_table_init): add a cast to build on clang
mame
2018-08-23
Mention `--enable=jit` instead of `--jit`
kazu
2018-08-23
iseq.c (rb_iseq_trace_set): refactoring by using encoded_insn_data
mame
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
compile.c: drop unused array
nobu
2018-08-23
compile.c: drop unused string
nobu
2018-08-23
remove `const` warning.
ko1
[next]