@@ -73,7 +73,7 @@ <h2 id="2012-03-22">2012-03-22 (Go 1 Release Candidate 2)</h2>
7373 inform users that the playground doesn't work via local godoc,
7474 style example headings like links,
7575 use *goroot as base path in zip file,
76- use FormatText for formating code in html template,
76+ use FormatText for formatting code in html template,
7777 use shorter titles for tabs.
7878* cmd/gofmt: show ascii in usage (thanks Yasuhiro Matsumoto).
7979* cmd/pack: also recognize '\\' as path separator in filenames (thanks Shenghou Ma).
@@ -579,7 +579,7 @@ <h2 id="2012-02-14">2012-02-14</h2>
579579 support ErrSkip in Tx.Exec (thanks Andrew Balholm),
580580 treat pointers as nullable types as with encoding/json (thanks Andrew Pritchard).
581581* debug/macho: drop terrifyingly monstrous URL from package comment.
582- * dist: prevent recusive loop on windows when fatal() is called (thanks Daniel Theophanes).
582+ * dist: prevent recursive loop on windows when fatal() is called (thanks Daniel Theophanes).
583583* doc: add App Engine docs to 'learn' and 'reference' pages,
584584 add playground.js,
585585 new document about compatibility of releases,
@@ -741,7 +741,7 @@ <h2 id="2012-02-07">2012-02-07</h2>
741741* encoding/xml: fix decoding of xml.Name with sub-elements (thanks Gustavo Niemeyer),
742742 fix documentation for Decoder.Skip.
743743* exp/norm: Added some benchmarks for form-specific performance measurements,
744- a few minor changes in prepration for a table format change.
744+ a few minor changes in preparation for a table format change.
745745* expvar: revise API.
746746* fix: add image/{bmp,tiff} to go1pkgrename.
747747* flag: allow a FlagSet to not write to os.Stderr,
@@ -1252,7 +1252,7 @@ <h2 id="2011-12-22">2011-12-22</h2>
12521252 implement and test \r in raw strings,
12531253 inlining, allow empty bodies, fix _ arguments,
12541254 omit argument names from function types in error messages.
1255- * go/ast, parser: remember short variable decls. w/ correspoding ident objects.
1255+ * go/ast, parser: remember short variable decls. w/ corresponding ident objects.
12561256* go/build: add new +build tags 'cgo' and 'nocgo'.
12571257* go/doc, godoc: move export filtering into go/doc
12581258* go/printer, gofmt: fine tuning of line spacing.
@@ -2132,7 +2132,7 @@ <h2 id="2011-10-06">2011-10-06</h2>
21322132 mksyscall_windows.pl creates non-syscall packages (thanks Jaroslavas Počepko),
21332133 update multicast socket options (thanks Mikio Hara).
21342134* testing: support for running tests in parallel (thanks Miki Tebeka).
2135- * time: make month/day name comparisons case insenstive .
2135+ * time: make month/day name comparisons case insensitive .
21362136* unicode: fix make tables.
21372137* vim: Send GoFmt errors to a location list (thanks Paul Sbarra).
21382138* websocket: add hybi-13 support, add mutex to make websocket full-duplex.
@@ -2402,7 +2402,7 @@ <h2 id="2011-09-01">2011-09-01</h2>
24022402 ctrlhandler for windows amd64. (thanks Wei Guangjing)
24032403 fix stack cleanup on windows/amd64. (thanks Hector Chu)
24042404 fix void warnings.
2405- go interface to cdecl calbacks . (thanks Jaroslavas Počepko)
2405+ go interface to cdecl callbacks . (thanks Jaroslavas Počepko)
24062406 handle string + char literals in goc2c.
24072407 make arm work on Ubuntu Natty qemu.
24082408 openbsd thread tweaks.
@@ -3438,7 +3438,7 @@ <h2 id="2011-04-13">2011-04-13</h2>
34383438 drop Author: line on self-clpatch,
34393439 recognize code URL without trailing slash.
34403440* crypto/block: remove deprecated package.
3441- * crypto/des: new package implementating DES and TDEA (thanks Yasuhiro Matsumoto).
3441+ * crypto/des: new package implementing DES and TDEA (thanks Yasuhiro Matsumoto).
34423442* crypto/ecdsa, crypto/rsa: use io.ReadFull to read from random source (thanks Dmitry Chestnykh).
34433443* crypto/rsa: add 3-prime support,
34443444 add support for precomputing CRT values,
@@ -3776,7 +3776,7 @@ <h2 id="2011-03-07">2011-03-07 (<a href="release.html#r56">base for r56</a>)</h2
37763776The path package has been split into two packages: path and path/filepath.
37773777Package path manipulates slash-separated paths, regardless of operating system.
37783778Package filepath implements the local operating system's native file paths.
3779- OS-specific functioanlity in pacakge path, such as Walk, moved to filepath.
3779+ OS-specific functionality in package path, such as Walk, moved to filepath.
37803780
37813781Other changes:
37823782* build: fixes and simplifications (thanks Dave Cheney),
@@ -4462,7 +4462,7 @@ <h2 id="2010-12-08">2010-12-08</h2>
44624462* crypto/tls: fix build of certificate generation example (thanks Christian Himpel).
44634463* doc/install: describe GOHOSTOS and GOHOSTARCH.
44644464* errchk: accept multiple source files (thanks Eoghan Sherry).
4465- * exec.LookPath: return os.PathError instad of os.ENOENT (thanks Michael Hoisie)..
4465+ * exec.LookPath: return os.PathError instead of os.ENOENT (thanks Michael Hoisie)..
44664466* flag: fix format error in boolean error report,
44674467 handle multiple calls to flag.Parse.
44684468* fmt: add %U format for standard Unicode representation of code point values.
@@ -5096,7 +5096,7 @@ <h2 id="2010-09-06">2010-09-06</h2>
50965096 rather than 0, make -1 mean infinite (a la strings.Split et al),
50975097 use acknowledgements on export send.
50985098 new methods Sync and Drain for clean teardown.
5099- * regexp: interpret all Go characer escapes \a \b \f \n \r \t \v.
5099+ * regexp: interpret all Go character escapes \a \b \f \n \r \t \v.
51005100* rpc: fix bug that caused private methods to attempt to be registered.
51015101* runtime: Correct commonType.kind values to match compiler,
51025102 add GOOS, GOARCH; fix FuncLine,
@@ -5915,7 +5915,7 @@ <h2 id="2010-02-17">2010-02-17</h2>
59155915
59165916< pre >
59175917There are two small language changes:
5918- * NUL bytes may be rejected in souce files, and the tools do reject them.
5918+ * NUL bytes may be rejected in source files, and the tools do reject them.
59195919* Conversions from string to []int and []byte are defined but not yet implemented.
59205920
59215921Other changes and fixes:
@@ -6046,7 +6046,7 @@ <h2 id="2010-01-13">2010-01-13</h2>
60466046misc/dashboard: beginning of a build dashboard at godashboard.appspot.com.
60476047misc/emacs: handling of new semicolon rules (thanks Austin Clements),
60486048 empty buffer bug fix (thanks Kevin Ballard)
6049- misc/kate: highlighting improvements (tahnks Evan Shaw)
6049+ misc/kate: highlighting improvements (thanks Evan Shaw)
60506050os/signal: add signal names: signal.SIGHUP, etc (thanks David Symonds)
60516051runtime: preliminary Windows support (thanks Hector Chu),
60526052 preemption polling to reduce garbage collector pauses
0 commit comments