Russ Cox 1f6463f823 Convert go tree to hierarchical pkg directory:
import (
		"vector" -> "container/vector"
		"ast" -> "go/ast"
		"sha1" -> "hash/sha1"
		etc.
	)

and update Makefiles.  Because I did the conversion
semi-automatically, I sorted all the import blocks
as a post-processing.  Some files have therefore
changed that didn't strictly need to.

Rename local packages to lower case.
The upper/lower distinction doesn't work on OS X
and complicates the "single-package directories
with the same package name as directory name"
heuristic used by gobuild and godoc to create
the correlation between source and binary locations.
Now that we have a plan to avoid globally unique
names, the upper/lower is unnecessary.

The renamings will cause trouble for a few users,
but so will the change in import paths.
This way, the two maintenance fixes are rolled into
one inconvenience.

R=r
OCL=27573
CL=27575
2009-04-16 20:52:37 -07:00
..
2009-04-10 17:58:10 -07:00
2009-03-20 11:32:58 -07:00
2009-04-15 20:27:45 -07:00
2009-01-16 14:58:14 -08:00
2009-01-16 14:58:14 -08:00
2009-01-26 09:56:42 -08:00
2009-01-26 09:56:42 -08:00
2009-01-26 09:56:42 -08:00
2009-01-26 09:56:42 -08:00
2009-03-16 21:48:07 -07:00
2009-01-27 15:08:08 -08:00
2008-10-08 15:33:18 -07:00
2009-01-16 14:58:14 -08:00
2009-01-20 14:40:40 -08:00
2008-10-29 13:58:12 -07:00
2008-08-11 22:07:49 -07:00
2008-12-18 22:37:22 -08:00
2008-10-06 16:27:14 -07:00
2009-02-06 15:57:02 -08:00
2009-01-20 14:40:40 -08:00
2009-01-26 17:37:05 -08:00
2009-01-26 17:37:05 -08:00
2009-04-13 05:31:44 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-01-20 14:40:40 -08:00
2009-01-16 14:58:14 -08:00
2008-08-11 22:07:49 -07:00
2009-01-16 14:58:14 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-01-15 13:48:11 -08:00
2009-01-20 14:40:40 -08:00
2009-03-23 18:32:37 -07:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2008-09-17 14:08:52 -07:00
2009-03-20 11:32:58 -07:00
run
2008-11-17 12:44:22 -08:00
2009-01-20 14:40:40 -08:00
2008-12-03 14:21:28 -08:00
2008-08-11 22:07:49 -07:00
2009-04-10 06:22:41 -07:00
2009-01-16 14:58:14 -08:00
2009-04-13 05:31:44 -07:00
2009-01-16 14:58:14 -08:00
2008-08-11 22:07:49 -07:00
2009-01-20 14:40:40 -08:00
2008-08-11 22:07:49 -07:00
2009-01-16 14:58:14 -08:00