summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2008-12-31* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]matz
2008-12-30Imported minitest 1.3.1 r4506.ryan
2008-12-29* lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui
2008-12-27Imported minitest 1.3.1 r4505.ryan
2008-12-27* lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr
2008-12-26* lib/csv.rb: Using a more robust transcoding scheme to producejeg2
2008-12-26* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-25 * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa
2008-12-24* configure.in (Makefile): removes GNU make specific files onnobu
2008-12-23* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz
2008-12-23* lib/test/unit/assertions.rb (assert_equal): show small differencesakr
2008-12-23* lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui
2008-12-23Don't coalesce adjacent comment blocks. [bug#901]drbrain
2008-12-22Fix documentation. [bug#827]drbrain
2008-12-22* lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr
2008-12-22* lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz
2008-12-22* lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz
2008-12-21* lib/optparse.rb (SPLAT_PROC): splat values by hand.nobu
2008-12-21* lib/optparse.rb (parse_in_order): splat values to be passed.nobu
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-20* lib/irb/locale.rb (IRB::Locale#initialize)yugui
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-12-18* lib/cgi/session.rb: fix bug for ignore session_id option.xibbar
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-12-17* lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg2
2008-12-17 * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]keiju
2008-12-16* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.usa
2008-12-16* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.usa
2008-12-16 * lib/date/format.rb (_parse): m17n compliant.tadf
2008-12-15* lib/rake/packagetask.rb (Rake::PackageTask): small documentmatz
2008-12-14reverts r20713yugui
2008-12-13* lib/minitest/test.rb (MinTest::Unit#location): yugui
2008-12-13Imported minitest 1.3.2 r4503.ryan
2008-12-11do not pass -infinity.tadf