diff options
author | Björn Gustavsson <[email protected]> | 2010-02-10 10:34:15 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-10 10:34:15 +0000 |
commit | fc4a771a931ec5739c8cbbbeb910eac842b735d7 (patch) | |
tree | b91c3c449d6bab4ac09653672846a629cbb82a70 /bootstrap/lib/stdlib/ebin | |
parent | 01fd07e5ca33e106640635a518f519e024c12760 (diff) | |
download | otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.tar.gz otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.tar.bz2 otp-fc4a771a931ec5739c8cbbbeb910eac842b735d7.zip |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/stdlib/ebin')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/edlin.beam | bin | 6924 -> 7296 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/edlin_expand.beam | bin | 2632 -> 2816 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/epp.beam | bin | 20704 -> 21644 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_lint.beam | bin | 72504 -> 73276 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/escript.beam | bin | 12272 -> 12296 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/filelib.beam | bin | 6308 -> 6376 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/otp_internal.beam | bin | 7144 -> 7192 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/re.beam | bin | 11384 -> 11312 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/shell.beam | bin | 27416 -> 28144 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/shell_default.beam | bin | 3516 -> 3552 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 10 |
11 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap/lib/stdlib/ebin/edlin.beam b/bootstrap/lib/stdlib/ebin/edlin.beam Binary files differindex 7a2b065674..fe51f7f417 100644 --- a/bootstrap/lib/stdlib/ebin/edlin.beam +++ b/bootstrap/lib/stdlib/ebin/edlin.beam diff --git a/bootstrap/lib/stdlib/ebin/edlin_expand.beam b/bootstrap/lib/stdlib/ebin/edlin_expand.beam Binary files differindex 1719b3bb45..0ca05e1bc3 100644 --- a/bootstrap/lib/stdlib/ebin/edlin_expand.beam +++ b/bootstrap/lib/stdlib/ebin/edlin_expand.beam diff --git a/bootstrap/lib/stdlib/ebin/epp.beam b/bootstrap/lib/stdlib/ebin/epp.beam Binary files differindex 4d072403ec..66a84e41df 100644 --- a/bootstrap/lib/stdlib/ebin/epp.beam +++ b/bootstrap/lib/stdlib/ebin/epp.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam Binary files differindex 08da4563a7..79ed469508 100644 --- a/bootstrap/lib/stdlib/ebin/erl_lint.beam +++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam diff --git a/bootstrap/lib/stdlib/ebin/escript.beam b/bootstrap/lib/stdlib/ebin/escript.beam Binary files differindex 20e6a25f1d..a606d817b7 100644 --- a/bootstrap/lib/stdlib/ebin/escript.beam +++ b/bootstrap/lib/stdlib/ebin/escript.beam diff --git a/bootstrap/lib/stdlib/ebin/filelib.beam b/bootstrap/lib/stdlib/ebin/filelib.beam Binary files differindex f3065882ae..e03b753c09 100644 --- a/bootstrap/lib/stdlib/ebin/filelib.beam +++ b/bootstrap/lib/stdlib/ebin/filelib.beam diff --git a/bootstrap/lib/stdlib/ebin/otp_internal.beam b/bootstrap/lib/stdlib/ebin/otp_internal.beam Binary files differindex f9256f3f4c..974377cdd4 100644 --- a/bootstrap/lib/stdlib/ebin/otp_internal.beam +++ b/bootstrap/lib/stdlib/ebin/otp_internal.beam diff --git a/bootstrap/lib/stdlib/ebin/re.beam b/bootstrap/lib/stdlib/ebin/re.beam Binary files differindex ae7bf3a734..06c02fc10c 100644 --- a/bootstrap/lib/stdlib/ebin/re.beam +++ b/bootstrap/lib/stdlib/ebin/re.beam diff --git a/bootstrap/lib/stdlib/ebin/shell.beam b/bootstrap/lib/stdlib/ebin/shell.beam Binary files differindex fc3552621d..a537d0936e 100644 --- a/bootstrap/lib/stdlib/ebin/shell.beam +++ b/bootstrap/lib/stdlib/ebin/shell.beam diff --git a/bootstrap/lib/stdlib/ebin/shell_default.beam b/bootstrap/lib/stdlib/ebin/shell_default.beam Binary files differindex aa600600d0..57ac5f2046 100644 --- a/bootstrap/lib/stdlib/ebin/shell_default.beam +++ b/bootstrap/lib/stdlib/ebin/shell_default.beam diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index ff81f58bcc..8a6e9cf514 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -1,20 +1,20 @@ %% This is an -*- erlang -*- file. %% %% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2008-2009. All Rights Reserved. -%% +%% +%% Copyright Ericsson AB 2008-2010. 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 %% Erlang Public License along with this software. If not, it can be %% retrieved online at http://www.erlang.org/. -%% +%% %% Software distributed under the License is distributed on an "AS IS" %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% the License for the specific language governing rights and limitations %% under the License. -%% +%% %% %CopyrightEnd% %% {application, stdlib, |