summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo2004-08-242-17/+7
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo2004-08-241-1/+1
* * lib/resolv.rb (Config.default_config_hash): when multiple domainsusa2004-08-231-1/+1
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo2004-08-211-0/+3
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-201-2/+4
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-183-46/+47
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-181-6/+5
* Get RDoc::usage playing better with OptionParserdave2004-08-163-8/+17
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* * lib/fileutils.rb: backport from CVS HEAD (rev1.44).aamine2004-08-141-130/+251
* Add Ri environment variable supportdave2004-08-131-30/+14
* Forgot to backportdave2004-08-131-4/+7
* Add "usage" interfacedave2004-08-131-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-08-131-0/+220
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-134-5/+10
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-022-4/+5
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-301-1/+39
* * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz2004-07-281-26/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): shouldgotoyuzo2004-07-261-1/+1
* * range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz2004-07-241-1/+1
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-2/+2