summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-06-25Imported minitest 1.4.2 r5269.ryan
2009-06-25* lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not ...nobu
2009-06-21* lib/fileutils.rb (FileUtils::Entry_#copy_file): open withnobu
2009-06-19* lib/monitor.rb (MonitorMixin::extend_object): should usematz
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-18oops. bumpryan
2009-06-18Imported minitest 1.4.0 r5083.ryan
2009-06-16* lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse
2009-06-12* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu
2009-06-11 * lib/cmath.rb (exp): omitted redundant function call.tadf
2009-06-11* lib/prime.rb: documentation typo fixed. a patch from okkez.matz
2009-06-10 * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa
2009-06-09Update to RubyGems 1.3.4 r2223drbrain
2009-06-09 * lib/cmath.rb (log10): raised exception when the given number istadf
2009-06-07 * lib/cmath.rb (log): avoided redundant expression.tadf
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-06-03* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz
2009-05-31* lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu
2009-05-27* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr