1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg
Ato Araki df03aeb67c go/doc: add full stop of Japanese, Chinese and Korean.
This fix will show a good synopsis on package listings in that languages.

R=adg, r
CC=golang-dev
https://golang.org/cl/21130043
2013-11-05 15:13:50 +11: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: additional test coverage 2013-09-11 21:20:15 +10:00
compress compress/flate: fix infinite loop on malformed data 2013-10-09 08:37:06 -04:00
container container/list: unexpected panic if Next/Prev called outside of list. 2013-09-09 15:41:36 -07:00
crypto crypto/x509: name constraints should be a disjunction. 2013-10-21 19:01:24 -04:00
database/sql database/sql: document Result methods 2013-10-29 17:38:43 -07:00
debug debug/dwarf: add DWARF 4 form constants 2013-10-29 10:36:51 -04:00
encoding encoding/xml: fix doc comment 2013-10-29 17:11:25 -04:00
errors
expvar
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: one bad index shouldn't spoil them all 2013-09-23 16:03:57 +10:00
go go/doc: add full stop of Japanese, Chinese and Korean. 2013-11-05 15:13:50 +11:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html html/template: update the Tree field after parsing new templates 2013-09-25 10:00:09 +10:00
image image/color/palette: move Plan9Palette and WebSafePalette out of the 2013-08-30 16:03:16 +10:00
index/suffixarray
io io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
log syslog: fix data race on 'crashy' in test function 2013-09-09 16:17:59 -04:00
math math: remove unnecessary source file 2013-10-22 10:37:33 -04:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net/textproto: fix CanonicalMIMEHeaderKey panic 2013-11-04 12:35:11 -05:00
os os: do not return Lstat errors from Readdir 2013-10-29 11:50:40 -04:00
path path/filepath: fix race with other tests 2013-09-09 16:42:18 -04:00
reflect reflect: test using a MakeFunc value in a couple of different ways 2013-10-04 13:12:50 -07:00
regexp all: fix some mistakes found by go tool vet . 2013-09-27 10:09:15 +10:00
runtime cmd/5l, runtime: fix divide for profiling tracebacks on ARM 2013-10-31 18:15:55 +00:00
sort sort: move example to package level and simplify further 2013-09-16 13:02:01 +10:00
strconv all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
strings strings: fix Replacer bug with prefix matches 2013-10-24 15:51:19 -07:00
sync sync/atomic: explain how to subtract an unsigned constant 2013-10-03 10:40:42 -07:00
syscall syscall: Fix one issue detected by vet. 2013-09-28 11:06:50 +10:00
testing testing: don't start timing a Parallel test until it's actually starting 2013-08-19 10:15:30 +10:00
text text/template/parse, html/template: copy Tree.text during html template clone 2013-09-17 14:19:44 +10:00
time time: correct path to time zone zip file on Unix 2013-10-29 17:11:51 -04:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe