• Russ Cox's avatar
    gopack: change archive file name length back to 16 · 7b04471d
    Russ Cox authored
    This CL grew the archive file name length from 16 to 64:
    
            changeset:   909:58574851d792
            user:        Russ Cox <rsc@golang.org>
            date:        Mon Oct 20 13:53:56 2008 -0700
    
    Back then, every x.go file in a package became an x.6 file
    in the archive.  It was important to be able to allow the
    use of long Go source file names, hence the increase in size.
    
    Today, all Go source files compile into a single _go_.6 file
    regardless of their names, so the archive file name length
    no longer needs to be long.  The longer name causes some
    problems on Plan 9, where the native archive format is the
    same but with 16-byte names, so revert back to 16.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/5333050
    7b04471d
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...