Commit 783bcda
committed
merge revision(s) 44861,44862: [Backport ruby#9493]
* gc.c (get_envparam_int): don't accept a value equals to lowerbound
(changed by last commit) because "" or "foo" (not a number) strings
are parsed as 0. They should be rejected.
* gc.c (get_envparam_double): ditto.
* gc.c (get_envparam_int): accept a value equals to lowerbound.
* gc.c (get_envparam_int): correct warning messsages.
* gc.c (get_envparam_double): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e1 parent 7895c20 commit 783bcda
3 files changed
Lines changed: 21 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
21 | | - | |
| 35 | + | |
22 | 36 | | |
23 | 37 | | |
24 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5649 | 5649 | | |
5650 | 5650 | | |
5651 | 5651 | | |
5652 | | - | |
5653 | | - | |
| 5652 | + | |
| 5653 | + | |
5654 | 5654 | | |
5655 | 5655 | | |
5656 | 5656 | | |
5657 | 5657 | | |
5658 | | - | |
| 5658 | + | |
5659 | 5659 | | |
5660 | 5660 | | |
5661 | 5661 | | |
| |||
5669 | 5669 | | |
5670 | 5670 | | |
5671 | 5671 | | |
5672 | | - | |
| 5672 | + | |
5673 | 5673 | | |
5674 | 5674 | | |
5675 | 5675 | | |
5676 | 5676 | | |
5677 | 5677 | | |
5678 | | - | |
| 5678 | + | |
5679 | 5679 | | |
5680 | 5680 | | |
5681 | 5681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments