aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-171-0/+1
* * numeric.c (flo_divmod): protect float values from GC bymatz2004-11-161-3/+7
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu2004-11-161-2/+2
* * lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu2004-11-141-1/+3
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-101-7/+7
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-2/+2
* * lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu2004-11-092-37/+71
* Change version numbering of RDoc and ridave2004-11-082-12/+3
* add DRb::ExtServManager#uri=.seki2004-11-081-3/+5
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* * lib/webrick/server.rb (WEBrick::HTTPServer#start): removegotoyuzo2004-11-062-4/+0
* checks whether zone was given.tadf2004-11-061-3/+7
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+3
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-031-2/+2
* * test/rss/test_maker_*.rb: added tests for RSS Maker.kou2004-11-036-7/+16
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-037-0/+852
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-012-0/+217
* * CR stripped.nobu2004-10-291-25/+25
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+1
* * gc.c (gc_sweep): recover ruby_in_compile variable.matz2004-10-272-4/+16
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-272-11/+17
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-1/+2
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo2004-10-221-1/+1
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-211-16/+19
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-3/+11
* * lib/xsd/charset.rb (Charset.charset_str): reverted. Hash#key does not exist...eban2004-10-201-1/+1
* RDoc can now deal with "attr" used as a variabledave2004-10-191-1/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-194-8/+19
* * lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo2004-10-175-34/+143
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo2004-10-172-4/+32
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-161-1/+1
* * lib/rss/: untabified.kou2004-10-1616-3046/+3046
* * lib/rss: supported prety print.kou2004-10-166-153/+193
* * lib/rss/rss.rb: added link to Tutorial.kou2004-10-141-0/+1
* Support "require" as variable name in RDocdave2004-10-101-1/+3
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-092-8/+9
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-0/+4
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-1/+0
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-2/+2
* * lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine2004-09-171-1/+1
* * lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo2004-09-162-1/+2
* Add simple formatter to ridave2004-09-142-15/+70
* Fix up cross-file class mergingdave2004-09-112-1/+7
* James Buck's patch for call-seqdave2004-09-091-1/+6
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-307-25/+60
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-1/+3
* *** empty log message ***dave2004-08-251-2/+1