go/src/pkg
Mikio Hara 2ff431189e syscall: regenerate Flock_t to make it compliant with EABI
Note that current z-files for linux/amd64,386,arm are based on 3.2 kernel.

LGTM=iant
R=golang-codereviews, dave, bradfitz, gobot, iant
CC=golang-codereviews
https://golang.org/cl/59160044
2014-02-24 08:36:56 -08:00
..
archive archive/tar: support extended attributes 2014-02-13 20:08:30 +11:00
bufio unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
builtin
bytes bytes: add test for Contains 2013-12-28 20:33:05 +11:00
compress compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/tls: enforce that either ServerName or InsecureSkipVerify be given. 2014-02-21 15:56:41 -05:00
database/sql database/sql: fix test on 32-bit 2014-01-10 12:30:23 -08:00
debug cmd/ld: remove Plan 9 symbol table 2014-02-18 23:41:15 -05:00
encoding crypto/x509: Add certificate signature request (CSR) support. 2014-02-13 12:54:04 -05:00
errors
expvar expvar: sort maps, fix race 2014-01-20 09:59:23 -08:00
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
go go/doc: document the conditions where examples are "playable" 2014-02-18 15:53:22 +11:00
hash hash/fnv: fix overview link currently returning 404. 2014-01-06 10:34:24 -08: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: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log log: fix example (fix build) 2013-12-18 17:25:23 +11:00
math math/big: Add text marshaller interface to Int 2014-02-14 12:57:03 -08:00
mime all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
net net/http: use RunParallel in benchmarks 2014-02-24 20:28:14 +04:00
os os/exec: explicitly mention Cmd.Wait() has to be called eventually 2014-02-23 12:53:02 -08:00
path all: add solaris build tags 2014-01-07 23:53:30 -05:00
reflect reflect: better error for walking through nil embedded struct pointer 2014-02-21 13:51:22 -05:00
regexp unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
runtime runtime: fix double symbol definition 2014-02-24 20:23:03 +04:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: add tests for FormatBool and AppendBool 2013-12-27 08:40:14 -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: support Pool under race detector 2014-01-25 20:11:16 +04:00
syscall syscall: regenerate Flock_t to make it compliant with EABI 2014-02-24 08:36:56 -08:00
testing testing: diagnose a potential misuse of RunParallel 2014-02-24 20:32:28 +04:00
text text/template: don't panic when function call evaluates a nil pointer 2014-02-14 16:26:47 -08:00
time runtime: use monotonic clock for timers (linux/386, linux/amd64) 2014-02-24 10:57:46 -05:00
unicode unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
unsafe