1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Aram Hăvărneanu 6d0d08b849 os, os/exec, os/user: add support for GOOS=solaris
R=golang-codereviews, dave, minux.ma, gobot, jsing
CC=golang-codereviews
https://golang.org/cl/36020043
2014-01-10 02:49:37 +11:00
..
archive archive/zip: new test for earlier zip64 fix 2014-01-08 11:28:40 -08:00
bufio bufio: improve NewReaderSize, Peek, and UnreadByte test coverage 2014-01-01 22:26:22 +11:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: add test for Contains 2013-12-28 20:33:05 +11:00
compress compress/flate: use io.ByteReader in docs 2013-12-18 18:24:55 -08:00
container container/list: improve test coverage 2014-01-05 07:48:32 +11:00
crypto all: add solaris build tags 2014-01-07 23:53:30 -05:00
database/sql all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
debug debug/goobj: add String methods for SymID and SymKind 2014-01-08 20:37:41 -05:00
encoding encoding/csv: test that carriage return is handled in Write 2014-01-07 09:32:15 -08:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
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 lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris 2014-01-07 23:12:12 +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: add tests for SectionReader ReadAt and Size 2013-12-29 22:38:05 +11: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: add solaris build tags 2014-01-07 23:53:30 -05:00
net plan9: lookup query must seek to offset 0 before reading or 2014-01-08 21:22:18 +01:00
os os, os/exec, os/user: add support for GOOS=solaris 2014-01-10 02:49:37 +11:00
path all: add solaris build tags 2014-01-07 23:53:30 -05:00
reflect reflect: fixed method name in Slice3 error message 2013-12-30 11:41:01 -08:00
regexp undo CL 44150043 / 198bdc0984dd 2014-01-06 12:38:04 -08:00
runtime runtime: change errorCString to a struct 2014-01-08 21:40:33 -08: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: explain Pool's intentions 2013-12-20 11:15:50 -08:00
syscall syscall: include mmap constants in netbsd zerror* files 2014-01-07 23:04:17 +11:00
testing cmd/godoc: document package-level examples 2013-11-11 12:09:24 +11:00
text text/template: don't panic when using AddParseTree with an unparsed template 2013-12-30 17:17:19 -08:00
time all: add solaris build tags 2014-01-07 23:53:30 -05:00
unicode all: add missing copyright 2013-12-17 06:52:32 -08:00
unsafe