summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-07-13* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui
2009-07-13* lib/pstore.rb (PStore#on_windows): fixed typo.nobu
2009-07-08 * lib/irb/inspector.rb: forget svn add.keiju
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-07-02* lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo
2009-06-29 * lib/cmath.rb (log2, cbrt): added. [experimental]tadf
2009-06-29reverted.tadf
2009-06-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-28 * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]tadf
2009-06-28* lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entryyugui
2009-06-27* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou
2009-06-27* NEWS: rss: 0.2.5 -> 0.2.7.kou