|
cleanup toward eliminating package global name space
* switch to real dot (.) instead of center dot (·) everywhere in object files.
before it was half and half depending on where in the name it appeared.
* in 6c/6a/etc identifiers, · can still be used but turns into . immediately.
* in export metadata, replace package identifiers with quoted strings
(still package names, not paths).
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+225 lines, -189 lines) |
Patch |
 |
M |
src/cmd/5g/gobj.c
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/noop.c
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/obj.c
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/6g/gobj.c
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6l/pass.c
|
View
|
1
2
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/gobj.c
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8l/pass.c
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/cc/lex.c
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/cc/lexbody
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/builtin.c.boot
|
View
|
|
1 chunk |
+84 lines, -84 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/dcl.c
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/export.c
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/go.h
|
View
|
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/go.y
|
View
|
|
3 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/mkbuiltin1.c
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/obj.c
|
View
|
1
2
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/subr.c
|
View
|
|
4 chunks |
+36 lines, -35 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gotest/gotest
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/ld/go.c
|
View
|
1
2
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
Total messages: 3
|