summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-04-19* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz
2006-04-19* parse.y (list_concat): should not modify nodes other thanmatz
2006-04-18* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai
2006-04-17* eval.c: block_unique should be 1, not frame_unique.matz
2006-04-09* prec.c (prec_prec_f): documentation patch frommatz
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-03-29WIN32OLE#[] should accept multi argments.suke
2006-03-29* ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,usa
2006-03-28* eval.c (backtrace): reports aliased method names in a generatedmatz
2006-03-27* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: imported nkf 2.0.6.naruse
2006-03-24* process.c (rb_f_sleep): remove description about SIGALRM whichmatz
2006-03-23* eval.c (method_missing): should support argument splat inmatz
2006-03-20* configure.in: Solaris SunPro compiler -rapth patch frommatz
2006-03-20* configure.in: remove enable_rpath=no for Solaris.matz
2006-03-17* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: fix typo.gotoyuzo
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-11* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-03-03* lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz
2006-03-02ML ref [ruby-core:7305]akr
2006-03-02* gc.c: align VALUE with sizeof(RVALUE) globally.akr
2006-03-02* gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean
2006-03-02* win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean
2006-03-01* gc.c (add_heap): heap_slots may overflow. a patch from Stefanmatz
2006-03-01* ruby.h (SYM2ID): should not cast to signed long.matz
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-28* lib/drb/extservm.rb (invoke_service_command): cannot invoke commandusa
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* bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot().ocean
2006-02-24* time.c (time_new_internal): add prototype to tell the compilerusa
2006-02-23* test.rb: Removed. Obsolete by test/nkf.naruse
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-20ChangeLog: add ML number [ruby-list:41838]matz
2006-02-20* configure.in (mingw): have link.usa
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-20* mkconfig.rb: alias RbConfig for Config.akr
2006-02-20* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz
2006-02-20* lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-18* lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-17* eval.c (rb_thread_wait_for): sleep should always sleep formatz
2006-02-15* eval.c (backtrace): frame->orig_func may not be initialized.matz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz