summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-07* lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz
2009-09-06* lib/uri/common.rb (URI.escape): obsoleted.naruse
2009-09-03* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu
2009-08-29* lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu
2009-08-28* lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu
2009-08-28* lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu
2009-08-28* lib/tempfile.rb (Tempfile#callback): Debug information should beknu
2009-08-26* lib/tempfile.rb: fixed typos.nobu
2009-08-26* lib/tempfile.rb: add documents from Hongli Lai's fork.naruse
2009-08-26* lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu
2009-08-26* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu
2009-08-26* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu
2009-08-24* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-20* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu
2009-08-20* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu
2009-08-19rdoc update.akr
2009-08-17 * lib/date/delta.rb: removed require 'date'. added to_c.tadf
2009-08-16 * lib/date/delta.rb: merged from date4. [experimental]tadf
2009-08-16 * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf
2009-08-16use num#i.tadf
2009-08-16warn only when $VERBOSE.tadf
2009-08-16 * lib/complex.rb, lib/rational.rb: added warning messages.tadf
2009-08-16 * lib/date/format.rb: reverted.tadf
2009-08-16* lib/date/format.rb: suppressed a warning.naruse
2009-08-16* lib/csv.rb: Change magic comment to US-ASCII in order tonaruse
2009-08-13* lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz
2009-08-11 * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf
2009-08-06* lib/mkmf.rb (check_sizeof): added optional compiler optionnobu
2009-08-06* lib/test/unit/testcase.rb (Test::Unit): removes silly TestCasenobu
2009-08-05* lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submittedknu
2009-08-04* lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu
2009-08-04* lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame
2009-08-04* lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu
2009-08-04* lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} soknu
2009-08-03* lib/README: updated. a patch from Daniel Bovensiepen.matz
2009-07-31 * lib/securerandom.rb (SecureRandom.random_bytes): return string shouldusa
2009-07-30* lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar
2009-07-27* lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-07-23 * lib/irb/ruby-lex.rb: make irb be able to parsekeiju
2009-07-21 * lib/irb.rb: forget svn commit.keiju
2009-07-21 * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju
2009-07-21 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju
2009-07-21 * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju
2009-07-21* lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu
2009-07-20* lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe
2009-07-13* lib/prime.rb (Prime#prime_division): now decomposesyugui