summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-05-10merge Oniguruma 4.0.3kosako
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-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-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-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-07WIN32OLE_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 exceptakr
2006-04-01add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke
2006-03-31* enumerator.c (enumerator_with_index): removed suspicious returnnobu
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-26refactoring for optionskosako
2006-03-24RDoc description updatedkosako
2006-03-23prohibit number backref in replaced string for named patternkosako
2006-03-23merge Oniguruma 4.0.2kosako
2006-03-22add back reference by name in replace stringkosako
2006-03-21add String/Symbol argument to MatchData[x]kosako
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* lib/mkmf.rb (create_makefile): support libraries without *.so.usa
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-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_destinationakr
2006-03-03* ext/dl/.cvsignore: ignore callback.h.aamine
2006-03-02ML 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-24quote pathnames in the server's command line for space containedseki
2006-02-24* instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa
2006-02-24* win32/win32.c (NtInitialize): need to set a handler for VC++8.usa
2006-02-23no messageocean
2006-02-23* bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean
2006-02-23* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean
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