summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo
2004-11-03* test/rss/test_maker_*.rb: added tests for RSS Maker.kou
2004-11-03This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-29* CR stripped.nobu
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* gc.c (gc_sweep): recover ruby_in_compile variable.matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-26Restore correct :nodoc: behavior with nested classesdave
2004-10-22* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo
2004-10-21* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-20* lib/xsd/charset.rb (Charset.charset_str): reverted. Hash#key does not exist...eban
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-17* lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo
2004-10-17* lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo
2004-10-16* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-14* lib/rss/rss.rb: added link to Tutorial.kou
2004-10-10Support "require" as variable name in RDocdave
2004-10-09* lib/rss/converter.rb: changed to try to use Iconv for defaultkou
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-09-17* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine
2004-09-16* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo
2004-09-14Add simple formatter to ridave
2004-09-11Fix up cross-file class mergingdave
2004-09-09James Buck's patch for call-seqdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-30ri now merges the documentation if it finds the same class in multiple placesdave
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25*** empty log message ***dave
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo
2004-08-23* lib/resolv.rb (Config.default_config_hash): when multiple domainsusa
2004-08-21* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-18* ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-08-16Get RDoc::usage playing better with OptionParserdave
2004-08-15* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban
2004-08-14* lib/fileutils.rb: backport from CVS HEAD (rev1.44).aamine
2004-08-13Add Ri environment variable supportdave
2004-08-13Forgot to backportdave