summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-12-15* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12backported from CVS_HEADseki
2004-12-12Don't show r/w accessor flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-08Fix CSS typo that meant h2 headings were invisibledave
2004-12-08* lib/rss, test/rss, sample/rss: backported from CVS HEAD.kou
2004-12-061.8 doesn't have String#cleardave
2004-12-05* lib/optparse.rb (OptionParser::Completion#complete): new parameternobu
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-12-03* lib/ostruct.rb: 1.9 marshaling support back-ported.matz
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-201. Force --inline-source if --one-file givendave
2004-11-17This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu
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-06* lib/webrick/server.rb (WEBrick::HTTPServer#start): removegotoyuzo
2004-11-06checks whether zone was given.tadf
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