commit c2f3737cb01bf35991a775c14cd28e5a2d3a102e [browse]
Author: Andrew Gerrand
Date: 2010-03-31 11:40:57 +11:00
release 2010-03-30
R=rsc, gri
CC=golang-dev
https://golang.org/cl/821045
commit e8e4987ba3212fecf8fd936d55e212c247ba4026 [browse]
Author: Robert Griesemer
Date: 2010-03-30 17:37:42 -07:00
godoc: support for title and subtitle headers when serving .html docs
and use it to show version (date) of go spec
Fixes #68.
R=rsc
CC=golang-dev, r
https://golang.org/cl/848042
commit 7ecefdc03f2ef38ce6df9bf65e11ae1b8e0b0b8e [browse]
Author: Russ Cox
Date: 2010-03-30 17:00:27 -07:00
runtime: fix arm build, slightly.
R=r
CC=golang-dev
https://golang.org/cl/842042
commit f1c39c13a6a68431c12b7b4afc65b20907401fed [browse]
Author: Robert Griesemer
Date: 2010-03-30 16:49:51 -07:00
go/printer: follow-up on CL 802043
- more test cases
- comment fixes
- minor unrelated changes as part of investigation of issue 702
R=rsc
CC=golang-dev
https://golang.org/cl/860041
commit 78547ca13214e6e3062fb5600afe05bd2e6d93dc [browse]
Author: Russ Cox
Date: 2010-03-30 14:54:32 -07:00
time: do not segment time strings by character class.
instead use pure substring matching to find template values.
this makes stdZulu unnecessary and allows formats
like "20060102 030405" (used in some internet protocols).
this makes Parse not handle years < 0000 or > 9999 anymore.
that seems like an okay price to pay, trading hypothetical
functionality for real functionality.
also changed the comments on the Time struct to use the
same reference date as the format and parse routines.
R=r
CC=golang-dev
https://golang.org/cl/833045
clone the repository to get more history