summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2006-02-22* bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz
2006-02-22* eval.c (proc_alloc): add proper check for creation of a lambdamatz
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* lib/open-uri.rb: add :ssl_verify_mode option.akr
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* 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