1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:11:24 -06:00
go/src/pkg
Rui Ueyama 70f6c43024 time: MeST is a time zone name
Not only ChST but also MeST (America/Metlakatla) is a zone
name containing a lower case letter.

LGTM=robert.hencke, r
R=golang-codereviews, robert.hencke, bradfitz, r
CC=golang-codereviews
https://golang.org/cl/99910043
2014-04-30 11:30:36 -04:00
..
archive all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
bufio all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
builtin
bytes net/http, strings, bytes: fix http race, revert part of Reader behavior change 2014-04-25 06:44:51 -07:00
compress all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
container all: fix typos 2014-04-16 16:57:25 -07:00
crypto all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
database/sql all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
debug all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
encoding encoding/ascii85: handle non-data bytes correctly 2014-04-26 19:56:06 -07:00
errors
expvar all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
flag flag: document that Bool also accepts "T" and "F" 2014-04-16 17:14:48 -07:00
fmt all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
go all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
image image/png: fix crash when an alleged PNG has too much pixel data, 2014-04-16 12:18:57 +10:00
index/suffixarray
io io: document that a Writer must not write to p 2014-04-15 17:14:03 -07:00
log log/syslog: document if network=="" for Dial, it will connect to local syslog server. 2014-04-28 14:29:45 -04:00
math math/cmpx: change space to tab in the Pow docs for better formatting 2014-04-22 21:12:15 -07:00
mime all: fix typos 2014-04-16 16:57:25 -07:00
net net: enable builtin dns resolver tests on solaris 2014-04-30 23:26:07 +09:00
os os: cap reads and writes to 2GB on Darwin and FreeBSD 2014-04-26 10:34:33 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t". 2014-04-18 08:11:31 -07:00
regexp regexp/syntax: remove InstLast 2014-03-27 14:05:14 -04:00
runtime runtime: clean up scanning of Gs 2014-04-28 12:47:09 -04:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings net/http, strings, bytes: fix http race, revert part of Reader behavior change 2014-04-25 06:44:51 -07:00
sync sync: less agressive local caching in Pool 2014-04-14 21:13:32 +04:00
syscall syscall: don't display syscall prototype lines on godoc 2014-04-28 13:38:23 +09:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/template: say more often that templates are safe for parallel execution 2014-04-15 08:48:40 -07:00
time time: MeST is a time zone name 2014-04-30 11:30:36 -04:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe