• Russ Cox's avatar
    disallow P.t for lowercase t and not our package P. · 61590c4c
    Russ Cox authored
    implement hiding lowercase methods m in
    signatures by adding in a hash of the package name
    to the type hash code.
    
    remove remaining checks for internally-generated _ names:
    they are all gone.
    
    R=ken
    OCL=23236
    CL=23238
    61590c4c
Name
Last commit
Last update
..
Makefile Loading commit data...
align.c Loading commit data...
bits.c Loading commit data...
cgen.c Loading commit data...
gen.c Loading commit data...
gg.h Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
obj.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...