1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/gob
Rob Pike d11c0f1dbb gob: send empty but non-nil maps.
Fixes #2082.

R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/4798042
2011-07-21 10:27:11 +10:00
..
codec_test.go gob: send empty but non-nil maps. 2011-07-21 10:27:11 +10:00
debug.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
decode.go gob: delete some unused bits from the GobEncoder/GobDecoder code. 2011-06-29 13:57:59 +10:00
decoder.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
doc.go gob: send empty but non-nil maps. 2011-07-21 10:27:11 +10:00
dump.go os: New Open API. 2011-04-04 23:42:14 -07:00
encode.go gob: send empty but non-nil maps. 2011-07-21 10:27:11 +10:00
encoder_test.go gob: register more slice types 2011-07-13 17:12:17 +10:00
encoder.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
error.go gob: have errorf always prefix the message with "gob: " 2011-04-20 14:22:52 -07:00
gobencdec_test.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
Makefile gobs: error cleanup part 1. 2010-10-22 15:16:34 -07:00
timing_test.go testing: add -test.memprofile and -test.memprofilerate flags. 2011-03-16 09:53:58 -07:00
type_test.go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
type.go gob: register more slice types 2011-07-13 17:12:17 +10:00