summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl: avoid cyclic require.akr2009-02-172-2/+2
* * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu2009-02-151-8/+12
* * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliasesnobu2009-02-151-0/+4
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method.akr2009-02-151-0/+53
* rdoc update.akr2009-02-151-5/+5
* * test/test_pp.rb: extract from lib/pp.rb.akr2009-02-143-747/+0
* * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr2009-02-141-3/+8
* remove Id keyword.akr2009-02-141-2/+0
* remove Id keyword.akr2009-02-141-4/+0
* * test/test_time.rb: extracted from lib/time.rb.akr2009-02-141-364/+0
* * lib/pathname.rb: obsolete methods removed.akr2009-02-141-52/+0
* update rdoc [ruby-core:20407] #835gotoken2009-02-111-0/+1
* Fix grammos regarding the verb "refer".knu2009-02-101-1/+1
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr2009-02-081-1/+1
* * lib/mkmf.rb (have_header): needs dependent headers if trying tonobu2009-02-071-2/+2
* fixed typokazu2009-02-031-1/+1
* * lib/net/imap.rb: validate data before sending to a server.shugo2009-02-031-4/+55
* * lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo2009-02-031-2/+2
* * version.h: bump up to 1.9.2 patchlevel -1.akr2009-02-021-1/+1
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-014-12/+6
* * lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu2009-02-011-1/+7
* update rdoc.akr2009-01-311-2/+2
* * lib/test/unit/assertions.rb (assert_equal): show class in failureakr2009-01-311-0/+4
* fix rdoc.akr2009-01-311-2/+2
* * lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 addressakr2009-01-311-1/+13
* * lib/optparse.rb (List#accept, parse_in_order): n option is nonobu2009-01-311-4/+4
* rdoc update.akr2009-01-311-24/+24
* * lib/pathname.rb (Pathname#each_child): new method.akr2009-01-311-0/+31
* * lib/test/unit/assertions.rbakr2009-01-301-1/+1
* * lib/pathname.rb (Pathname#realdirpath): new method.akr2009-01-301-15/+40
* * lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu2009-01-301-0/+5
* * lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu2009-01-291-5/+3
* * lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu2009-01-292-40/+20
* * lib/securerandom.rb: new method SecureRandom#uuidtechnorama2009-01-291-0/+10
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-271-3/+7
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-271-2/+2
* * lib/mkmf.rb (create_makefile): should point correct path tomatz2009-01-261-1/+1
* * lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu2009-01-261-2/+2
* * lib/mkmf.rb (create_makefile):fixed the variables order becausenobu2009-01-251-1/+1
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-253-29/+64
* * lib/mkmf.rb (configuration): tools under the top sourcenobu2009-01-231-6/+6
* * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu2009-01-231-2/+0
* * lib/mkmf.rb (mkintpath): new function which converts native pathnobu2009-01-231-3/+26
* * lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu2009-01-231-6/+3
* * lib/mkmf.rb (create_makefile): removes installed files undernobu2009-01-221-6/+8
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-221-0/+2
* * lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu2009-01-221-2/+2
* Imported minitest 1.3.1 r4532.ryan2009-01-201-0/+4
* Fixed LocalJumpErrorryan2009-01-171-1/+1
* * lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.yugui2009-01-171-0/+12