| Age | Commit message (Expand) | Author |
| 2006-05-21 | fix bug [ruby-list:42234] | kosako |
| 2006-05-18 | * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters, | gotoyuzo |
| 2006-05-17 | * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles. | nobu |
| 2006-05-15 | don't use onig_recompile() | kosako |
| 2006-05-13 | add ML ref. | akr |
| 2006-05-13 | * lib/pp.rb (PP.mcall): new method. | akr |
| 2006-05-11 | * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should return | gotoyuzo |
| 2006-05-10 | merge Oniguruma 4.0.3 | kosako |
| 2006-05-08 | * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. | gotoyuzo |
| 2006-05-07 | * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize): | akr |
| 2006-05-01 | ext/win32ole/win32ole.c (add_event_call_back): should not | suke |
| 2006-04-30 | ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun... | suke |
| 2006-04-29 | * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initialize | gotoyuzo |
| 2006-04-25 | * ext/tk/tcltklib.c (delete_slaves): maybe increment the reference | nagai |
| 2006-04-21 | * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointer | nagai |
| 2006-04-18 | * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP. | nagai |
| 2006-04-08 | add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect | suke |
| 2006-04-07 | WIN32OLE_TYPELIB.new accepts OLE files. | suke |
| 2006-04-06 | * intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration. | nagai |
| 2006-04-06 | * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681] | nagai |
| 2006-04-05 | * ext/tk/tcltklib.c: fix SEGV when embedding to an application. | nagai |
| 2006-04-04 | * lib/pathname.rb: use a subclass for instantiation except | akr |
| 2006-04-01 | add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect | suke |
| 2006-03-31 | * enumerator.c (enumerator_with_index): removed suspicious return | nobu |
| 2006-03-29 | change the behavior of WIN32OLE#[] and WIN32OLE#[]=. | suke |
| 2006-03-29 | * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar, | usa |
| 2006-03-27 | * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6. | naruse |
| 2006-03-26 | refactoring for options | kosako |
| 2006-03-24 | RDoc description updated | kosako |
| 2006-03-23 | prohibit number backref in replaced string for named pattern | kosako |
| 2006-03-23 | merge Oniguruma 4.0.2 | kosako |
| 2006-03-22 | add back reference by name in replace string | kosako |
| 2006-03-21 | add String/Symbol argument to MatchData[x] | kosako |
| 2006-03-20 | * ext/win32ole/win32ole.c (folevariant_value): could not compile | usa |
| 2006-03-19 | change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1 | suke |
| 2006-03-15 | * lib/mkmf.rb (create_makefile): support libraries without *.so. | usa |
| 2006-03-15 | * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should use | gotoyuzo |
| 2006-03-12 | * ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT in | suke |
| 2006-03-05 | * lib/fileutils.rb: do not repeat command options. | aamine |
| 2006-03-05 | * lib/net/http.rb (send_request_with_body): #content_type never return false,... | aamine |
| 2006-03-04 | * gc.c (id2ref): fix symbol test. | akr |
| 2006-03-03 | * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination | akr |
| 2006-03-03 | * ext/dl/.cvsignore: ignore callback.h. | aamine |
| 2006-03-02 | ML ref [ruby-core:7305] | akr |
| 2006-03-02 | * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte) | ocean |
| 2006-03-02 | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr |
| 2006-03-02 | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean |
| 2006-03-01 | * dir.c: supress warning "/* within comment" | ocean |
| 2006-02-28 | * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/. | ocean |
| 2006-02-24 | quote pathnames in the server's command line for space contained | seki |