From 1f3afa8143d9aabc178b6fbcd09a693fc105065a Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Fri, 19 Apr 2013 15:29:19 +0200
Subject: Remove the "coding: utf-8" comment from all Erlang source files
---
lib/compiler/src/core_scan.erl | 3 +--
lib/compiler/test/compile_SUITE.erl | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
(limited to 'lib/compiler')
diff --git a/lib/compiler/src/core_scan.erl b/lib/compiler/src/core_scan.erl
index 0ca2f57dde..0d90739bfc 100644
--- a/lib/compiler/src/core_scan.erl
+++ b/lib/compiler/src/core_scan.erl
@@ -1,8 +1,7 @@
-%% -*- coding: utf-8 -*-
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2000-2012. All Rights Reserved.
+%% Copyright Ericsson AB 2000-2013. 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
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl
index 229e5a98a1..aed786727d 100644
--- a/lib/compiler/test/compile_SUITE.erl
+++ b/lib/compiler/test/compile_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2012. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2013. 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
@@ -781,7 +781,7 @@ do_asm(Beam, Outdir) ->
try
{ok,M,Asm} = compile:forms(A, ['S']),
AsmFile = filename:join(Outdir, atom_to_list(M)++".S"),
- {ok,Fd} = file:open(AsmFile, [write]),
+ {ok,Fd} = file:open(AsmFile, [write,{encoding,utf8}]),
beam_listing:module(Fd, Asm),
ok = file:close(Fd),
case compile:file(AsmFile, [from_asm,no_postopt,binary,report]) of
--
cgit v1.2.3
From afb632d2028fdc4a37e10e41e1929264ff59f52e Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Thu, 14 Mar 2013 09:53:33 +0100
Subject: Convert XML files to UTF-8, where needed
---
lib/compiler/doc/src/notes.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'lib/compiler')
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 94fea84557..ea78372606 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -1,4 +1,4 @@
-
+
@@ -45,7 +45,7 @@
-
Forbid multiple values in Core Erlang sequence arguments.
- Thanks to José Valim and Anthony Ramine.
+ Thanks to José Valim and Anthony Ramine.
Own Id: OTP-10818
@@ -144,7 +144,7 @@
compile:forms/2 will now use a
{source,SourceFilePath} to set the source returned by
- module_info(compile) (Thanks to José Valim)
+ module_info(compile) (Thanks to José Valim)
Own Id: OTP-10150
@@ -256,7 +256,7 @@
-
Fix typo in `compile' doc: unmatched parenthesis (Thanks
- to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)
Own Id: OTP-9919
@@ -757,7 +757,7 @@
(Thanks to Paul Fisher.)
Using filter expressions containing andalso or
orelse in a list comprehension could cause a
- compiler crash. (Thanks to Martin Engström.)
+ compiler crash. (Thanks to Martin Engström.)
Own Id: OTP-8054
--
cgit v1.2.3
From e5875001247e6a6ac4f474157a51a8c54f94ae49 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Thu, 14 Mar 2013 16:01:25 +0100
Subject: Convert XML files to UTF-8
---
lib/compiler/doc/src/book.xml | 4 ++--
lib/compiler/doc/src/compile.xml | 4 ++--
lib/compiler/doc/src/fascicules.xml | 2 +-
lib/compiler/doc/src/notes.xml | 2 +-
lib/compiler/doc/src/notes_history.xml | 4 ++--
lib/compiler/doc/src/part_notes.xml | 4 ++--
lib/compiler/doc/src/part_notes_history.xml | 4 ++--
lib/compiler/doc/src/ref_man.xml | 4 ++--
8 files changed, 14 insertions(+), 14 deletions(-)
(limited to 'lib/compiler')
diff --git a/lib/compiler/doc/src/book.xml b/lib/compiler/doc/src/book.xml
index fc56a837d5..45b49fe46d 100644
--- a/lib/compiler/doc/src/book.xml
+++ b/lib/compiler/doc/src/book.xml
@@ -1,10 +1,10 @@
-
+
- 19972009
+ 19972013
Ericsson AB. All Rights Reserved.
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index ddaae2655d..96907f6b10 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -1,10 +1,10 @@
-
+
- 19962012
+ 19962013
Ericsson AB. All Rights Reserved.
diff --git a/lib/compiler/doc/src/fascicules.xml b/lib/compiler/doc/src/fascicules.xml
index 43090b4aed..fadd37eefb 100644
--- a/lib/compiler/doc/src/fascicules.xml
+++ b/lib/compiler/doc/src/fascicules.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index ea78372606..352bb0d7ac 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/lib/compiler/doc/src/notes_history.xml b/lib/compiler/doc/src/notes_history.xml
index db0dc2f683..9e8934f416 100644
--- a/lib/compiler/doc/src/notes_history.xml
+++ b/lib/compiler/doc/src/notes_history.xml
@@ -1,10 +1,10 @@
-
+
- 20062009
+ 20062013
Ericsson AB. All Rights Reserved.
diff --git a/lib/compiler/doc/src/part_notes.xml b/lib/compiler/doc/src/part_notes.xml
index e730e3f7e2..0c1fdd567d 100644
--- a/lib/compiler/doc/src/part_notes.xml
+++ b/lib/compiler/doc/src/part_notes.xml
@@ -1,10 +1,10 @@
-
+
- 20042009
+ 20042013
Ericsson AB. All Rights Reserved.
diff --git a/lib/compiler/doc/src/part_notes_history.xml b/lib/compiler/doc/src/part_notes_history.xml
index 12366f0006..a4909f156e 100644
--- a/lib/compiler/doc/src/part_notes_history.xml
+++ b/lib/compiler/doc/src/part_notes_history.xml
@@ -1,11 +1,11 @@
-
+
2006
- 2011
+ 2013
Ericsson AB, All Rights Reserved
diff --git a/lib/compiler/doc/src/ref_man.xml b/lib/compiler/doc/src/ref_man.xml
index 74fe45aa77..6478ad4b11 100644
--- a/lib/compiler/doc/src/ref_man.xml
+++ b/lib/compiler/doc/src/ref_man.xml
@@ -1,10 +1,10 @@
-
+
- 19962009
+ 19962013
Ericsson AB. All Rights Reserved.
--
cgit v1.2.3