aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-09-08 09:43:35 +1000
committerAndrew Gerrand <adg@golang.org>2011-09-08 09:43:35 +1000
commitc5c656aee37f8e6f53a574bacf42c944bd2630a2 (patch)
tree053deaf3c78d88e674ead22a8ac3a6a0065f4593
parent49bcc88f793050d128f0f0df447ff2e2783cc145 (diff)
downloadgo-c5c656aee37f8e6f53a574bacf42c944bd2630a2.tar.gz
go-c5c656aee37f8e6f53a574bacf42c944bd2630a2.zip
weekly.2011-09-07weekly.2011-09-07
R=dsymonds, rsc, r CC=golang-dev https://golang.org/cl/4968070
-rw-r--r--.hgtags1
-rw-r--r--doc/devel/weekly.html43
2 files changed, 43 insertions, 1 deletions
diff --git a/.hgtags b/.hgtags
index 2816f5e78c..4b56722aa0 100644
--- a/.hgtags
+++ b/.hgtags
@@ -78,4 +78,3 @@ d5785050f61d973fc36775f7bd2e26689529cb3e release
c17ce5ec06b4bd5cf6e7ff2ceb0a60c2e40e0b17 weekly.2011-08-10
6eb2b9dbe489acb57a2bfc1de31ec2239ed94326 weekly.2011-08-17
c934f6f5fe8b30b4b3210ee3f13669e6e4670c32 weekly.2011-09-01
-c934f6f5fe8b30b4b3210ee3f13669e6e4670c32 weekly
diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html
index 279396a6a1..aa605a3858 100644
--- a/doc/devel/weekly.html
+++ b/doc/devel/weekly.html
@@ -14,6 +14,49 @@ hg pull
hg update weekly.<i>YYYY-MM-DD</i>
</pre>
+<h2 id="2011-09-06">2011-09-06</h2>
+
+<pre>
+This weekly snapshot consists of improvements and bug fixes, including fixes
+for issues introduced by escape analysis changes in the gc compiler.
+
+* build: clear execute bit from Go files (thanks Mike Rosset),
+ error out if problem with sudo.bash /usr/local/bin (thanks Mike Rosset).
+* exp/norm: add Reader and Writer,
+ performance improvements of quickSpan.
+* exp/regexp: bug fixes and RE2 tests.
+* exp/template/html: string replacement refactoring,
+ tweaks to js{,_test}.go.
+* gc: add -p flag to catch import cycles earlier,
+ fix label recursion bugs,
+ fix zero-length struct eval,
+ zero stack-allocated slice backing arrays,
+* gc, ld: fix Windows file paths (thanks Hector Chu).
+* go/parser: accept corner cases of signature syntax.
+* gobuilder: ignore _test.go files when looking for docs, more logging.
+* godoc: minor tweaks for App Engine use.
+* gofix: do not convert url in field names (thanks Gustavo Niemeyer).
+* gofmt: indent multi-line signatures.
+* gopprof: regexp fixes (thanks Hector Chu).
+* image/png: check zlib checksum during Decode.
+* libmach: fix incorrect use of memset (thanks Dave Cheney).
+* misc/goplay: fix template output.
+* net: ParseCIDR returns IPNet instead of IPMask (thanks Mikio Hara),
+ sync CIDRMask code, doc.
+* os: use GetFileAttributesEx to implement Stat on windows (thanks Alex Brainman).
+* runtime: fix openbsd 386 raisesigpipe,
+ implement exception handling on windows/amd64 (thanks Hector Chu),
+ test for concurrent channel consumers (thanks Christopher Wedgwood).
+* sort: use heapsort to bail out quicksort (thanks Ziad Hatahet).
+* sync/atomic: add LoadUintptr, add Store functions.
+* syscall: update routing message attributes handling (thanks Mikio Hara).
+* template: fix deadlock,
+ indirect or dereference function arguments if necessary,
+ slightly simplify the test for assignability of arguments.
+* url: handle ; in ParseQuery.
+* websocket: fix incorrect prints found by govet (thanks Robert Hencke).
+</pre>
+
<h2 id="2011-09-01">2011-09-01</h2>
<pre>