1
0
mirror of https://github.com/golang/go synced 2024-10-03 00:21:22 -06:00
go/src/pkg
Joel Sing 4a5a5b20a5 runtime: fix netbsd signal handling
Update/correct NetBSD signal handling - most of this is needed due to
the correctly generated runtime definitions.

R=golang-dev, m4dh4tt3r, rsc
CC=golang-dev
https://golang.org/cl/6195079
2012-05-16 01:53:26 +10:00
..
archive archive/zip: move r.zip off disk, into reader_test.go 2012-03-14 14:41:06 -07:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: add assembly version of Equal for ARM 2012-05-02 12:10:24 +10:00
compress compress/testdata: change {e,pi}.txt from 10k to 100k digits. 2012-05-09 10:02:28 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: fix decoding of certLen in certificateMsg.unmarshal 2012-05-14 12:26:29 -04:00
database/sql sql: Propagate error from subsetTypeArgs in Exec 2012-04-03 15:36:48 -07:00
debug debug/gosym: in test, use temp binary name in /tmp, and clean up. 2012-04-09 11:19:52 -07:00
encoding encoding/json: Fix panic when trying to unmarshal the empty string into an integer 2012-05-03 17:35:44 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/locale/collate: Add maketables tool and generated tables. 2012-05-09 12:03:55 +02:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: update style. 2012-04-17 16:37:35 +10:00
fmt fmt: fix crash of %b on huge negative int64 2012-04-13 09:28:37 +10:00
go go/build: cgo is supported on Linux/ARM 2012-05-04 18:34:04 +08:00
hash hash: more efficient memory allocation 2012-04-10 15:15:39 -04:00
html html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
image image/png: speed up PNG decoding for common color models: Gray, NRGBA, 2012-04-27 16:03:58 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix crash when Stat fails 2012-03-14 14:47:13 -04:00
log build: do more during windows build 2012-03-20 14:04:20 +11:00
math math/big: fix superpolynomial complexity in Karatsuba algorithm. 2012-05-04 19:05:26 +02:00
mime mime/multipart: fix handling of empty parts without CRLF before next part 2012-05-14 18:16:47 -07:00
net net: consolidate common socket functions 2012-04-27 22:17:08 +10:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os/syscall: correct netbsd types/names 2012-05-15 12:00:13 +10:00
path path/filepath: fix typo 2012-04-27 10:25:19 +10:00
reflect reflect: document and test TypeOf(nil) 2012-04-23 12:07:02 +10:00
regexp regexp/syntax: replace internal error on unexpected ) w/ ErrUnexpectedParen 2012-05-14 11:50:25 -07:00
runtime runtime: fix netbsd signal handling 2012-05-16 01:53:26 +10:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: 2x-4x speed improvement for atof64. 2012-04-21 13:56:51 +02:00
strings strings: Rename example to match function name. 2012-03-05 22:19:51 +11:00
sync sync: use atomic.Store in Once.Do 2012-05-14 19:27:29 +04:00
syscall os/syscall: correct netbsd types/names 2012-05-15 12:00:13 +10:00
testing testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00
text all: fix errors found by go vet 2012-04-25 11:33:27 +10:00
time time: doc fix. 2012-04-26 11:28:35 +10:00
unicode unicode/utf16: delete dependence on package unicode 2012-03-06 14:58:08 +11:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00