aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/debug.rb: as wanabe-san pointed out,ko12009-01-151-3/+3
* * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui2009-01-131-13/+11
* * lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui2009-01-131-2/+2
* * lib/test/unit/assertions.rb (assert_nothing_raised): removes thenobu2009-01-121-3/+9
* remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki2009-01-111-34/+0
* * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.akr2009-01-071-1/+1
* * lib/test/unit/assertions.rb (assert_no_match): don't count up as twoakr2009-01-071-0/+1
* * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):nobu2009-01-071-5/+1
* * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu2009-01-042-34/+7
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-1/+3
* merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki2009-01-031-118/+187
* * lib/singleton.rb: fix documentation. [ruby-core:21038]matz2009-01-021-2/+2
* * lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]matz2008-12-311-3/+3
* Imported minitest 1.3.1 r4506.ryan2008-12-301-2/+2
* * lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui2008-12-291-6/+45
* Imported minitest 1.3.1 r4505.ryan2008-12-272-9/+14
* * lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr2008-12-271-1/+1
* * lib/csv.rb: Using a more robust transcoding scheme to producejeg22008-12-261-5/+19
* * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui2008-12-261-1/+0
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-261-6/+11
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa2008-12-251-1/+1
* * configure.in (Makefile): removes GNU make specific files onnobu2008-12-241-1/+5
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz2008-12-231-1/+1
* * lib/test/unit/assertions.rb (assert_equal): show small differencesakr2008-12-231-1/+5
* * lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui2008-12-231-0/+2
* Don't coalesce adjacent comment blocks. [bug#901]drbrain2008-12-231-2/+2
* Fix documentation. [bug#827]drbrain2008-12-221-5/+2
* * lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr2008-12-221-0/+1
* * lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz2008-12-221-0/+1
* * lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz2008-12-221-2/+2