summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-02-10Fix grammos regarding the verb "refer".knu
2009-02-08* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-02-03fixed typokazu
2009-02-03* lib/net/imap.rb: validate data before sending to a server.shugo
2009-02-03* lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo
2009-02-02* version.h: bump up to 1.9.2 patchlevel -1.akr
2009-02-01* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu
2009-02-01* lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu
2009-01-31update rdoc.akr
2009-01-31* lib/test/unit/assertions.rb (assert_equal): show class in failureakr
2009-01-31fix rdoc.akr
2009-01-31* lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 addressakr
2009-01-31* lib/optparse.rb (List#accept, parse_in_order): n option is nonobu
2009-01-31rdoc update.akr
2009-01-31* lib/pathname.rb (Pathname#each_child): new method.akr
2009-01-30* lib/test/unit/assertions.rbakr
2009-01-30* lib/pathname.rb (Pathname#realdirpath): new method.akr
2009-01-30* lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu
2009-01-29* lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu
2009-01-29* lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-27* lib/mkmf.rb (try_header): checks the header depending onnobu
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-26* lib/mkmf.rb (create_makefile): should point correct path tomatz
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-25* lib/mkmf.rb (create_makefile):fixed the variables order becausenobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-23* lib/mkmf.rb (configuration): tools under the top sourcenobu
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-22* lib/mkmf.rb (create_makefile): removes installed files undernobu
2009-01-22* lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar
2009-01-22* lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu
2009-01-20Imported minitest 1.3.1 r4532.ryan
2009-01-17Fixed LocalJumpErrorryan
2009-01-17* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.yugui
2009-01-15* lib/debug.rb: as wanabe-san pointed out,ko1
2009-01-13* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui
2009-01-13* lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui
2009-01-12* lib/test/unit/assertions.rb (assert_nothing_raised): removes thenobu
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2009-01-07* lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.akr
2009-01-07* lib/test/unit/assertions.rb (assert_no_match): don't count up as twoakr
2009-01-07* instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):nobu
2009-01-04* lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2009-01-03merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki
2009-01-02* lib/singleton.rb: fix documentation. [ruby-core:21038]matz