summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-22* lib/pathname.rb (Pathname#each_filename): use split_names properly.akr
2006-02-22* test/webrick/test_cgi.rb: should support platforms which searchusa
2006-02-22* bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz
2006-02-22* 2006-02-22eban
2006-02-22* eval.c (proc_alloc): add proper check for creation of a lambdamatz
2006-02-21comment ruby version more specific.akr
2006-02-20* 2006-02-21usa
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-20* mkconfig.rb: alias Config to RbConfig for compatibility.akr
2006-02-20* io.c (rb_io_reopen): flush before reopening a file.akr
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 lowestmatz
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-20eban
2006-02-19* lib/open-uri.rb: add :ssl_verify_mode option.akr
2006-02-18* 2006-02-19eban
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-18* eval.c (rb_obj_instance_eval): RDoc description updated. amatz
2006-02-17* variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz
2006-02-17* 2006-02-18eban
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
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-17usa
2006-02-17* eval.c (rb_thread_wait_for): sleep should always sleep formatz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
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 tomatz
2006-02-15* 2006-02-15usa
2006-02-15* eval.c (rb_obj_instance_eval): should no singleton classes formatz
2006-02-14* enumerator.c (enumerator_each): return self if no block ismatz
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 beforeusa
2006-02-14* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa
2006-02-14* ChangeLog: typo.usa
2006-02-14* 2006-02-14usa
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 errormatz
2006-02-12merge Oniguruma 4.0.1kosako
2006-02-11* 2006-02-11eban
2006-02-11add WIN32OLE.create_guid.suke
2006-02-09* 2006-02-09usa