diff options
author | Björn Gustavsson <[email protected]> | 2016-09-05 11:55:52 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-09-05 11:55:59 +0200 |
commit | 6922ae0beef7dd87425c7ad2b7a4b30c6d811b6c (patch) | |
tree | 0ce9624ed583e2072a4118a49519af9bc7d06dd8 /bootstrap/lib | |
parent | 6150c222ec25cc4e8aba80985017c5b7120bc454 (diff) | |
download | otp-6922ae0beef7dd87425c7ad2b7a4b30c6d811b6c.tar.gz otp-6922ae0beef7dd87425c7ad2b7a4b30c6d811b6c.tar.bz2 otp-6922ae0beef7dd87425c7ad2b7a4b30c6d811b6c.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_type.beam | bin | 17728 -> 17748 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_validator.beam | bin | 30828 -> 30856 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/erl_bifs.beam | bin | 2188 -> 2212 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/sys_core_fold.beam | bin | 52400 -> 52420 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/v3_core.beam | bin | 57464 -> 57580 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_expand_records.beam | bin | 22564 -> 22708 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_internal.beam | bin | 7736 -> 7764 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_lint.beam | bin | 90276 -> 91296 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/math.beam | bin | 1176 -> 1260 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/qlc_pt.beam | bin | 76168 -> 76748 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.appup | 2 |
11 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_type.beam b/bootstrap/lib/compiler/ebin/beam_type.beam Binary files differindex 1c61b33c25..19c85f36d2 100644 --- a/bootstrap/lib/compiler/ebin/beam_type.beam +++ b/bootstrap/lib/compiler/ebin/beam_type.beam diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam Binary files differindex 9d952f0a64..d18be08bc2 100644 --- a/bootstrap/lib/compiler/ebin/beam_validator.beam +++ b/bootstrap/lib/compiler/ebin/beam_validator.beam diff --git a/bootstrap/lib/compiler/ebin/erl_bifs.beam b/bootstrap/lib/compiler/ebin/erl_bifs.beam Binary files differindex d6c4dec85e..4041521fed 100644 --- a/bootstrap/lib/compiler/ebin/erl_bifs.beam +++ b/bootstrap/lib/compiler/ebin/erl_bifs.beam diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam Binary files differindex 75a6570461..a24e693237 100644 --- a/bootstrap/lib/compiler/ebin/sys_core_fold.beam +++ b/bootstrap/lib/compiler/ebin/sys_core_fold.beam diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam Binary files differindex 64daaef282..b0f7eea7b0 100644 --- a/bootstrap/lib/compiler/ebin/v3_core.beam +++ b/bootstrap/lib/compiler/ebin/v3_core.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_expand_records.beam b/bootstrap/lib/stdlib/ebin/erl_expand_records.beam Binary files differindex f0be0d0f88..4a8b0447d0 100644 --- a/bootstrap/lib/stdlib/ebin/erl_expand_records.beam +++ b/bootstrap/lib/stdlib/ebin/erl_expand_records.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_internal.beam b/bootstrap/lib/stdlib/ebin/erl_internal.beam Binary files differindex 522b563982..544e523163 100644 --- a/bootstrap/lib/stdlib/ebin/erl_internal.beam +++ b/bootstrap/lib/stdlib/ebin/erl_internal.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam Binary files differindex 9172faf69a..fa50932335 100644 --- a/bootstrap/lib/stdlib/ebin/erl_lint.beam +++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam diff --git a/bootstrap/lib/stdlib/ebin/math.beam b/bootstrap/lib/stdlib/ebin/math.beam Binary files differindex b4596ee515..4726add7d1 100644 --- a/bootstrap/lib/stdlib/ebin/math.beam +++ b/bootstrap/lib/stdlib/ebin/math.beam diff --git a/bootstrap/lib/stdlib/ebin/qlc_pt.beam b/bootstrap/lib/stdlib/ebin/qlc_pt.beam Binary files differindex cd57e124f0..4d4b9c5886 100644 --- a/bootstrap/lib/stdlib/ebin/qlc_pt.beam +++ b/bootstrap/lib/stdlib/ebin/qlc_pt.beam diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup index 322a329931..14d42f53a8 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.appup +++ b/bootstrap/lib/stdlib/ebin/stdlib.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"3.0.1", +{"3.1", %% Up from - max one major revision back [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.* |