aboutsummaryrefslogtreecommitdiffstats
path: root/lib/benchmark.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead ofnagachika2011-02-071-2/+2
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-311-87/+70
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-6/+6
* * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu2010-04-021-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-82/+82
* update rdoc [ruby-core:20407] #835gotoken2009-02-111-0/+1
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-1/+1
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-021-1/+4
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-1/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-7/+7
* Tidy benchmark.rb documentation a taddave2004-01-201-90/+55
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-1/+1
* * hash.c (env_reject_bang): untaint key string.matz2003-03-311-3/+3
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-7/+7
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-7/+7
* exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken2002-12-251-13/+2
* discarded unused parametergotoken2002-04-241-3/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+651