summaryrefslogtreecommitdiff
path: root/spec/ruby/optional/capi/ext/array_spec.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-04-21 17:39:32 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-04-21 17:39:32 +0900
commit487d0c99d53208594702bb3ce1c657130fb8d65f (patch)
treea8de7a8c017e0092fb843401324ad35ea6e0fd6c /spec/ruby/optional/capi/ext/array_spec.c
parentc63b5c6179d700ceacf5cae8d3ee86da1294c781 (diff)
eval_error.c: revert the "reversed" backtrace [Feature #8661]
Now, the order is good, old-fashioned style: ``` $ ./local/bin/ruby -e 'def foo; raise; end def bar; foo; end def baz; bar; end def qux; baz; end qux ' -e:1:in `foo': unhandled exception from -e:2:in `bar' from -e:3:in `baz' from -e:4:in `qux' from -e:5:in `<main>' ```
Diffstat (limited to 'spec/ruby/optional/capi/ext/array_spec.c')
0 files changed, 0 insertions, 0 deletions
d> 2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt 2015-12-16Add frozen_string_literal: false for all filesnaruse 2014-09-05* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt 2013-09-18* lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain 2013-07-31options.rb: include root for out-place buildnobu 2012-12-11* lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain 2012-11-27* lib/rdoc/*: Added --root option for building documentation outsidedrbrain 2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain 2011-05-14 * lib/rdoc.rb: Updated to RDoc 3.6drbrain 2011-02-05Import RDoc 3.5.2drbrain 2011-02-02Import RDoc 3.5.1drbrain 2010-12-28Import RDoc 3.1drbrain 2010-12-20Import RDoc 3drbrain 2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain 2010-04-23Update to RDoc 2.5.6drbrain 2010-04-21Update to RDoc 2.5.5drbrain 2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu 2010-04-01Import RDoc 2.5drbrain 2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu 2008-09-25Import RDoc 2.2.1 r185drbrain