From 67b1ee533e8ed22242bc4531f4b206ad6081bc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 13 Nov 2017 13:12:21 +0100 Subject: Update primary bootstrap --- bootstrap/bin/no_dot_erlang.boot | Bin 5581 -> 5607 bytes bootstrap/bin/start.boot | Bin 5581 -> 5607 bytes bootstrap/bin/start_clean.boot | Bin 5581 -> 5607 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 40256 -> 40272 bytes bootstrap/lib/stdlib/ebin/stdlib.app | 1 + bootstrap/lib/stdlib/ebin/uri_string.beam | Bin 0 -> 22884 bytes 6 files changed, 1 insertion(+) create mode 100644 bootstrap/lib/stdlib/ebin/uri_string.beam (limited to 'bootstrap') diff --git a/bootstrap/bin/no_dot_erlang.boot b/bootstrap/bin/no_dot_erlang.boot index fc355b9c10..a49298d260 100644 Binary files a/bootstrap/bin/no_dot_erlang.boot and b/bootstrap/bin/no_dot_erlang.boot differ diff --git a/bootstrap/bin/start.boot b/bootstrap/bin/start.boot index fc355b9c10..a49298d260 100644 Binary files a/bootstrap/bin/start.boot and b/bootstrap/bin/start.boot differ diff --git a/bootstrap/bin/start_clean.boot b/bootstrap/bin/start_clean.boot index fc355b9c10..a49298d260 100644 Binary files a/bootstrap/bin/start_clean.boot and b/bootstrap/bin/start_clean.boot differ diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index 5387a0074d..f6ad883ed8 100644 Binary files a/bootstrap/lib/compiler/ebin/compile.beam and b/bootstrap/lib/compiler/ebin/compile.beam differ diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 07309b88c4..a8abad00ea 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -101,6 +101,7 @@ timer, unicode, unicode_util, + uri_string, win32reg, zip]}, {registered,[timer_server,rsh_starter,take_over_monitor,pool_master, diff --git a/bootstrap/lib/stdlib/ebin/uri_string.beam b/bootstrap/lib/stdlib/ebin/uri_string.beam new file mode 100644 index 0000000000..f60b12037a Binary files /dev/null and b/bootstrap/lib/stdlib/ebin/uri_string.beam differ -- cgit v1.2.3