summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2006-05-11* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should returngotoyuzo
2006-05-08* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo
2006-05-01ext/win32ole/win32ole.c (add_event_call_back): should notsuke
2006-04-30ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke
2006-04-30add test/win32ole/test_win32ole_variant.rb.suke
2006-04-29* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo
2006-04-25* ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai
2006-04-21* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai
2006-04-18* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai
2006-04-08remove testOLEPARAM.rbsuke
2006-04-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-08remove testOLEPARAM.rbsuke
2006-04-07WIN32OLE_TYPELIB.new accepts OLE files.suke
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-01remove testOLEMETHOD.rbsuke
2006-04-01remove 3 testsuke
2006-04-01add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke
2006-03-29change 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-20* ext/win32ole/win32ole.c (folevariant_value): could not compileusa
2006-03-19change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1suke
2006-03-15* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo
2006-03-12* ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke
2006-03-03* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr
2006-03-03* ext/dl/.cvsignore: ignore callback.h.aamine
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-11add WIN32OLE.create_guid.suke
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-02-03* ruby.h: fixed prototype.ocean
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-02-03* ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean
2006-02-02* ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean
2006-01-31* ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai
2006-01-30* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean
2006-01-26* ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-12* ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai
2006-01-10Sorry, commit miss.ocean
2006-01-10* ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean
2006-01-09* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean
2005-12-31* ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-26 * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo
2005-12-20* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy