summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-28* 2006-04-28eban
2006-04-28* util.c (ruby_strtod): should not cut off 18 digits for nomatz
2006-04-26* 2006-04-27eban
2006-04-26* array.c (rb_ary_fill): internalize local variable "beg" tomatz
2006-04-26* 2006-04-26eban
2006-04-26* pack.c (pack_unpack): now supports CRLF newlines. a patch frommatz
2006-04-25* ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai
2006-04-24* lib/jcode.rb (String::tr_s): should have translated nonmatz
2006-04-24* 2006-04-25eban
2006-04-24* regex.c (re_compile_pattern): should check if c is not amatz
2006-04-21* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai
2006-04-21* 2006-04-21usa
2006-04-21* ext/socket/socket.c: document update patch from Sam Robertsmatz
2006-04-19* parse.y (arg): too much NEW_LIST()matz
2006-04-19* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz
2006-04-19* 2006-04-19usa
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* 2006-04-18eban
2006-04-17* eval.c: block_unique should be 1, not frame_unique.matz
2006-04-14* 2006-04-14eban
2006-04-14Short summary:ser
2006-04-09* 2006-04-10eban
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* 2006-04-06eban
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-29* 2006-03-29usa
2006-03-28* eval.c (backtrace): reports aliased method names in a generatedmatz
2006-03-28* 2006-03-28eban
2006-03-28doc update. [ruby-talk:186294]akr
2006-03-27* 2006-03-27eban
2006-03-27* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: imported nkf 2.0.6.naruse
2006-03-24* 2006-03-24eban
2006-03-24* process.c (rb_f_sleep): remove description about SIGALRM whichmatz
2006-03-23* 2006-03-23eban
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* 2006-03-20usa
2006-03-20* configure.in: remove enable_rpath=no for Solaris.matz
2006-03-17* 2006-03-17eban
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* 2006-03-15eban
2006-03-15* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo
2006-03-11* 2006-03-11eban
2006-03-11* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz
2006-03-04fix string interpolationakr