1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/encoding
Shenghou Ma 83da2014a8 encoding/xml: fix htmlAutoClose and its generating script
Thanks Mitică for reporting this.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7308081
2013-02-13 02:27:42 +08:00
..
ascii85 encoding/ascii85: fix panic caused by special case 2012-04-04 09:52:42 -04:00
asn1 src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
base32 encoding/base64: new example for NewEncoder with emphasis on Close 2012-12-11 11:49:02 -05:00
base64 encoding/base64: fix test for ReadFull change 2013-01-31 14:42:56 -08:00
binary all: fix the the typos 2012-11-22 02:58:24 +08:00
csv all: fix typos 2012-12-19 03:04:09 +08:00
gob testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
hex src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
json encoding/json: document case-insensitive Unmarshal key matching 2013-01-31 07:49:23 -08:00
pem encoding/pem: write Proc-Type header first. 2012-11-12 15:29:17 +00:00
xml encoding/xml: fix htmlAutoClose and its generating script 2013-02-13 02:27:42 +08:00