1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:51:23 -07:00
go/src
Alex Brainman c65a47f890 undo CL 138250043 / 4eda5e4001fd
I will use different approach to solve this problem.
See CL 143160046 for details.

««« original CL description
syscall: keep Windows syscall pointers live too

Like https://golang.org/cl/139360044

LGTM=rsc, alex.brainman
R=alex.brainman, rsc
CC=golang-codereviews
https://golang.org/cl/138250043
»»»

LGTM=r
R=golang-codereviews, bradfitz, r
CC=golang-codereviews
https://golang.org/cl/147440043
2014-10-03 10:36:54 +10:00
..
archive
bufio bufio: fix handling of empty tokens at end of line/file 2014-09-25 12:45:21 -07:00
builtin
bytes cmd/go: fix bytes and net the right way 2014-09-24 19:18:01 -04:00
cmd cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. 2014-09-30 16:08:04 -04:00
compress compress/*: note that NewReader may introduce buffering 2014-09-30 12:31:18 -04:00
container
crypto x509: Fixed ASN.1 encoding in CRL Distribution Points extension 2014-09-30 13:38:48 -07:00
database/sql database/sql: Close per-tx prepared statements when the associated tx ends 2014-09-22 09:19:27 -04:00
debug debug/dwarf: correct name for clang-generated complex type 2014-09-24 16:53:47 -04:00
encoding encoding/binary: fix error message 2014-10-02 12:53:51 -07:00
errors
expvar
flag flag: allow CommandLine's Usage function to be set 2014-09-26 12:33:05 -07:00
fmt fmt: make the %#v verb a special flag 2014-10-02 14:16:58 -07:00
go go/format, cmd/gofmt: added missing comments, minor internal cleanup 2014-09-30 12:26:38 -07:00
hash
html
image image/gif: don't let the per-frame transparent index modify the global 2014-09-22 14:29:45 +10:00
index/suffixarray
internal/syscall
io io: clarify Reader returning 0, nil 2014-09-16 10:01:28 -04:00
lib9 lib9, cmd/ld: fixes for cross-linking on a Windows host 2014-09-18 17:27:26 -07:00
libbio
liblink liblink: generate MRC replacement in liblink, not tls_arm 2014-09-30 10:03:10 +10:00
log log/syslog: try /var/run/log, for FreeBSD 2014-09-30 12:30:16 -04:00
math math/big: math.Exp should return result >= 0 for |m| > 0 2014-10-02 13:02:25 -07:00
mime
net net/rpc: shut down connection if gob has error 2014-10-01 13:18:44 -07:00
os os, syscall: add Unsetenv 2014-10-01 11:17:15 -07:00
path path/filepath: document that Glob ignores i/o errors 2014-09-18 21:50:22 -04:00
reflect reflect: fix IsValid vs Kind mismatch after Elem of nil interface 2014-10-01 16:51:32 -04:00
regexp regexp/syntax: reject large repetitions created by nesting small ones 2014-09-30 12:08:09 -04:00
runtime os, syscall: add Unsetenv 2014-10-01 11:17:15 -07:00
sort
strconv
strings bytes, strings: document that FieldsFunc f must not be stateful 2014-09-18 19:40:31 -04:00
sync runtime: more NOPTR 2014-09-24 19:04:06 -04:00
syscall undo CL 138250043 / 4eda5e4001fd 2014-10-03 10:36:54 +10:00
testing testing: clearer comment 2014-10-01 13:19:40 -07:00
text text/template: type-check chained node as argument 2014-09-22 17:48:13 -07:00
time time: A Timer must be properly created before use (documentation). 2014-10-01 16:44:52 -07:00
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash build: fix elf builds 2014-09-24 14:45:11 -07:00
run.bat run.bat: comment text properly 2014-10-02 16:15:36 +10:00
run.rc
sudo.bash