commit 4551b00da36e0419251f718fe80cf72132fd6f7d [browse]
Author: Russ Cox
Date: 2009-12-22 13:05:23 -08:00

hgtags: delete "release" (step 1 of new release)

R=r
CC=golang-dev
https://golang.org/cl/180118

commit 148ee9c0092cc6bde1fd7e40f5d7fd6f05897847 [browse]
Author: Rob Pike
Date: 2009-12-23 07:34:17 +11:00

fix up %p
- use an interface {Get()}
- implement Get for maps, slices
- for slices, retrieves the address of the end of the array, which will give the
	same value for every slice of the same array.

R=rsc
CC=golang-dev
https://golang.org/cl/179129

commit d488c4b4acc4ffadb4ac09b5c6f0f2898fd29fa2 [browse]
Author: Russ Cox
Date: 2009-12-22 09:47:02 -08:00

json: fix doc comment

R=gri
CC=golang-dev
https://golang.org/cl/179128

commit 2e853ec88a52f0402ba417fdc660a34b3dda4af7 [browse]
Author: Rob Pike
Date: 2009-12-22 17:02:00 +11:00

Allow %p on reference types, for debugging.
(Also fix case sensitivity in test for PTR inside fmt_test.go)
Fixes #441.

R=rsc, iant
CC=golang-dev
https://golang.org/cl/180112

commit d2a398610e1fda9d570f3fb19adb64ce684b0e23 [browse]
Author: Robert Griesemer
Date: 2009-12-21 15:05:50 -08:00

update test.sh so it can run to completion again

R=r
CC=golang-dev
https://golang.org/cl/179120

clone the repository to get more history