summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-09* array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean
2004-07-09lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ...akr
2004-07-09* eval.c (rb_thread_raise): accept third argument as well asnobu
2004-07-092004-07-09eban
2004-07-08* add entriesnagai
2004-07-08* ext/tk/lib : bug fixnagai
2004-07-08 * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou
2004-07-072004-07-08eban
2004-07-07* lib/tempfile.rb (Tempfile::initialize): got out code ofakira
2004-07-07* ext/syck/depend: addednobu
2004-07-07* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-07-07Update comment to show call-seq exampledave
2004-07-07* MANIFEST: add these files:eban
2004-07-07Forgot to add the validation files.ser
2004-07-062004-07-07eban
2004-07-06* ext/tk/lib/tkextlib/tktrans.rb,eban
2004-07-062004-07-06eban
2004-07-06* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai
2004-07-05 * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-07-052004-07-05nobu
2004-07-05Add ML number.ocean
2004-07-05* eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0()nobu
2004-07-04* lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean
2004-07-04* Added the treeparser, and added the file to the MANIFEST.ser
2004-07-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-04 * lib/rss/rss.rb: added copyright header.kou
2004-07-03* MANIFEST: add soap files again.eban
2004-07-03* forgot to add files again (and again).nahi
2004-07-03* forgot to add files again.nahi
2004-07-03* MANIFEST: added soap files.eban
2004-07-03 * forgot to add files in the previous commit.nahi
2004-07-03This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-03 * added filesnahi
2004-07-032004-07-03eban
2004-07-03* ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban
2004-07-01* lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102]nobu
2004-07-01* ext/tk/lib/tcltklib : bug fixnagai
2004-07-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-01* ext/tk/lib/tcltklib : bug fixnagai
2004-07-01* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo
2004-07-01* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-07-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-012004-07-01eban
2004-06-30* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo
2004-06-30* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-06-30* ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo
2004-06-30* parse.y (primary): should not be NULL. [ruby-core:03098]nobu
2004-06-302004-06-30eban
2004-06-29* ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy