]> Cypherpunks repositories - gostls13.git/commitdiff
weekly.2011-09-07 weekly.2011-09-07
authorAndrew Gerrand <adg@golang.org>
Wed, 7 Sep 2011 23:43:35 +0000 (09:43 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 7 Sep 2011 23:43:35 +0000 (09:43 +1000)
R=dsymonds, rsc, r
CC=golang-dev
https://golang.org/cl/4968070

.hgtags
doc/devel/weekly.html

diff --git a/.hgtags b/.hgtags
index 2816f5e78ce2f4ff64509fe6ceb661f2e9e944ea..4b56722aa042f1c3d9bcaf0ffc8c407c852a0e3e 100644 (file)
--- 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
index 279396a6a192bd521a5c084727ae56189a9dc023..aa605a3858fcee9281ed0e2cdf785d7335f779e6 100644 (file)
@@ -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>