1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:04:43 -07:00
go/src
Alex Brainman 2420926a8a runtime: remove obsolete comment
We do not use SEH to handle Windows exception anymore.

Change-Id: I0ac807a0fed7a5b4c745454246764c524460472b
Reviewed-on: https://go-review.googlesource.com/8071
Reviewed-by: Minux Ma <minux@golang.org>
2015-03-25 02:55:56 +00:00
..
archive all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
bufio bufio: fix incorrect comment on Scanner.Scan 2015-03-18 00:59:49 +00:00
builtin
bytes bytes, os/exec, strings: fix a few BUG comments 2015-03-20 18:34:39 +00:00
cmd cmd/6g: fix build for nacl/amd64p32 2015-03-24 23:57:50 +00:00
compress
container
crypto crypto/x509: document that DecryptPEMBlock cannot detect all cases of incorrect password 2015-03-20 04:39:50 +00:00
database/sql
debug debug/dwarf, encoding/asn1, go/ast: fix old comments 2015-03-24 00:09:30 +00:00
encoding debug/dwarf, encoding/asn1, go/ast: fix old comments 2015-03-24 00:09:30 +00:00
errors
expvar
flag all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
fmt
go debug/dwarf, encoding/asn1, go/ast: fix old comments 2015-03-24 00:09:30 +00:00
hash os/signal, hash/crc32: add arm64 build tags 2015-03-16 18:46:43 +00:00
html html/template: fix crash when escaping incomplete template 2015-03-20 19:57:45 +00:00
image image/internal/imageutil: generate subsample-ratio-specific code. 2015-03-24 01:01:20 +00:00
index/suffixarray
internal runtime: remove futile wakeups from trace 2015-03-17 14:14:55 +00:00
io
log
math math/big: fix known bug in Float.Float64 2015-03-24 20:34:14 +00:00
mime mime/quotedprintable: accept badly encoded bytes 2015-03-24 22:35:58 +00:00
net net/internal/socktest: new package 2015-03-25 00:13:46 +00:00
os os/exec: post-process lsof output on Android. 2015-03-25 00:34:37 +00:00
path all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
reflect all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
regexp regexp: fix link to RE2 syntax 2015-03-23 19:17:52 +00:00
runtime runtime: remove obsolete comment 2015-03-25 02:55:56 +00:00
sort
strconv all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
strings bytes, os/exec, strings: fix a few BUG comments 2015-03-20 18:34:39 +00:00
sync sync/atomic: add support for GOARCH=arm64 2015-03-16 18:46:18 +00:00
syscall runtime, syscall: use the new get_random_bytes syscall for NaCl 2015-03-25 02:07:09 +00:00
testing testing: document that flag.Parse is not called when TestMain runs 2015-03-20 04:40:08 +00:00
text html/template: fix crash when escaping incomplete template 2015-03-20 19:57:45 +00:00
time all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
unicode all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
unsafe
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
nacltest.bash nacltest.bash: reduce test time by using bootstrapping Go to build fstest_nacl.go 2015-03-24 23:58:14 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc