Skip to content

Commit

Permalink
Update primary bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeugenic committed Mar 11, 2011
1 parent 56d5360 commit 180e63e
Show file tree
Hide file tree
Showing 53 changed files with 108 additions and 108 deletions.
Binary file modified bootstrap/bin/start.boot
Binary file not shown.
8 changes: 4 additions & 4 deletions bootstrap/bin/start.script
@@ -1,6 +1,6 @@
%% script generated at {2010,12,3} {17,41,47}
%% script generated at {2011,3,11} {15,30,43}
{script,
{"OTP APN 181 01","R14B01"},
{"OTP APN 181 01","R14B02"},
[{preLoaded,
[erl_prim_loader,erlang,init,otp_ring0,prim_file,prim_inet,prim_zip,
zlib]},
Expand Down Expand Up @@ -43,7 +43,7 @@
{application_controller,start,
[{application,kernel,
[{description,"ERTS CXC 138 10"},
{vsn,"2.14.2"},
{vsn,"2.14.3"},
{id,[]},
{modules,
[application,application_controller,application_master,
Expand Down Expand Up @@ -80,7 +80,7 @@
{application,load,
[{application,stdlib,
[{description,"ERTS CXC 138 10"},
{vsn,"1.17.2"},
{vsn,"1.17.3"},
{id,[]},
{modules,
[array,base64,beam_lib,binary,c,calendar,dets,
Expand Down
Binary file modified bootstrap/bin/start_clean.boot
Binary file not shown.
8 changes: 4 additions & 4 deletions bootstrap/bin/start_clean.script
@@ -1,6 +1,6 @@
%% script generated at {2010,12,3} {17,41,47}
%% script generated at {2011,3,11} {15,30,43}
{script,
{"OTP APN 181 01","R14B01"},
{"OTP APN 181 01","R14B02"},
[{preLoaded,
[erl_prim_loader,erlang,init,otp_ring0,prim_file,prim_inet,prim_zip,
zlib]},
Expand Down Expand Up @@ -43,7 +43,7 @@
{application_controller,start,
[{application,kernel,
[{description,"ERTS CXC 138 10"},
{vsn,"2.14.2"},
{vsn,"2.14.3"},
{id,[]},
{modules,
[application,application_controller,application_master,
Expand Down Expand Up @@ -80,7 +80,7 @@
{application,load,
[{application,stdlib,
[{description,"ERTS CXC 138 10"},
{vsn,"1.17.2"},
{vsn,"1.17.3"},
{id,[]},
{modules,
[array,base64,beam_lib,binary,c,calendar,dets,
Expand Down
Binary file modified bootstrap/lib/compiler/ebin/beam_asm.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/cerl.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/compile.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion bootstrap/lib/compiler/ebin/compiler.app
Expand Up @@ -18,7 +18,7 @@

{application, compiler,
[{description, "ERTS CXC 138 10"},
{vsn, "4.7.1"},
{vsn, "4.7.2"},
{modules, [
beam_asm,
beam_block,
Expand Down
Binary file modified bootstrap/lib/compiler/ebin/core_parse.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/rec_env.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/v3_codegen.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/v3_kernel.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/v3_kernel_pp.beam
Binary file not shown.
6 changes: 3 additions & 3 deletions bootstrap/lib/compiler/egen/core_parse.erl
Expand Up @@ -13,7 +13,7 @@
tok_val(T) -> element(3, T).
tok_line(T) -> element(2, T).

-file("/usr/local/otp/releases/sles10_64_R14B_patched/lib/parsetools-2.0.4/include/yeccpre.hrl", 0).
-file("/usr/local/otp/releases/sles10_32_R14B01_patched/lib/parsetools-2.0.5/include/yeccpre.hrl", 0).
%%
%% %CopyrightBegin%
%%
Expand Down Expand Up @@ -183,7 +183,7 @@ yecctoken2string({char,_,C}) -> io_lib:write_char(C);
yecctoken2string({var,_,V}) -> io_lib:format("~s", [V]);
yecctoken2string({string,_,S}) -> io_lib:write_unicode_string(S);
yecctoken2string({reserved_symbol, _, A}) -> io_lib:write(A);
yecctoken2string({_Cat, _, Val}) -> io_lib:write(Val);
yecctoken2string({_Cat, _, Val}) -> io_lib:format("~p",[Val]);
yecctoken2string({dot, _}) -> "'.'";
yecctoken2string({'$end', _}) ->
[];
Expand All @@ -196,7 +196,7 @@ yecctoken2string(Other) ->



-file("/ldisk/pan/git/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199).
-file("/ldisk/egil/git/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199).

yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) ->
yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr);
Expand Down
Binary file modified bootstrap/lib/kernel/ebin/code.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/file.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/global.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/hipe_unified_loader.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/inet.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/inet6_tcp_dist.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion bootstrap/lib/kernel/ebin/kernel.app
Expand Up @@ -21,7 +21,7 @@
{application, kernel,
[
{description, "ERTS CXC 138 10"},
{vsn, "2.14.2"},
{vsn, "2.14.3"},
{modules, [application,
application_controller,
application_master,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/lib/kernel/ebin/kernel.appup
@@ -1 +1 @@
{"2.14.2",[],[]}.
{"2.14.3",[],[]}.
Binary file modified bootstrap/lib/kernel/ebin/net_kernel.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/os.beam
Binary file not shown.
6 changes: 3 additions & 3 deletions bootstrap/lib/orber/include/ifr_types.hrl
@@ -1,9 +1,9 @@
%%--------------------------------------------------------------------
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1997-2010. All Rights Reserved.
%%
%%
%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a copy of the
Expand Down
Binary file modified bootstrap/lib/stdlib/ebin/base64.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/beam_lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/c.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/calendar.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/dets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/digraph.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_compile.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_lint.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_parse.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_posix_msg.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_scan.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/escript.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/ets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/filename.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/io.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/io_lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/io_lib_format.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/io_lib_fread.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/ordsets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/proc_lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/proplists.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/re.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion bootstrap/lib/stdlib/ebin/stdlib.app
Expand Up @@ -19,7 +19,7 @@
%%
{application, stdlib,
[{description, "ERTS CXC 138 10"},
{vsn, "1.17.2"},
{vsn, "1.17.3"},
{modules, [array,
base64,
beam_lib,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -1 +1 @@
{"1.17.2",[],[]}.
{"1.17.3",[],[]}.
Binary file modified bootstrap/lib/stdlib/ebin/supervisor.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/timer.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/unicode.beam
Binary file not shown.

0 comments on commit 180e63e

Please sign in to comment.