1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg
Charles L. Dorian 2e90f66eff cmath: new package
Complex math function package. Still needs more special case checking.

R=rsc
CC=golang-dev
https://golang.org/cl/874041
2010-04-05 22:10:27 -07:00
..
archive/tar gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
asn1 gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
big comment typos 2010-03-29 16:31:41 +11:00
bignum Corrected broken assertion. 2010-02-01 16:14:22 -08:00
bufio single argument panic 2010-03-30 10:34:57 -07:00
bytes single argument panic 2010-03-30 10:34:57 -07:00
cmath cmath: new package 2010-04-05 22:10:27 -07:00
compress gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
container simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
crypto crypto/tls: good defaults 2010-04-05 14:38:02 -07:00
debug debug/proc: fix typo in package documentation 2010-04-02 16:20:47 -07:00
ebnf strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
encoding encoding/base64: fix typo in comment 2010-03-08 18:12:25 -08:00
exec exec: add dir argument to Run. 2010-02-18 18:32:33 -08:00
exp simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
expvar simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
flag simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
fmt fmt: enable the complex tests now that 8g supports complex 2010-03-09 14:17:14 -08:00
go go/printer: follow-up on CL 802043 2010-03-30 16:49:51 -07:00
gob simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
http simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
image image/jpeg: fix typos 2010-03-15 22:10:47 -07:00
io strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
json json: use panic/recover to handle errors in Marshal 2010-04-01 11:19:37 +11:00
log gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
math math: add J1, Y1, Jn and Yn (Bessel functions) 2010-03-26 14:09:39 -07:00
mime simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
net simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
netchan gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
nntp nntp: new package, NNTP client 2010-04-04 23:23:48 -07:00
once simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
os syscall: implementing some mingw syscalls required by os package 2010-04-02 01:11:17 -07:00
patch strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
path math, path: minor comment fixes 2010-03-11 16:40:32 -08:00
rand gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
reflect simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
regexp testing/regexp: use recover. 2010-03-31 17:57:50 -07:00
rpc delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
runtime runtime: handle malloc > 2GB correctly 2010-04-05 17:26:59 -07:00
scanner gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
sort sort: fix comment typo 2010-02-02 23:01:21 -08:00
strconv single argument panic 2010-03-30 10:34:57 -07:00
strings Unicode: provide an ability to supplement the case-mapping tables 2010-03-30 17:51:03 -07:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall syscall: implementing some mingw syscalls required by os package 2010-04-02 01:11:17 -07:00
syslog syslog: increase test timeout from 10ms to 100ms 2010-03-11 09:46:16 -08:00
tabwriter tabwriter: use panic/recover to handle errors 2010-03-31 16:01:22 -07:00
template single argument panic 2010-03-30 10:34:57 -07:00
testing testing/regexp: use recover. 2010-03-31 17:57:50 -07:00
time time: do not segment time strings by character class. 2010-03-30 14:54:32 -07:00
unicode Unicode: fix stupid typo in comment. 2010-03-30 18:33:06 -07:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
utf16 utf16: new package 2010-03-16 18:44:37 -07:00
websocket single argument panic on non-darwin and in comments 2010-03-30 13:15:16 -07:00
xml xml: use io.ReadByter in place of local readByter 2010-03-27 23:12:30 -07:00
deps.bash deps.bash: be less strict about format of x.go lines 2010-04-05 22:08:07 -07:00
Makefile cmath: new package 2010-04-05 22:10:27 -07:00