1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src/pkg
Russ Cox b0729cdfe5 go/doc: use correct escaper for URL
Despite the name, URL escaping is for a small subpiece of the URL only.
This particular URL is being emitted in an <a href=""> tag and in that
context it should be HTML escaped, not URL escaped.

In addition to fixing a bug, this change cuts a dependency chain
from go/doc to net, clearing the way for use of cgo
(which imports go/doc) during the compilation of package net.

R=gri
CC=golang-dev
https://golang.org/cl/1960050
2010-08-25 11:00:38 -04:00
..
archive/tar build: no required environment variables 2010-08-18 10:08:49 -04:00
asn1 build: no required environment variables 2010-08-18 10:08:49 -04:00
big build: no required environment variables 2010-08-18 10:08:49 -04:00
bufio build: no required environment variables 2010-08-18 10:08:49 -04:00
bytes build: no required environment variables 2010-08-18 10:08:49 -04:00
cmath build: no required environment variables 2010-08-18 10:08:49 -04:00
compress build: no required environment variables 2010-08-18 10:08:49 -04:00
container build: no required environment variables 2010-08-18 10:08:49 -04:00
crypto crypto/ocsp: add missing Makefile 2010-08-19 16:33:58 -04:00
debug syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
ebnf build: no required environment variables 2010-08-18 10:08:49 -04:00
encoding build: no required environment variables 2010-08-18 10:08:49 -04:00
exec build: no required environment variables 2010-08-18 10:08:49 -04:00
exp build: no required environment variables 2010-08-18 10:08:49 -04:00
expvar build: no required environment variables 2010-08-18 10:08:49 -04:00
flag build: no required environment variables 2010-08-18 10:08:49 -04:00
fmt fmt: add sentence about return values to docs for Printf etc. 2010-08-19 12:07:24 +10:00
go go/doc: use correct escaper for URL 2010-08-25 11:00:38 -04:00
gob build: no required environment variables 2010-08-18 10:08:49 -04:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html build: no required environment variables 2010-08-18 10:08:49 -04:00
http http: doc nit 2010-08-23 18:06:28 -04:00
image build: no required environment variables 2010-08-18 10:08:49 -04:00
io io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
json build: no required environment variables 2010-08-18 10:08:49 -04:00
log build: no required environment variables 2010-08-18 10:08:49 -04:00
math build: no required environment variables 2010-08-18 10:08:49 -04:00
mime mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
net net/ipsock.go: fix error checking bug 2010-08-22 22:12:56 +10:00
netchan build: no required environment variables 2010-08-18 10:08:49 -04:00
nntp build: no required environment variables 2010-08-18 10:08:49 -04:00
os os: make return type of FileInfo.Permission() consistent with related functions 2010-08-24 10:38:52 +10:00
patch build: no required environment variables 2010-08-18 10:08:49 -04:00
path build: no required environment variables 2010-08-18 10:08:49 -04:00
rand build: no required environment variables 2010-08-18 10:08:49 -04:00
reflect build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp build: no required environment variables 2010-08-18 10:08:49 -04:00
rpc build: no required environment variables 2010-08-18 10:08:49 -04:00
runtime runtime: fix freebsd/386 mmap 2010-08-24 13:04:02 -04:00
scanner scanner: change package comment to be clearer about its functionality. 2010-08-25 13:07:08 +10:00
sort build: no required environment variables 2010-08-18 10:08:49 -04:00
strconv build: no required environment variables 2010-08-18 10:08:49 -04:00
strings build: no required environment variables 2010-08-18 10:08:49 -04:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall syscall: change BUG(brainman) to NOTE(brainman) 2010-08-25 01:26:35 -04:00
syslog build: no required environment variables 2010-08-18 10:08:49 -04:00
tabwriter build: no required environment variables 2010-08-18 10:08:49 -04:00
template build: no required environment variables 2010-08-18 10:08:49 -04:00
testing build: no required environment variables 2010-08-18 10:08:49 -04:00
time time: Remove unused zoneinfo.go (replaced by zoneinfo_unix.go). 2010-08-24 17:24:40 -07:00
unicode build: no required environment variables 2010-08-18 10:08:49 -04:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 build: no required environment variables 2010-08-18 10:08:49 -04:00
utf16 build: no required environment variables 2010-08-18 10:08:49 -04:00
websocket build: no required environment variables 2010-08-18 10:08:49 -04:00
xml build: no required environment variables 2010-08-18 10:08:49 -04:00
deps.bash fix deps.bash. \t does not mean tab in some seds. 2010-04-06 10:53:48 -07:00
Makefile crypto/ocsp: add missing Makefile 2010-08-19 16:33:58 -04:00