Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
1e86d46a
Commit
1e86d46a
authored
Nov 03, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release.2010-11-02
R=golang-dev, gri, r2, r CC=golang-dev
https://golang.org/cl/2846041
parent
417e22b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
.hgtags
.hgtags
+0
-1
release.html
doc/devel/release.html
+37
-0
No files found.
.hgtags
View file @
1e86d46a
...
@@ -36,4 +36,3 @@ c2b8c9f13fb8ad2b56920d9da2928c5314ebf725 release.2010-09-29
...
@@ -36,4 +36,3 @@ c2b8c9f13fb8ad2b56920d9da2928c5314ebf725 release.2010-09-29
ca4f9687cec0b9c4732afd57b8c2786c7fe242de release.2010-10-13.1
ca4f9687cec0b9c4732afd57b8c2786c7fe242de release.2010-10-13.1
79997f0e5823ee9d13a34ca9971a9d8811df1c4a release.2010-10-20
79997f0e5823ee9d13a34ca9971a9d8811df1c4a release.2010-10-20
4d5b0816392116d3a3452bb275b6dab6c6456278 release.2010-10-27
4d5b0816392116d3a3452bb275b6dab6c6456278 release.2010-10-27
4d5b0816392116d3a3452bb275b6dab6c6456278 release
doc/devel/release.html
View file @
1e86d46a
...
@@ -5,6 +5,43 @@
...
@@ -5,6 +5,43 @@
<p>
This page summarizes the changes between tagged releases of Go.
<p>
This page summarizes the changes between tagged releases of Go.
For full details, see the
<a
href=
"http://code.google.com/p/go/source/list"
>
Mercurial change log
</a>
.
</p>
For full details, see the
<a
href=
"http://code.google.com/p/go/source/list"
>
Mercurial change log
</a>
.
</p>
<h3
id=
"2010-11-02"
>
2010-11-02
</h3>
<pre>
This release includes a language change: the new built-in function, append.
Append makes growing slices much simpler. See the spec for details:
http://golang.org/doc/go_spec.html#Appending_and_copying_slices
Other changes:
* 8l: pe generation fixes (thanks Alex Brainman).
* doc: Effective Go: append and a few words about "..." args.
* build: fiddle with make variables.
* codereview: fix sync and download in Python 2.7 (thanks Fazlul Shahriar).
* debug/pe, cgo: add windows support (thanks Wei Guangjing
<vcc
.
163
@
gmail
.
com
>
).
* go/ast: add Inspect function for easy AST inspection w/o a visitor.
* go/printer: do not remove parens around composite literals starting with
a type name in control clauses.
* go/scanner: bug fixes, revisions, and more tests.
* gob: several fixes and documentation updates.
* godoc: bug fix (bug introduced with revision 3ee58453e961).
* gotest: print empty benchmark list in a way that gofmt will leave alone.
* http server: correctly respond with 304 NotModified (thanks Michael Hoisie).
* kate: update list of builtins (thanks Evan Shaw).
* libutf: update to Unicode 5.2.0 to match pkg/unicode (thanks Anthony Martin).
* misc/bbedit: update list of builtins (thanks Anthony Starks).
* misc/vim: update list of builtins.
* mkrunetype: install a Makefile and tweak it slightly so it can be built.
* netchan: fix locking bug.
* pidigits: minor improvements (thanks Evan Shaw).
* rpc: fix client deadlock bug.
* src: use append where appropriate (often instead of vector).
* strings: add Contains helper function (thanks Brad Fitzpatrick).
* syscall: SIO constants for Linux (thanks Albert Strasheim),
Stat(path) on windows (thanks Alex Brainman).
* test/ken/convert.go: add conversion torture test.
* testing: add Benchmark (thanks Roger Peppe).
</pre>
<h3
id=
"2010-10-27"
>
2010-10-27
</h3>
<h3
id=
"2010-10-27"
>
2010-10-27
</h3>
<pre>
<pre>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment