commit 4b39d115a0228d9c88b47f2fd86c9d6377ba7273 [browse]
Author: Andrew Gerrand
Date: 2011-11-09 10:27:22 +11:00

weekly.2011-11-08

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

commit ce4eec2e0acf9ec36c34bd42e81bbb2e32f18b81 [browse]
Author: Andrew Balholm
Date: 2011-11-09 09:43:55 +11:00

html: treat <image> as <img>

Pass tests1.dat, test 90:
<p><image></p>

| <html>
|   <head>
|   <body>
|     <p>
|       <img>

Also pass test 91:
<a><table><a></table><p><a><div><a>

R=nigeltao
CC=golang-dev
https://golang.org/cl/5339052

commit 3e94e757eff3bfa4150b1e88fda8db98905290de [browse]
Author: Rob Pike
Date: 2011-11-08 14:33:07 -08:00

text/template: make redefinition of a template in a set more consistent.
Also make it agree with the documentation. You get an error, unless you're
calling Add explicitly, in which case it panics since that's almost certainly
a bug. The discrepancy was caused by a panic that wasn't turned into
an error along one path; deleted the offending function for clarity.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5354045

commit 0e5cd9d3f6ee8e0828cf29152d7180f70a00d6c7 [browse]
Author: Joel Sing
Date: 2011-11-08 11:43:58 -05:00

runtime: add timespec definition for freebsd

R=golang-dev, devon.odell
CC=golang-dev
https://golang.org/cl/5340058

commit cabe0e6ad38b1498098c7d9aba70dc218b0a23a7 [browse]
Author: Anthony Martin
Date: 2011-11-08 09:06:02 -05:00

os, syscall: fix Plan 9 build

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

clone the repository to get more history