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-04-15 20:27:45 -07:00
2009-03-03 08:39:12 -08:00
2009-01-16 14:58:14 -08:00
2009-04-16 20:52:37 -07:00
2009-01-16 14:58:14 -08:00
2009-03-23 18:50:35 -07:00
2009-03-03 08:39:12 -08:00
2009-03-03 08:39:12 -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-03 08:39:12 -08:00
2009-03-24 16:40:38 -07:00
2009-03-16 21:48:07 -07:00
2009-03-12 19:04:38 -07:00
2009-03-12 19:04:38 -07:00
2009-03-12 19:04:38 -07:00
2009-03-03 08:39:12 -08:00
2009-03-12 19:04:38 -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-03-12 19:04:38 -07:00
2009-02-05 12:54:15 -08:00
2009-01-29 17:38:58 -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-09-19 14:39: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-30 14:39:31 -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-03-03 08:39:12 -08:00
2009-03-03 08:39:12 -08:00
2009-01-16 14:58:14 -08:00
2009-01-20 14:40:40 -08:00
2009-02-11 17:55:16 -08:00
2009-01-20 14:40:40 -08:00
2009-03-11 16:06:17 -07:00
2009-02-11 17:55:16 -08:00
2009-03-11 16:06:17 -07:00
2009-03-31 17:33:04 -07: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-03-03 08:39:12 -08:00
2009-01-20 14:40:40 -08:00
2009-01-16 16:12:14 -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-03-03 08:39:12 -08:00
2009-01-20 14:40:40 -08:00
2009-01-20 14:40:40 -08:00
2009-03-03 08:39:12 -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
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-03-18 14:05:05 -07:00
2009-01-16 14:58:14 -08:00
2008-11-17 12:19:02 -08:00
2009-04-16 20:52:37 -07:00