1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/encoding
Russ Cox 10c36fbc9d encoding/xml: fix panic in Marshal
Fixes #6341.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13512048
2013-09-09 16:42:07 -04:00
..
ascii85 all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
asn1 all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
base32 encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
base64 encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
binary encoding/binary: use bytes.Reader in read example 2013-08-27 06:32:24 -07:00
csv encoding/csv: always allow trailing commas 2013-08-09 15:46:01 +10:00
gob all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
hex src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
json undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
pem encoding/pem: write Proc-Type header first. 2012-11-12 15:29:17 +00:00
xml encoding/xml: fix panic in Marshal 2013-09-09 16:42:07 -04:00
encoding.go encoding: new package 2013-08-14 00:18:20 -04:00