• Russ Cox's avatar
    use _f007·filename for func literals. · 416b2754
    Russ Cox authored
    this avoids problems people have run into with
    multiple closures in the same package.
    
    when preparing filename, only cut off .go, not .anything.
    this fixes a bug tgs ran into with foo.pb.go and foo.go
    in the same package.
    
    also turn bad identifier chars from filename into
    underscores: a-b.pb.go => a_b_pb
    
    R=ken
    OCL=27050
    CL=27050
    416b2754
Name
Last commit
Last update
..
Makefile Loading commit data...
align.c Loading commit data...
bits.c Loading commit data...
builtin.c.boot Loading commit data...
const.c Loading commit data...
dcl.c Loading commit data...
export.c Loading commit data...
gen.c Loading commit data...
go.h Loading commit data...
go.y Loading commit data...
lex.c Loading commit data...
mkbuiltin Loading commit data...
mkbuiltin1.c Loading commit data...
mparith1.c Loading commit data...
mparith2.c Loading commit data...
mparith3.c Loading commit data...
obj.c Loading commit data...
subr.c Loading commit data...
swt.c Loading commit data...
sys.go Loading commit data...
unsafe.go Loading commit data...
walk.c Loading commit data...