aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-211-25/+54
* * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu2009-07-211-1/+1
* * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe2009-07-201-3/+2
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-131-1/+6
* * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui2009-07-131-1/+1
* * lib/pstore.rb (PStore#on_windows): fixed typo.nobu2009-07-131-1/+1
* * lib/irb/inspector.rb: forget svn add.keiju2009-07-081-0/+103
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-0735-48/+87
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-021-4/+14
* * lib/cmath.rb (log2, cbrt): added. [experimental]tadf2009-06-291-2/+22
* reverted.tadf2009-06-291-23/+2
* * complex.c (nucomp_expt): do not use rb_fexpt.tadf2009-06-291-2/+23
* * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]tadf2009-06-281-1/+2
* * lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entryyugui2009-06-282-2/+6
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-271-0/+8
* * NEWS: rss: 0.2.5 -> 0.2.7.kou2009-06-271-1/+1
* Imported minitest 1.4.2 r5269.ryan2009-06-251-5/+40
* * lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not ...nobu2009-06-255-0/+0
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open withnobu2009-06-211-1/+3
* * lib/monitor.rb (MonitorMixin::extend_object): should usematz2009-06-191-6/+6
* * complex.c: edited rdoc.tadf2009-06-192-0/+4
* oops. bumpryan2009-06-181-1/+1
* Imported minitest 1.4.0 r5083.ryan2009-06-183-10/+37
* * lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse2009-06-161-1/+1
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu2009-06-121-2/+2
* * lib/cmath.rb (exp): omitted redundant function call.tadf2009-06-111-11/+12
* * lib/prime.rb: documentation typo fixed. a patch from okkez.matz2009-06-111-2/+2
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-101-0/+1
* Update to RubyGems 1.3.4 r2223drbrain2009-06-0970-2738/+5206
* * lib/cmath.rb (log10): raised exception when the given number istadf2009-06-091-1/+1
* * lib/cmath.rb (log): avoided redundant expression.tadf2009-06-071-2/+1
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-041-1/+1
* * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz2009-06-031-1/+1
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-311-10/+12
* * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-272-30/+37
* Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-261-2/+2
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-251-1/+1
* * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz2009-05-241-1/+1
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-6/+17
* * lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz2009-05-201-1/+4
* * lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr2009-05-181-1/+1
* * lib/mkmf.rb (SRC_EXT): should be flat.nobu2009-05-171-1/+1
* * lib/rss/parser.rb: add nil check.kou2009-05-161-1/+1
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-164-11/+28
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-162-0/+5
* * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou2009-05-165-5/+0
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-161-6/+0
* * lib/rss/maker/entry.rb: fix a typo.kou2009-05-161-1/+1
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-161-0/+1
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-163-0/+22