lp://staging/ruby
- Get this branch:
- bzr branch lp://staging/ruby
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from http://svn.ruby-lang.org/repos/ruby/trunk.
Last successful import was .
Recent revisions
- 50996. By mame
-
Revert "range.c: prohibit `(1..nil)`"
This reverts commit a44c010764a16ae
09aaed49d76eec0 55ca0057c8.
Refs #14845. - 50994. By normal
-
thread.c: use flags for sleep_* functions
Same thing as https:/
/bugs.ruby- lang.org/ issues/ 14798
My easily-confused mind gets function call ordering confused
easily:sleep_forever(..., TRUE, FALSE);
sleep_forever(..., FALSE, TRUE); - 50993. By mame
-
range.c: prohibit `(1..nil)`
Now endless range can be created by either a literal `(1..)` or explicit
range creation `Range.new(1, nil)`. [Bug #14845]This change is intended for "early failure"; for example,
`(1..var).to_a` causes out of memory if `var` is inadvertently nil. - 50992. By mame
-
Make VM_INSN_
INFO_TABLE_ IMPL=1 work rb_iseq_
insns_info_ decode_ positions is used only when
VM_INSN_INFO_TABLE_ IMPL=2. - 50991. By ko1
-
add "print_flags" gdb command.
* .gdbinit (print_flags): added to show raw FLAGS info for objects.
- 50990. By nobu
-
bignum.c: call functions directly
* bignum.c (int_pow_
tmp{1,2, 3}): call dedicated functions directly
for internal calculations, instead of method calls. - 50989. By nobu
-
bignum.c: refine pow
* bignum.c (rb_big_pow): make Complex and Rational instances from
calculated results by API functions. - 50987. By stomar
-
lib/securerando
m.rb: improve docs * lib/securerando
m.rb: [DOC] add alphanumeric example to module docs.
[Fix GH-1812]From: Justin Bull <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)