1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:31:21 -06:00
go/src/pkg/encoding
Russ Cox 2f06615588 encoding/asn1: prepare for 64-bit ints
The code was assuming that int = 32 bits. Don't.

Update #2188.

R=agl
CC=golang-dev
https://golang.org/cl/6543063
2012-09-24 10:30:37 -04:00
..
ascii85 encoding/ascii85: fix panic caused by special case 2012-04-04 09:52:42 -04:00
asn1 encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
base32 encoding/base32, encoding/base64: removed unneeded break label 2012-06-25 17:18:50 -04:00
base64 encoding/base32, encoding/base64: removed unneeded break label 2012-06-25 17:18:50 -04:00
binary encoding/binary: fix typo: ReadVarint returns an int64, not a uint64. 2012-07-22 10:26:32 +10:00
csv encoding/csv, encoding/xml: report write errors 2012-06-25 16:00:35 -04:00
gob encoding/gob: fix comment 2012-09-19 10:11:24 -07:00
hex encoding/hex: vet the test prints 2012-02-10 09:44:56 +11:00
json encoding/json: do not read beyond array literal 2012-09-18 14:22:55 -04:00
pem encoding/pem: ignore spaces and tabs at the end of header lines. 2012-04-12 12:33:52 -04:00
xml encoding/xml: parse comments in DOCTYPE 2012-08-31 18:09:31 -04:00