summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-16* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann
2004-11-16added howtomneumann
2004-11-16* fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...mneumann
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): addusa
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu
2004-11-16* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann
2004-11-15* imported and refactored original test casesmneumann
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz
2004-11-14* lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu
2004-11-10* lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-09* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu
2004-11-08Change version numbering of RDoc and ridave
2004-11-08add DRb::ExtServManager#uri=.seki
2004-11-08Fix bug where parent class wasn't being detected if thedave
2004-11-06checks whether zone was given.tadf
2004-11-04* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-03* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01* lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou
2004-11-01* lib/rss/maker.rb: added entry point of RSS Maker.kou
2004-10-31* lib/rss/maker/*.rb: added RSS Maker.kou
2004-10-29* CR stripped.nobu
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-26Restore correct :nodoc: behavior with nested classesdave
2004-10-23* ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz
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* parse.y (lex_getline): should update ruby_debug_lines.matz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
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/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo
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-16* lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu
2004-10-14* added link to Tutorial.kou
2004-10-12* lib/webrick/config.rb:gotoyuzo
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-08* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz