• Russ Cox's avatar
    cleanup toward eliminating package global name space · a6736fa4
    Russ Cox authored
      * 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).
    
    R=ken2, r
    CC=golang-dev
    https://golang.org/cl/190076
    a6736fa4
Name
Last commit
Last update
..
6.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
span.c Loading commit data...