summaryrefslogtreecommitdiff
path: root/src/lib/math
AgeCommit message (Collapse)AuthorFilesLines
2008-10-29adapt to new compiler typesRuss Cox3-7/+7
R=r OCL=18024 CL=18024
2008-09-19add gobuild.Russ Cox5-304/+52
use gobuild-generated Makefile for math and os. other makefile tweaks. move math/main.go to test/math.go R=r OCL=15529 CL=15537
2008-09-18make Makefiles safe for parallel makeRuss Cox2-0/+7
use -j4 (4-way parallel) in make.bash. halves time for make.bash on r45 also add libregexp, acid to default build R=r DELTA=90 (39 added, 37 deleted, 14 changed) OCL=15485 CL=15487
2008-09-11fixes for funcs without returnsRob Pike2-0/+2
R=ken OCL=15170 CL=15170
2008-09-05use a makefile to build mathRob Pike3-3/+50
fix a typo in syscall/Makefile R=ken OCL=14863 CL=14863
2008-09-04include math in standard buildRob Pike2-0/+16
R=ken OCL=14811 CL=14811
2008-09-01minor bugsKen Thompson3-4/+6
R=r OCL=14702 CL=14702
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer16-48/+21
- adjusted lang doc R=r DELTA=192 (26 added, 65 deleted, 101 changed) OCL=13844 CL=13848
2008-07-19initKen Thompson6-28/+3
SVN=128118
2008-07-12tools to update math lib.Rob Pike8-45/+11
you need a hack to 6ar to do this, but it's not checked in yet SVN=126943
2008-07-08converted double to float64Ken Thompson18-145/+141
SVN=126446
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike5-9/+8
SVN=126423
2008-07-08disambiguate typedefs in export blocks of .6 filesRob Pike1-2/+3
SVN=126366
2008-07-07update to Unicode 5Rob Pike8-13/+30
SVN=126184
2008-06-27update to new world. still can't use it but it's a lot of editing....Rob Pike16-66/+59
SVN=125218
2008-05-01Require names for return values for functions with complex return types.Rob Pike1-3/+3
SVN=117346
2008-03-28SVN=114204Ken Thompson19-0/+1188