summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-1/+4
* update doc (add Pathname#binread)kazu2009-02-271-0/+1
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-271-2/+4
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-2/+4
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-251-1/+1
* * lib/pathname.rb (Pathname#foreachline): removed wronglymatz2009-02-231-6/+0
* * lib/fileutils.rb (mv): added description for the case ofnobu2009-02-231-1/+1
* * lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]matz2009-02-211-1/+11
* * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths.nobu2009-02-191-4/+3
* * lib/mkmf.rb (create_makefile): added phony targets.nobu2009-02-191-1/+5
* * lib/mkmf.rb (create_makefile): removes directories in the depthnobu2009-02-191-2/+1
* * lib/mkmf.rb (create_makefile): creates target directories beforenobu2009-02-191-2/+1
* * 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