lp:ruby

Created by VCS imports and last modified
Get this branch:
bzr branch lp:ruby

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Ruby
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from http://svn.ruby-lang.org/repos/ruby/trunk.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 1 hour — see the log
Import started on alnitak and finished taking 1 hour — see the log
Import started on izar and finished taking 1 hour — see the log
Import started on izar and finished taking 1 hour — see the log

Recent revisions

50996. By mame

Revert "range.c: prohibit `(1..nil)`"

This reverts commit a44c010764a16ae09aaed49d76eec055ca0057c8.
Refs #14845.

50995. By kazu

Remove sunsetting FTP site

ref #14842

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.

50988. By svn

* 2018-06-13

50987. By stomar

lib/securerandom.rb: improve docs

* lib/securerandom.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)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.