1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
S.Çağlar Onur 41183d015d cgo/runtime: replace sigprocmask with pthread_sigmask.
sigprocmask use in a multithreaded environment is undefined so replace it with pthread_sigmask.

Fixes #6811.

R=jsing, iant
CC=golang-codereviews, golang-dev
https://golang.org/cl/30460043
2013-12-22 08:55:29 -08:00
..
archive archive/tar: fix a case where USTAR-split is not working correctly. 2013-09-06 16:49:38 -04:00
bufio bufio: add Writer example 2013-08-12 13:03:50 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
compress compress/flate: use io.ByteReader in docs 2013-12-18 18:24:55 -08:00
container container/list: Add missing period to doc comment for Front 2013-12-17 14:21:11 -08:00
crypto crypto/tls: rework reference tests. 2013-12-20 11:37:05 -05:00
database/sql database/sql: Fix inaccurate comment 2013-12-17 14:53:31 -08:00
debug debug/goobj: expand package prefix correctly 2013-12-18 19:00:52 -05:00
encoding encoding/json: use sync.Pool 2013-12-18 15:52:05 -08:00
errors
expvar
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt fmt: use sync.Pool 2013-12-18 11:09:07 -08:00
go go/build: mention 'tag' as an alias for 'build constraint' 2013-12-19 11:43:34 -08:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html html: add tests for UnescapeString edge cases 2013-12-18 10:20:25 -08:00
image image/gif: respect local color table transparency. 2013-12-18 15:10:40 -05:00
index/suffixarray
io io/ioutil: use sync.Pool in Discard 2013-12-20 09:38:35 -08:00
log log: fix example (fix build) 2013-12-18 17:25:23 +11:00
math math/rand: Float32/64 must only return values in [0,1) 2013-12-18 15:38:53 -05:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net/http: empty contenty-type treated as application/octet-stream 2013-12-20 11:49:42 -08:00
os os: reimplement HasPrefix and LastIndex to not depend on strings 2013-12-21 01:22:10 +01:00
path os, path/filepath: don't ignore Lstat errors in Readdir 2013-12-17 12:19:01 -08:00
reflect reflect: rewrite Value to separate out pointer vs. nonpointer info. 2013-12-19 15:15:24 -08:00
regexp regexp: use sync.Pool 2013-12-18 16:43:19 -08:00
runtime cgo/runtime: replace sigprocmask with pthread_sigmask. 2013-12-22 08:55:29 -08:00
sort sort: move example to package level and simplify further 2013-09-16 13:02:01 +10:00
strconv all: add missing copyright 2013-12-17 06:52:32 -08:00
strings bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
sync sync: explain Pool's intentions 2013-12-20 11:15:50 -08:00
syscall syscall: add NewCallbackCDecl again 2013-12-19 14:38:50 +11:00
testing cmd/godoc: document package-level examples 2013-11-11 12:09:24 +11:00
text net, text/tabwriter: use cap arg to make 2013-12-12 10:13:17 +04:00
time time: fix test error in Chinese edition of Windows 2013-12-17 02:43:14 -05:00
unicode all: add missing copyright 2013-12-17 06:52:32 -08:00
unsafe