1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg
Charles L. Dorian abc7df9686 math: add special-cases comments to Sinh and Tanh.
Also change "Special conditions" to "Special cases" as in other functions.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5440078
2011-12-05 14:01:24 -05:00
..
archive gofmt -s misc src 2011-12-02 14:14:25 -05:00
bufio various: reduce overuse of os.EINVAL + others 2011-11-13 22:42:42 -05:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: fix test output 2011-11-28 09:50:51 -08:00
compress gofmt -s misc src 2011-12-02 14:14:25 -05:00
container container/heap: document what Push and Pop do 2011-11-03 15:30:57 -04:00
crypto crypto/aes: eliminate some bounds checking and manual truncation. 2011-12-05 13:30:25 -05:00
debug gofmt -s misc src 2011-12-02 14:14:25 -05:00
encoding gc: use gofmt spacing when printing map type 2011-12-02 14:45:07 -05:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp gofmt -s misc src 2011-12-02 14:14:25 -05:00
expvar renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
flag src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
fmt gc: use gofmt spacing when printing map type 2011-12-02 14:45:07 -05:00
go gc: use gofmt spacing when printing map type 2011-12-02 14:45:07 -05:00
hash Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
html gofmt -s misc src 2011-12-02 14:14:25 -05:00
image various: reduce overuse of os.EINVAL + others 2011-11-13 22:42:42 -05:00
index/suffixarray renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
io Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
log use new time API 2011-11-30 12:01:46 -05:00
math math: add special-cases comments to Sinh and Tanh. 2011-12-05 14:01:24 -05:00
mime mime: remove ".wav" from tests (to fix build) 2011-11-18 13:24:17 +11:00
net net/mail: correctly compare parsed times in the test. 2011-12-05 10:05:29 +11:00
old gofmt -s misc src 2011-12-02 14:14:25 -05:00
os os/exec: make LookPath always search the current directory under Windows. 2011-12-02 14:29:24 +11:00
patch Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
path gofmt -s misc src 2011-12-02 14:14:25 -05:00
reflect runtime: prep for type-specific algorithms 2011-12-05 09:40:22 -05:00
regexp regexp: fix doc comment 2011-11-09 13:46:54 -05:00
runtime runtime: prep for type-specific algorithms 2011-12-05 09:40:22 -05:00
sort renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
strconv strconv: make Ftoa faster 2011-11-15 12:17:25 -05:00
strings strings: fix test output 2011-11-28 09:51:03 -08:00
sync allow copy of struct containing unexported fields 2011-11-15 12:20:59 -05:00
syscall net, syscall: remove BindToDevice API from UDPConn, IPConn 2011-12-02 23:18:16 +09:00
testing use new time API 2011-11-30 12:01:46 -05:00
text template: move the empty check into parse, which needs it when constructing 2011-12-01 17:24:54 -08:00
time time: update doc string for Error method 2011-12-01 11:44:17 -08:00
unicode renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
websocket Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile html/template: update to new template API 2011-11-30 17:42:18 -05:00