1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg
Andrew Gerrand 55986c1329 path: fix typo in path.Visitor
Fixes #1088.

R=gri, iant
CC=golang-dev
https://golang.org/cl/2157043
2010-09-09 09:24:27 +10:00
..
archive/tar build: no required environment variables 2010-08-18 10:08:49 -04:00
asn1 build: no required environment variables 2010-08-18 10:08:49 -04:00
big big: added RatString, some simplifications 2010-08-31 15:18:46 -07:00
bufio build: no required environment variables 2010-08-18 10:08:49 -04:00
bytes build: no required environment variables 2010-08-18 10:08:49 -04:00
cmath build: no required environment variables 2010-08-18 10:08:49 -04:00
compress build: no required environment variables 2010-08-18 10:08:49 -04:00
container list: update comment to state that the zero value is ready to use. 2010-09-03 17:11:56 +10:00
crypto crypto/tls: Fix doc typo 2010-08-30 09:59:59 +10:00
debug proc, eval: Don't assign address of an array to a slice. 2010-08-30 13:47:40 -07:00
ebnf build: no required environment variables 2010-08-18 10:08:49 -04:00
encoding build: no required environment variables 2010-08-18 10:08:49 -04:00
exec os, exec: rename argv0 to name 2010-09-07 16:29:07 -04:00
exp exp/draw: reintroduce the MouseEvent.Nsec timestamp. 2010-09-07 23:42:01 +10:00
expvar build: no required environment variables 2010-08-18 10:08:49 -04:00
flag build: no required environment variables 2010-08-18 10:08:49 -04:00
fmt fmt.Scan: fix integer overflow on 32-bit machines 2010-09-06 08:04:53 +10:00
go gofmt: permit omission of first index in slice expression 2010-08-27 14:49:49 -07:00
gob build: no required environment variables 2010-08-18 10:08:49 -04:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html build: no required environment variables 2010-08-18 10:08:49 -04:00
http http: do not cache CanonicalHeaderKey 2010-09-08 10:20:21 -04:00
image image: change a ColorImage's minimum point from (0, 0) to (-1e9, -1e9). 2010-09-07 19:16:59 +10:00
io io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
json build: no required environment variables 2010-08-18 10:08:49 -04:00
log build: no required environment variables 2010-08-18 10:08:49 -04:00
math math: amd64 version of Sincos 2010-08-26 19:03:58 -04:00
mime mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
net net: add LookupMX 2010-08-26 13:32:45 -04:00
netchan netchan: use acknowledgements on export send. 2010-09-04 23:41:54 +10:00
nntp build: no required environment variables 2010-08-18 10:08:49 -04:00
os os, exec: rename argv0 to name 2010-09-07 16:29:07 -04:00
patch build: no required environment variables 2010-08-18 10:08:49 -04:00
path path: fix typo in path.Visitor 2010-09-09 09:24:27 +10:00
rand build: no required environment variables 2010-08-18 10:08:49 -04:00
reflect build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp regexp: interpret all Go characer escapes \a \b \f \n \r \t \v 2010-08-30 14:06:59 +10:00
rpc rpc: fix bug that caused private methods to attempt to be registered. 2010-08-30 08:03:06 +10:00
runtime runtime: fix linux/amd64 build: wrong name for munmap 2010-09-07 13:17:10 -04:00
scanner Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes but returns os.EOF. 2010-09-01 15:15:37 -07:00
sort build: no required environment variables 2010-08-18 10:08:49 -04:00
strconv strconv: fix comment for godoc 2010-08-31 14:18:20 -07:00
strings build: no required environment variables 2010-08-18 10:08:49 -04:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall arm: use the correct stat syscalls 2010-09-07 09:23:49 -04:00
syslog build: no required environment variables 2010-08-18 10:08:49 -04:00
tabwriter build: no required environment variables 2010-08-18 10:08:49 -04:00
template template: fixed documentation formatting 2010-08-31 19:07:40 -07:00
testing build: no required environment variables 2010-08-18 10:08:49 -04:00
time time: do not crash in String on nil Time 2010-09-02 14:21:40 -04:00
unicode build: no required environment variables 2010-08-18 10:08:49 -04:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 build: no required environment variables 2010-08-18 10:08:49 -04:00
utf16 build: no required environment variables 2010-08-18 10:08:49 -04:00
websocket websocket: fix missing Sec-WebSocket-Protocol on server response. 2010-08-25 12:52:04 -04:00
xml build: no required environment variables 2010-08-18 10:08:49 -04:00
deps.bash build: let pkg/Makefile coordinate building of Go commands 2010-08-25 17:54:10 -04:00
Makefile go/typechecker: 2nd step towards augmenting AST with full type information. 2010-08-26 14:36:13 -07:00