diff options
author | Björn Gustavsson <[email protected]> | 2014-03-26 12:34:28 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-03-26 12:35:28 +0100 |
commit | dbd429512ba3fe2db4dcca1a8d9357d173718e63 (patch) | |
tree | 9ec227e1d7e60dca03bd3b68883fbf37fb42d2e1 /bootstrap/lib/stdlib/ebin | |
parent | 0b6af769f878d7dad84e7ad9fa897eaa9d9db8da (diff) | |
download | otp-dbd429512ba3fe2db4dcca1a8d9357d173718e63.tar.gz otp-dbd429512ba3fe2db4dcca1a8d9357d173718e63.tar.bz2 otp-dbd429512ba3fe2db4dcca1a8d9357d173718e63.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/epp.beam | bin | 28428 -> 28428 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_compile.beam | bin | 7312 -> 7324 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_lint.beam | bin | 89576 -> 89540 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_parse.beam | bin | 74708 -> 75044 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/gen_event.beam | bin | 18264 -> 18320 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/gen_fsm.beam | bin | 15628 -> 15652 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/gen_server.beam | bin | 17404 -> 17416 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/otp_internal.beam | bin | 10436 -> 10156 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 5 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/sys.beam | bin | 7556 -> 8372 bytes |
10 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/epp.beam b/bootstrap/lib/stdlib/ebin/epp.beam Binary files differindex ab22f9971b..7013e29466 100644 --- a/bootstrap/lib/stdlib/ebin/epp.beam +++ b/bootstrap/lib/stdlib/ebin/epp.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_compile.beam b/bootstrap/lib/stdlib/ebin/erl_compile.beam Binary files differindex 88da2b246f..e650afbf6d 100644 --- a/bootstrap/lib/stdlib/ebin/erl_compile.beam +++ b/bootstrap/lib/stdlib/ebin/erl_compile.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam Binary files differindex 9660509270..50b3e3c9d3 100644 --- a/bootstrap/lib/stdlib/ebin/erl_lint.beam +++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_parse.beam b/bootstrap/lib/stdlib/ebin/erl_parse.beam Binary files differindex c1c114dd3c..3d36ee85b7 100644 --- a/bootstrap/lib/stdlib/ebin/erl_parse.beam +++ b/bootstrap/lib/stdlib/ebin/erl_parse.beam diff --git a/bootstrap/lib/stdlib/ebin/gen_event.beam b/bootstrap/lib/stdlib/ebin/gen_event.beam Binary files differindex 46f1512a24..d45e508d22 100644 --- a/bootstrap/lib/stdlib/ebin/gen_event.beam +++ b/bootstrap/lib/stdlib/ebin/gen_event.beam diff --git a/bootstrap/lib/stdlib/ebin/gen_fsm.beam b/bootstrap/lib/stdlib/ebin/gen_fsm.beam Binary files differindex d6719e68d9..bf5bbb7839 100644 --- a/bootstrap/lib/stdlib/ebin/gen_fsm.beam +++ b/bootstrap/lib/stdlib/ebin/gen_fsm.beam diff --git a/bootstrap/lib/stdlib/ebin/gen_server.beam b/bootstrap/lib/stdlib/ebin/gen_server.beam Binary files differindex 806c4d58d7..fe95ca0826 100644 --- a/bootstrap/lib/stdlib/ebin/gen_server.beam +++ b/bootstrap/lib/stdlib/ebin/gen_server.beam diff --git a/bootstrap/lib/stdlib/ebin/otp_internal.beam b/bootstrap/lib/stdlib/ebin/otp_internal.beam Binary files differindex 1146ef9ab8..defe4fa5a0 100644 --- a/bootstrap/lib/stdlib/ebin/otp_internal.beam +++ b/bootstrap/lib/stdlib/ebin/otp_internal.beam diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 31c7222100..1d255fb2c8 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -102,5 +102,8 @@ {registered,[timer_server,rsh_starter,take_over_monitor,pool_master, dets]}, {applications, [kernel]}, - {env, []}]}. + {env, []}, + {runtime_dependencies, ["sasl-2.4","kernel-3.0","erts-6.0","crypto-3.3", + "compiler-5.0"]} +]}. diff --git a/bootstrap/lib/stdlib/ebin/sys.beam b/bootstrap/lib/stdlib/ebin/sys.beam Binary files differindex 2aed63dc88..1413b822f2 100644 --- a/bootstrap/lib/stdlib/ebin/sys.beam +++ b/bootstrap/lib/stdlib/ebin/sys.beam |