1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:46:47 -07:00
The Go programming language
Go to file
Jacob Baskin 536c2aa6ae URL should have an empty Scheme if there is an invalid character (i.e.
not [a-zA-Z0-9+-.]) before there is a ":".

This is particularly helpful in the erroneous-but-relatively-common
case of relative URLs containing an unescaped colon in the query
string--see the added test for an example.

R=rsc
APPROVED=rsc
DELTA=15  (15 added, 0 deleted, 0 changed)
OCL=30354
CL=30356
2009-06-16 13:23:42 -07:00
doc restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src URL should have an empty Scheme if there is an invalid character (i.e. 2009-06-16 13:23:42 -07:00
test bug163: ideographs are not letters 2009-06-15 21:13:28 -07:00
usr - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00