1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg
Alex Brainman 4e69976a60 runtime: fix SysFree to really free memory on Windows
Fixes #1294.

R=golang-dev, PeterGo, iant
CC=golang-dev
https://golang.org/cl/3271041
2010-11-24 11:47:35 +11:00
..
archive use copy 2010-10-26 21:52:54 -07:00
asn1 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
big big: arm assembly, faster software mulWW, divWW 2010-10-26 21:10:17 -07:00
bufio use append 2010-10-27 19:47:23 -07:00
bytes strings: add LastIndexAny 2010-11-12 12:47:50 -08:00
cmath gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
compress gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
container container/list: make Remove return Value of removed element. 2010-11-09 08:58:23 -08:00
crypto crypto/cipher: add CFB and OCFB mode. 2010-11-19 16:17:58 -05:00
debug debug/pe, cgo: add windows support 2010-11-01 17:52:26 -04:00
ebnf ebnf: use append 2010-10-28 21:23:24 -07:00
encoding gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
exec exec: enable tests on windows 2010-11-13 11:15:09 +11:00
exp testing: eliminate testing/regexp 2010-10-28 16:54:24 -07:00
expvar log: new interface 2010-10-12 12:59:18 -07:00
flag use append 2010-10-27 19:47:23 -07:00
fmt strings: Contains 2010-11-01 14:32:48 -07:00
go position.go: more flexible AddFile method 2010-11-20 21:30:36 -08:00
gob gob: don't add "." if package path is empty when registering a type. 2010-11-05 11:22:28 -07:00
hash gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
html use append 2010-10-27 19:47:23 -07:00
http strings: Contains 2010-11-01 14:32:48 -07:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray index/suffixarray: use sort.Search 2010-11-19 16:04:25 -05:00
io io: use SetFinalizer more elegantly in Pipe 2010-11-05 15:05:39 -04:00
json json: don't indirect before testing for custom unmarshaler 2010-11-08 15:33:00 -08:00
log gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
math gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net net: add ReadFrom and WriteTo windows version. 2010-11-22 11:01:30 -05:00
netchan netchan: fix locking bug. 2010-11-02 10:58:27 -07:00
os os.Expand: don't call append for each non-variable char 2010-11-08 15:13:35 -08:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path path: Fix Glob when it finds a file in directory position. 2010-11-10 13:25:49 -08:00
rand tests: fix prints 2010-09-23 13:48:56 +10:00
reflect Remove unnecessary casts in Get() methods. 2010-11-12 15:25:25 -08:00
regexp regexp: eliminate vector in favor of append. 2010-10-28 15:54:01 -07:00
rpc rpc: add RegisterName to allow override of default type name 2010-11-18 14:14:42 +11:00
runtime runtime: fix SysFree to really free memory on Windows 2010-11-24 11:47:35 +11:00
scanner use copy 2010-10-26 21:52:54 -07:00
smtp strings: Contains 2010-11-01 14:32:48 -07:00
sort sort: invert meaning of f in Search 2010-11-18 11:46:07 -05:00
strconv strconv: quote erroneous string in errors 2010-11-08 15:08:41 -08:00
strings strings: add LastIndexAny 2010-11-12 12:47:50 -08:00
sync sync: fix typo in documentation 2010-11-02 16:01:07 -07:00
syscall net: add ReadFrom and WriteTo windows version. 2010-11-22 11:01:30 -05:00
syslog log: new interface 2010-10-12 12:59:18 -07:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template use append 2010-10-27 19:47:23 -07:00
testing testing: delete redundant name argument to Benchmark(). 2010-11-10 09:39:26 -08:00
time gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode use append 2010-10-27 19:47:23 -07:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket web socket: fix short Read 2010-10-20 22:36:06 -04:00
xml use copy 2010-10-26 21:52:54 -07:00
deps.bash build: clear custom variables like GREP_OPTIONS 2010-09-28 23:51:55 -04:00
Makefile exec: enable tests on windows 2010-11-13 11:15:09 +11:00