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
2010-02-17
* test/dl/test_method.rb: sinf(3) is in libm.
naruse
2010-02-16
use assert_finish because the test hangs on FreeBSD.
akr
2010-02-16
* 2010-02-17
svn
2010-02-16
* hash.c (hash_update): always raise an exception when adding a new
mame
2010-02-16
add a test.
akr
2010-02-16
* gc.c (chain_finalized_object): fix precedence.
mame
2010-02-16
* gc.c (rb_objspace_call_finalizer): always run finalizer at exit,
mame
2010-02-16
* file.c (rb_group_member): renamed from group_member.
akr
2010-02-16
* ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value to
nobu
2010-02-16
* test/dl/test_{base,handle}.rb: use more verbose assertions.
nobu
2010-02-16
* ChangeLog: removed trailing spaces.
nobu
2010-02-16
* ext/dl/method.c: Adding DL::Method as a superclass for DL::Function
tenderlove
2010-02-15
* 2010-02-16
svn
2010-02-15
* ext/dl/function.c: using ULONG2NUM to fix tests on i686.
tenderlove
2010-02-15
* io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as
akr
2010-02-15
* lib/pstore.rb (PStore#initialize): initialize @thread_safe.
akr
2010-02-15
* st.c (st_foreach): don't access ptr->hash after func call.
akr
2010-02-15
* ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.
akr
2010-02-15
* time.c (time_add): propagate fixed time offset.
akr
2010-02-15
fix previous commit.
naruse
2010-02-15
More generic regular exression for test.
naruse
2010-02-15
* signal.c (USE_SIGALTSTACK): NetBSD can't use sigaltstack(2)
naruse
2010-02-15
* 2010-02-15
svn
2010-02-15
* array.c (rb_ary_push_m): use rb_ary_modify instead of
naruse
2010-02-14
* marshal.c (r_object0): removed duplicated entry for regexp.
nobu
2010-02-14
avoid method redefinition.
akr
2010-02-14
add a test.
akr
2010-02-13
* marshal.c (r_object0): register regexp object before encoding
nobu
2010-02-13
* re.c (match_aref): fixed indent.
nobu
2010-02-13
* array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.
matz
2010-02-13
* marshal.c (id2encidx): duplicated entry for encoding name.
matz
2010-02-13
add a test.
akr
2010-02-13
* lib/tempfile.rb (Tempfile::Remover): new class to replace
akr
2010-02-12
* 2010-02-13
svn
2010-02-12
fix a test for Debian GNU/Linux squeeze (armel)
akr
2010-02-12
* vm.c (thread_free): fixed typo.
nobu
2010-02-11
* 2010-02-12
svn
2010-02-11
Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>
knu
2010-02-11
fix rdoc.
akr
2010-02-11
update rdoc.
akr
2010-02-11
* io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.
akr
2010-02-11
* missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]
kazu
2010-02-11
* vm.c (vm_exec): reset thread state before restarting vm loop
nobu
2010-02-11
fix a typo.
akr
2010-02-11
* marshal.c (r_object0): replace non-1.8 escapes directly.
nobu
2010-02-11
* marshal.c (r_object0): read sequentially since marshal source
nobu
2010-02-11
describe the reporter.
akr
2010-02-11
* lib/resolv.rb: fix [ruby-core:28144].
akr
2010-02-10
* 2010-02-11
svn
2010-02-10
* vm.c (vm_exec): temporarily revert r26628, which causes SEGV when
mame
[next]