summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-05-26Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-25Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-24* lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz
2009-05-23* configure.in ($ridir): new configuration. [ruby-core:23520].yugui
2009-05-20* lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz
2009-05-18* lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr
2009-05-17* lib/mkmf.rb (SRC_EXT): should be flat.nobu
2009-05-16* lib/rss/parser.rb: add nil check.kou
2009-05-16* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou
2009-05-16* lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou
2009-05-16* lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou
2009-05-16* lib/rss/maker/entry.rb: fix a typo.kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou
2009-05-16* lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou
2009-05-16* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou
2009-05-10* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz
2009-05-09 * lib/date.rb: use subsec instead of nsec.tadf
2009-05-08* lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu
2009-05-08* lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-01* lib/set.rb (Set#merge): Only directly use the passed objectsknu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-04-30* ext/extmk.rb: use RbConfig instead of Config.akr
2009-04-30* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz
2009-04-27* lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu
2009-04-26update rdoc.akr
2009-04-26* lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr
2009-04-26* lib/optparse.rb (OptionParser#parse_in_order): do not make annobu
2009-04-23update rdoc.akr
2009-04-22* lib/time.rb (Time.parse): use year completion in Date._parse.akr
2009-04-21* lib/time.rb (Time#rfc2822): pad leading zeros for year.akr
2009-04-21* lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-16* lib/cgi/core.rb (read_multipart): When path is not defined,mame