index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
math
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-11
/
+15
2009-04-16
regenerate Makefiles.
Russ Cox
1
-12
/
+21
2009-03-05
math: doc
Russ Cox
18
-110
/
+170
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-24
/
+24
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-24
/
+24
2009-01-22
fix build - missed this file
Russ Cox
1
-0
/
+20
2009-01-22
move math routines from package sys to package math,
Russ Cox
10
-38
/
+52
2009-01-20
delete export
Russ Cox
18
-34
/
+34
2009-01-16
casify, cleanup sys
Russ Cox
8
-19
/
+19
2009-01-15
redo and clean up math.
Russ Cox
12
-180
/
+168
2009-01-15
make safe for new package local defaults
Russ Cox
6
-77
/
+84
2008-11-25
add author lines
Russ Cox
2
-3
/
+1
2008-11-20
slightly simpler math.Pow per gri's suggestion
Russ Cox
1
-26
/
+19
2008-11-20
more accurate Log, Exp, Pow.
Russ Cox
6
-136
/
+329
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
1
-1
/
+1
2008-11-19
change naming convention for tests from
Rob Pike
1
-1
/
+1
2008-11-19
gotestify & gostylify math.
Russ Cox
17
-200
/
+385
2008-11-19
gobuild: add coverage rule, ignore files in package main.
Russ Cox
1
-0
/
+4
2008-11-19
leave 6.out around after gotest;
Russ Cox
1
-1
/
+1
2008-11-18
gobuild changes.
Russ Cox
1
-19
/
+27
2008-11-13
* 6l:
Russ Cox
1
-3
/
+9
2008-10-29
adapt to new compiler types
Russ Cox
3
-7
/
+7
2008-09-19
add gobuild.
Russ Cox
5
-304
/
+52
2008-09-18
make Makefiles safe for parallel make
Russ Cox
2
-0
/
+7
2008-09-11
fixes for funcs without returns
Rob Pike
2
-0
/
+2
2008-09-05
use a makefile to build math
Rob Pike
3
-3
/
+50
2008-09-04
include math in standard build
Rob Pike
2
-0
/
+16
2008-09-01
minor bugs
Ken Thompson
3
-4
/
+6
2008-08-04
- switched most of existing Go code to new export syntax
Robert Griesemer
16
-48
/
+21
2008-07-19
init
Ken Thompson
6
-28
/
+3
2008-07-12
tools to update math lib.
Rob Pike
8
-45
/
+11
2008-07-08
converted double to float64
Ken Thompson
18
-145
/
+141
2008-07-08
fix ldexp, frexp, and make math package compile and test correctly
Rob Pike
5
-9
/
+8
2008-07-08
disambiguate typedefs in export blocks of .6 files
Rob Pike
1
-2
/
+3
2008-07-07
update to Unicode 5
Rob Pike
8
-13
/
+30
2008-06-27
update to new world. still can't use it but it's a lot of editing....
Rob Pike
16
-66
/
+59
2008-05-01
Require names for return values for functions with complex return types.
Rob Pike
1
-3
/
+3
2008-03-28
SVN=114204
Ken Thompson
19
-0
/
+1188