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
2006-02-20
* mkconfig.rb: generate RbConfig instead of Config.
akr
2006-02-20
* lib/find.rb: should raise ENOENT if root entry does not exist,
usa
2006-02-20
* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]
matz
2006-02-20
* variable.c (rb_const_get_0): Object should have been the lowest
matz
2006-02-20
* eval.c: initial value for block_unique must be 1.
matz
2006-02-20
* lib/delegate.rb (Delegator): should not delegate "funcall".
matz
2006-02-20
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
matz
2006-02-19
* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.
gotoyuzo
2006-02-19
* 2006-02-20
eban
2006-02-19
* lib/open-uri.rb: add :ssl_verify_mode option.
akr
2006-02-18
* 2006-02-19
eban
2006-02-18
* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode
matz
2006-02-18
* eval.c (rb_obj_instance_eval): RDoc description updated. a
matz
2006-02-17
* variable.c (rb_const_get_0): skip ruby_wrapper in const search
matz
2006-02-17
* 2006-02-18
eban
2006-02-17
* lib/tracer.rb: merged a minor clarification patch from Daniel
matz
2006-02-17
* eval.c (ev_const_get): simplified using rb_const_get_fallback().
matz
2006-02-17
* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]
ocean
2006-02-17
* 2006-02-17
usa
2006-02-17
* eval.c (rb_thread_wait_for): sleep should always sleep for
matz
2006-02-15
* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
matz
2006-02-15
* eval.c (error_line): remove void control path. [ruby-dev:28335]
matz
2006-02-15
* eval.c (yield_under_i): should not pass self as an argument to
matz
2006-02-15
* 2006-02-15
usa
2006-02-15
* eval.c (rb_obj_instance_eval): should no singleton classes for
matz
2006-02-14
* enumerator.c (enumerator_each): return self if no block is
matz
2006-02-14
* string.c: fixed typo.
ocean
2006-02-14
* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]
matz
2006-02-14
* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]
ocean
2006-02-14
* win32/win32.c (rb_w32_utime): drop read-only attribute before
usa
2006-02-14
* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
usa
2006-02-14
* ChangeLog: typo.
usa
2006-02-14
* 2006-02-14
usa
2006-02-14
* time.c (search_time_t): support non 32bit time_t environments.
usa
2006-02-13
* eval.c (copy_node_scope): remove duplicated semicolons at end.
matz
2006-02-13
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-12
merge Oniguruma 4.0.1
kosako
2006-02-11
* 2006-02-11
eban
2006-02-11
add WIN32OLE.create_guid.
suke
2006-02-09
* 2006-02-09
usa
2006-02-09
* eval.c (rb_obj_instance_exec): fixed typo of rdoc.
usa
2006-02-07
* 2006-02-07
eban
2006-02-07
* ext/zlib/zlib.c: should not access ruby objects in finalizer.
ocean
2006-02-06
* file.c: commit miss?
ocean
2006-02-06
* file.c (cygwin_flock): save old errno.
eban
2006-02-06
* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.
eban
2006-02-06
* gc.c (gc_sweep): typo fix.
eban
2006-02-05
* 2006-02-06
eban
2006-02-05
* enum.c (enum_find_index): a new method Enumerable#find_index.
matz
2006-02-05
test small structs.
akr
[next]