aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou2009-05-161-1/+1
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-101-1/+1
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-2/+2
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-081-1/+14
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-081-4/+8
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-0/+1
* * lib/set.rb (SortedSet#add): Do not require each newly addedknu2009-05-071-4/+4
* * lib/set.rb (SortedSet): Fix document. [Bug #1429]knu2009-05-021-2/+2
* * lib/set.rb (Set#merge): Only directly use the passed objectsknu2009-05-011-2/+2
* * lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu2009-05-011-4/+38
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-1/+1
* * lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu2009-04-271-1/+1
* update rdoc.akr2009-04-261-1/+5
* * lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-262-5/+5
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-261-1/+1
* update rdoc.akr2009-04-231-1/+1
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-221-16/+3
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-3/+3
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-3/+1
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-1/+15
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-211-1/+1
* * lib/cgi/core.rb (read_multipart): When path is not defined,mame2009-04-161-1/+7
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-081-25/+51