1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg
Charles L. Dorian c8c2bdbc59 math: fix amd64 Hypot.
Underflow/overflow tests for exp_amd64.s

Fixes #957.

R=rsc
CC=golang-dev
https://golang.org/cl/1817041
2010-08-06 16:50:48 -07:00
..
archive/tar FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
asn1 asn1: Enumerated, Flag and GeneralizedTime support. 2010-07-19 11:11:40 -04:00
big big: attempt to fix arm build 2010-07-16 11:18:45 -07:00
bufio bufio: introduce Peek. 2010-08-04 09:44:02 +10:00
bytes bytes: add IndexRune, FieldsFunc and To*Special 2010-08-05 23:11:06 +10:00
cmath cmath: correct IsNaN for argument cmplx(Inf, NaN) 2010-06-30 23:34:33 -07:00
compress gofmt: fix some linebreak issues 2010-07-20 09:29:31 -07:00
container container/vector: rename Data() -> Copy() 2010-07-12 17:22:21 -07:00
crypto once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
debug fix build 2010-07-12 17:46:03 -07:00
ebnf strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
encoding encoding/binary: add complex 2010-08-06 16:44:38 -07:00
exec os: Null device 2010-08-03 13:03:50 -07:00
exp exp/iterable: add UintArray 2010-08-06 16:39:18 -07:00
expvar json: Marshal, Unmarshal using new scanner 2010-04-21 16:40:53 -07:00
flag flag: eliminate unnecessary structs 2010-04-15 15:25:46 -07:00
fmt fmt.Print: fix bug in placement of spaces introduced when ...T went in. 2010-07-29 10:50:09 -07:00
go go/parser.ParseFiles: don't override error (to nil) if there is one 2010-08-04 18:02:43 -07:00
gob gobs: fix bug in singleton arrays 2010-07-20 19:53:28 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
html/testdata/webkit html: sync testdata/webkit to match WebKit tip. 2010-06-15 09:07:47 +10:00
http http: add https client support 2010-07-28 18:13:56 -07:00
image image: introduce Gray and Gray16 types, and remove the named colors 2010-08-03 10:57:53 +10:00
io os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
json json: object members must have a value 2010-08-03 17:05:00 -07:00
log runtime: fix Caller 2010-04-05 23:36:37 -07:00
math math: fix amd64 Hypot. 2010-08-06 16:50:48 -07:00
mime once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
net fix windows build 2010-08-06 09:42:55 +10:00
netchan netchan: use gob DecodeValue to eliminate the need for a pointer value 2010-06-28 17:12:09 -07:00
nntp gofmt: fix some linebreak issues 2010-07-20 09:29:31 -07:00
once simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
os once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
patch strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
path path: fix comment for Split() 2010-08-05 11:43:53 +10:00
rand gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
reflect gc: bug299, bug300 2010-08-03 00:53:32 -07:00
regexp regexp: restore accidentally deleted test item. 2010-06-22 16:11:21 -07:00
rpc once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
runtime amd64: use segment memory for thread-local storage 2010-08-04 17:50:22 -07:00
scanner scanner: better comment 2010-07-29 13:02:27 -07:00
sort changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
strconv strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). 2010-07-01 14:44:21 -07:00
strings bytes: add IndexRune, FieldsFunc and To*Special 2010-08-05 23:11:06 +10:00
sync sync: add sync.Once, a proposed replacement for package once. 2010-08-05 13:31:10 +10:00
syscall os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
syslog syslog: use local network for tests 2010-06-21 13:48:49 -07:00
tabwriter tabwriter: fix a comment to fix godoc output 2010-07-19 11:33:11 -07:00
template strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
testing reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
time fix windows build 2010-08-06 09:42:55 +10:00
unicode strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
utf16 utf16: fix cyclic dependency when testing on Windows 2010-07-17 16:52:53 -07:00
websocket once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
xml reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
deps.bash fix deps.bash. \t does not mean tab in some seds. 2010-04-06 10:53:48 -07:00
Makefile bignum: delete package - functionality subsumed by package big 2010-07-15 16:08:53 -07:00