Skip to content

Commit 7adef15

Browse files
committed
Update primary bootstrap
1 parent ef204e4 commit 7adef15

27 files changed

+124
-118
lines changed

bootstrap/bin/start.boot

0 Bytes
Binary file not shown.

bootstrap/bin/start.script

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%% script generated at {2011,3,11} {15,30,43}
1+
%% script generated at {2011,3,30} {10,45,5}
22
{script,
3-
{"OTP APN 181 01","R14B02"},
3+
{"OTP APN 181 01","R14B03"},
44
[{preLoaded,
55
[erl_prim_loader,erlang,init,otp_ring0,prim_file,prim_inet,prim_zip,
66
zlib]},
@@ -43,7 +43,7 @@
4343
{application_controller,start,
4444
[{application,kernel,
4545
[{description,"ERTS CXC 138 10"},
46-
{vsn,"2.14.3"},
46+
{vsn,"2.14.4"},
4747
{id,[]},
4848
{modules,
4949
[application,application_controller,application_master,
@@ -80,7 +80,7 @@
8080
{application,load,
8181
[{application,stdlib,
8282
[{description,"ERTS CXC 138 10"},
83-
{vsn,"1.17.3"},
83+
{vsn,"1.17.4"},
8484
{id,[]},
8585
{modules,
8686
[array,base64,beam_lib,binary,c,calendar,dets,

bootstrap/bin/start_clean.boot

0 Bytes
Binary file not shown.

bootstrap/bin/start_clean.script

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%% script generated at {2011,3,11} {15,30,43}
1+
%% script generated at {2011,3,30} {10,45,5}
22
{script,
3-
{"OTP APN 181 01","R14B02"},
3+
{"OTP APN 181 01","R14B03"},
44
[{preLoaded,
55
[erl_prim_loader,erlang,init,otp_ring0,prim_file,prim_inet,prim_zip,
66
zlib]},
@@ -43,7 +43,7 @@
4343
{application_controller,start,
4444
[{application,kernel,
4545
[{description,"ERTS CXC 138 10"},
46-
{vsn,"2.14.3"},
46+
{vsn,"2.14.4"},
4747
{id,[]},
4848
{modules,
4949
[application,application_controller,application_master,
@@ -80,7 +80,7 @@
8080
{application,load,
8181
[{application,stdlib,
8282
[{description,"ERTS CXC 138 10"},
83-
{vsn,"1.17.3"},
83+
{vsn,"1.17.4"},
8484
{id,[]},
8585
{modules,
8686
[array,base64,beam_lib,binary,c,calendar,dets,
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

bootstrap/lib/compiler/ebin/compiler.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% This is an -*- erlang -*- file.
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
4+
%% Copyright Ericsson AB 1997-2010. All Rights Reserved.
55
%%
66
%% The contents of this file are subject to the Erlang Public License,
77
%% Version 1.1, (the "License"); you may not use this file except in
@@ -18,7 +18,7 @@
1818

1919
{application, compiler,
2020
[{description, "ERTS CXC 138 10"},
21-
{vsn, "4.7.2"},
21+
{vsn, "4.7.3"},
2222
{modules, [
2323
beam_asm,
2424
beam_block,
1.71 KB
Binary file not shown.
84 Bytes
Binary file not shown.

bootstrap/lib/compiler/egen/core_parse.erl

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
tok_val(T) -> element(3, T).
1414
tok_line(T) -> element(2, T).
1515

16-
-file("/usr/local/otp/releases/sles10_32_R14B01_patched/lib/parsetools-2.0.5/include/yeccpre.hrl", 0).
16+
-file("/usr/local/otp/releases/sles10_32_R14B02_patched/lib/parsetools-2.0.5/include/yeccpre.hrl", 0).
1717
%%
1818
%% %CopyrightBegin%
1919
%%
20-
%% Copyright Ericsson AB 1996-2011. All Rights Reserved.
20+
%% Copyright Ericsson AB 1996-2010. All Rights Reserved.
2121
%%
2222
%% The contents of this file are subject to the Erlang Public License,
2323
%% Version 1.1, (the "License"); you may not use this file except in
@@ -196,7 +196,7 @@ yecctoken2string(Other) ->
196196

197197

198198

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

201201
yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) ->
202202
yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr);
Binary file not shown.

bootstrap/lib/kernel/ebin/kernel.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 1996-2011. All Rights Reserved.
4+
%% Copyright Ericsson AB 1996-2009. All Rights Reserved.
55
%%
66
%% The contents of this file are subject to the Erlang Public License,
77
%% Version 1.1, (the "License"); you may not use this file except in
@@ -21,7 +21,7 @@
2121
{application, kernel,
2222
[
2323
{description, "ERTS CXC 138 10"},
24-
{vsn, "2.14.3"},
24+
{vsn, "2.14.4"},
2525
{modules, [application,
2626
application_controller,
2727
application_master,

bootstrap/lib/kernel/include/inet.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
4+
%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
55
%%
66
%% The contents of this file are subject to the Erlang Public License,
77
%% Version 1.1, (the "License"); you may not use this file except in

bootstrap/lib/kernel/include/inet_sctp.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 2007-2011. All Rights Reserved.
4+
%% Copyright Ericsson AB 2007-2009. All Rights Reserved.
55
%%
66
%% The contents of this file are subject to the Erlang Public License,
77
%% Version 1.1, (the "License"); you may not use this file except in

bootstrap/lib/orber/include/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# %CopyrightBegin%
33
#
4-
# Copyright Ericsson AB 1998-2011. All Rights Reserved.
4+
# Copyright Ericsson AB 1998-2009. All Rights Reserved.
55
#
66
# The contents of this file are subject to the Erlang Public License,
77
# Version 1.1, (the "License"); you may not use this file except in

bootstrap/lib/orber/include/corba.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%%
33
%% %CopyrightBegin%
44
%%
5-
%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
5+
%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
66
%%
77
%% The contents of this file are subject to the Erlang Public License,
88
%% Version 1.1, (the "License"); you may not use this file except in

bootstrap/lib/orber/include/orber_pi.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%%
33
%% %CopyrightBegin%
44
%%
5-
%% Copyright Ericsson AB 2000-2011. All Rights Reserved.
5+
%% Copyright Ericsson AB 2000-2009. All Rights Reserved.
66
%%
77
%% The contents of this file are subject to the Erlang Public License,
88
%% Version 1.1, (the "License"); you may not use this file except in
104 Bytes
Binary file not shown.

bootstrap/lib/stdlib/ebin/erl_pp.beam

-156 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.

bootstrap/lib/stdlib/ebin/stdlib.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%%
33
%% %CopyrightBegin%
44
%%
5-
%% Copyright Ericsson AB 1996-2011. All Rights Reserved.
5+
%% Copyright Ericsson AB 1996-2010. All Rights Reserved.
66
%%
77
%% The contents of this file are subject to the Erlang Public License,
88
%% Version 1.1, (the "License"); you may not use this file except in
@@ -19,7 +19,7 @@
1919
%%
2020
{application, stdlib,
2121
[{description, "ERTS CXC 138 10"},
22-
{vsn, "1.17.3"},
22+
{vsn, "1.17.4"},
2323
{modules, [array,
2424
base64,
2525
beam_lib,

0 commit comments

Comments
 (0)