summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * imported and refactored original test casesmneumann2004-11-153-31/+31
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-152-12/+14
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-38/+47
* * 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-8/+8
* * 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-2/+4
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* checks whether zone was given.tadf2004-11-061-3/+7
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-1/+1
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-031-2/+2
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-0/+3
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-0312-61/+96
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-1/+1
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-012-10/+29
* * lib/rss/maker.rb: added entry point of RSS Maker.kou2004-11-011-0/+33
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-3110-2/+993
* * CR stripped.nobu2004-10-291-25/+25
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-272-3/+14
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-1/+2
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-231-9/+12
* * 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
* * parse.y (lex_getline): should update ruby_debug_lines.matz2004-10-201-0/+1
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-3/+11
* 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-7/+13
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo2004-10-171-2/+4
* * 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/mkmf.rb (create_makefile): install-rb is needed for staticallynobu2004-10-161-2/+1
* * added link to Tutorial.kou2004-10-141-0/+1
* * lib/webrick/config.rb:gotoyuzo2004-10-125-31/+136
* 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
* * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine2004-10-081-3/+3
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-0/+2
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-052-0/+5
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* synchronized with date2 3.6.1tadf2004-09-251-19/+52
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-1/+0
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-172-2/+39
* * 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
* * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine2004-09-101-1/+1