1
0
mirror of https://github.com/golang/go synced 2024-10-03 08:21:21 -06:00
go/src/pkg
Russ Cox 4dfd7fdde5 runtime: do not create new threads during malloc.
the signal handling stack is a different size than
	the normal stack, so it cannot be allocated using
	the backup stack allocator.

Fixes #250.

R=agl1
CC=golang-dev
https://golang.org/cl/157044
2009-11-17 14:42:08 -08:00
..
archive/tar - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
asn1 minor adjustments to package comments for better synopsis. 2009-11-10 10:55:53 -08:00
big Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
bignum Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
bufio - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
bytes An asked-for-in #go-nuts extension to quickly create a repeated 2009-11-16 12:40:01 -08:00
compress - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
container vector: s/Element/interface{}/ 2009-11-11 17:25:51 -08:00
crypto crypto/md5: fix comment typo. 2009-11-15 14:00:46 -08:00
debug FreeBSD-specific porting work. 2009-11-17 08:20:58 -08:00
ebnf - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
encoding encoding/binary: implemented the Write function 2009-11-14 14:42:22 -08:00
exec - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
exp Add some primitive type aliases to exp/iterable and define Iter on them. 2009-11-16 13:39:59 -08:00
expvar remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
flag Explain why 2009-11-13 13:15:18 -08:00
fmt - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
go - minor cleanups 2009-11-09 22:30:07 -08:00
gob Rework gobs to fix bad bug related to sharing of id's between encoder and decoder side. 2009-11-16 23:32:30 -08:00
hash use fully qualified names for hash interfaces 2009-11-11 12:00:15 -08:00
http http.URLEscape: escape all bytes required by RFC 2396 2009-11-15 12:56:50 -08:00
image Remove unnecessary int(h) casts in image.go. 2009-11-13 17:40:20 -08:00
io - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
json json: minor comment fix. 2009-11-13 14:59:04 -08:00
log log test: don't assume a fixed set of letters for $GOROOT 2009-11-11 13:07:46 -08:00
malloc add top-level package comments for net, reflect, malloc. 2009-11-08 15:57:25 -08:00
math math: fix argument names in Atan2 2009-11-17 08:39:56 -08:00
net net: enforce timeouts for ReadFrom/WriteTo 2009-11-17 08:39:17 -08:00
once remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
os FreeBSD-specific porting work. 2009-11-17 08:20:58 -08:00
patch Fix capitalisation of "Git". 2009-11-11 17:31:28 -08:00
path path.TestWalk: disable error case if root 2009-11-13 11:34:33 -08:00
rand - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
reflect - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
regexp move evaluation of null-matching instructions one iteration earlier. 2009-11-14 12:23:24 -08:00
rpc Make non-errored RPC calls return 'nil' error to caller. 2009-11-17 11:29:02 -08:00
runtime runtime: do not create new threads during malloc. 2009-11-17 14:42:08 -08:00
sort - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
strconv - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
strings An asked-for-in #go-nuts extension to quickly create a repeated 2009-11-16 12:40:01 -08:00
sync - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall syscall: use correct pointer in recvfrom/sendto. 2009-11-17 08:39:04 -08:00
tabwriter minor adjustments to package comments for better synopsis. 2009-11-10 10:55:53 -08:00
template - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
testing make regexp comment not a package comment 2009-11-10 09:36:48 -08:00
time FreeBSD-specific porting work. 2009-11-17 08:20:58 -08:00
unicode - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
unsafe unsafe: documentation typo. 2009-11-16 15:39:04 -08:00
utf8 - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
xml xml: Fixed CDATA parsing. 2009-11-14 11:46:09 -08:00
deps.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
Make.deps Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
Makefile Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00