1
0
mirror of https://github.com/golang/go synced 2024-10-03 00:21:22 -06:00
go/src/pkg
Brad Fitzpatrick dcdaeebdfb docs: fix wrong it's -> its
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/4702046
2011-07-13 10:54:51 -07:00
..
archive archive/zip: add Writer 2011-07-10 11:30:16 +10:00
asn1 asn1: support T61 and UTF8 string. 2011-07-06 16:25:44 -04:00
big fmt: Added SkipSpace() function to fmt's ScanState interface. 2011-06-24 17:26:45 -07:00
bufio bufio: do not cache Read errors 2011-06-27 16:12:04 -04:00
bytes strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
container pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
crypto crypto/x509: prevent chain cycles in Verify 2011-07-07 18:06:50 -04:00
csv csv: fix spelling errors in comments 2011-07-12 17:45:29 -07:00
debug debug/pe: fixes ImportedSymbols for Win64. 2011-07-12 11:29:38 -07:00
ebnf ebnf: follow EBNF for EBNF faithfully 2011-06-08 09:10:30 -07:00
encoding docs: fix wrong it's -> its 2011-07-13 10:54:51 -07:00
exec cgi: close stdout reader pipe when finished 2011-07-11 15:59:27 -07:00
exp docs: fix wrong it's -> its 2011-07-13 10:54:51 -07:00
expvar pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flag flag: make -help nicer. 2011-07-11 09:35:50 +10:00
fmt fmt: rename errno and error to err for doc consistency 2011-06-28 11:00:31 -07:00
go go/build: include processing of .c files for cgo packages 2011-07-12 17:27:07 +10:00
gob gob: register more slice types 2011-07-13 17:12:17 +10:00
hash hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
html html: update section references in comments to the latest HTML5 spec. 2011-07-13 16:53:02 +10:00
http http: support for periodic flushing in ReverseProxy 2011-07-11 20:56:21 -07:00
image image: remove superfluous if condition. 2011-07-12 17:02:55 +10:00
index/suffixarray sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
io io.WriteString: if the object has a WriteString method, use it 2011-06-28 16:10:39 +10:00
json json: encode \r and \n in strings as e.g. "\n", not "\u000A" 2011-07-11 07:31:08 -07:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mail strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
math math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
mime multipart: use textproto to handle multiline header 2011-07-09 15:18:31 -07:00
net docs: fix wrong it's -> its 2011-07-13 10:54:51 -07:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
os os: don't permit Process.Signal after a successful Wait 2011-07-11 15:47:42 -07:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
rand os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
reflect reflect: allow Len on String values. 2011-07-04 11:45:31 +10:00
regexp regexp: document that Regexp is thread-safe. 2011-06-29 15:41:09 +10:00
rpc reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
runtime runtime: replace runtime.mcpy with runtime.memmove 2011-07-12 17:30:40 -07:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sort sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
strconv strconv: handle [-+]Infinity in atof 2011-07-11 07:25:45 -07:00
strings strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sync sync: improve RWMutex performance 2011-07-12 09:24:21 -07:00
syscall syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
template strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
testing testing: make ResetTimer not start/stop the timer 2011-06-29 10:26:16 -04:00
time sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
xml reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile exp/eval, exp/ogle: remove packages eval and ogle 2011-07-13 09:40:53 -07:00