1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg
Rob Pike 4c855f3830 time: fix time zones yet again.
This time we're going for 5!
http://goo.gl/3ETYH7

Fixes #3790
Yeah, right.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13002044
2013-08-16 14:57:49 +10:00
..
archive archive/zip: speed up Zip64 test 2013-08-14 23:21:57 -07: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: move IndexByte assembly to pkg runtime 2013-08-01 16:11:19 -07:00
compress compress/bzip2: support concatenated files 2013-08-05 16:08:08 -04:00
container container/list: fix typo in comment 2013-08-08 12:41:19 +10:00
crypto all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
database/sql database/sql: make Rows.Next returning false always implicitly call 2013-08-16 11:23:35 +10:00
debug runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
encoding encoding/xml: support generic encoding interfaces 2013-08-14 18:52:09 -04:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: fix up zero padding 2013-08-07 08:38:46 +10:00
go undo CL 12822043 / 96fefaa02ae3 2013-08-16 14:36:06 +10:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html encoding/json: escape & always 2013-08-09 18:33:57 -04:00
image image: Inline example image data to make it runnable on playground. 2013-08-16 11:43:43 +10:00
index/suffixarray
io io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
mime mime: escape backslash in attribute values 2013-08-09 13:10:53 -07:00
net net/http: don't send an automatic Content-Length on a 304 Not Modified 2013-08-15 17:40:05 -07:00
os os/exec: document that LookPath's result may be a relative path 2013-08-15 14:29:04 +10:00
path undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
reflect all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
regexp regexp/syntax: make it clearer that \b and \B are ASCII-defined 2013-08-08 13:26:39 +10:00
runtime runtime: impose stack size limit 2013-08-15 22:34:06 -04:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: fix typo in docs 2013-08-10 11:38:42 +10:00
strings strings: add test for Count 2013-08-09 12:51:21 -07:00
sync sync/atomic: fix new swap on arm linux 2013-08-14 00:50:47 -04:00
syscall syscall: disable cpu profiling around fork 2013-08-13 13:01:30 +04:00
testing testing: add TB, an interface common to T and B 2013-08-14 23:21:32 -07:00
text text/template: Make function call builtin handle nil errors correctly 2013-08-13 11:11:05 +10:00
time time: fix time zones yet again. 2013-08-16 14:57:49 +10:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe