Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-29 | adapt to new compiler types | Russ Cox | 3 | -7/+7 | |
R=r OCL=18024 CL=18024 | |||||
2008-09-19 | add gobuild. | Russ Cox | 5 | -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-18 | make Makefiles safe for parallel make | Russ Cox | 2 | -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-11 | fixes for funcs without returns | Rob Pike | 2 | -0/+2 | |
R=ken OCL=15170 CL=15170 | |||||
2008-09-05 | use a makefile to build math | Rob Pike | 3 | -3/+50 | |
fix a typo in syscall/Makefile R=ken OCL=14863 CL=14863 | |||||
2008-09-04 | include math in standard build | Rob Pike | 2 | -0/+16 | |
R=ken OCL=14811 CL=14811 | |||||
2008-09-01 | minor bugs | Ken Thompson | 3 | -4/+6 | |
R=r OCL=14702 CL=14702 | |||||
2008-08-04 | - switched most of existing Go code to new export syntax | Robert Griesemer | 16 | -48/+21 | |
- adjusted lang doc R=r DELTA=192 (26 added, 65 deleted, 101 changed) OCL=13844 CL=13848 | |||||
2008-07-19 | init | Ken Thompson | 6 | -28/+3 | |
SVN=128118 | |||||
2008-07-12 | tools to update math lib. | Rob Pike | 8 | -45/+11 | |
you need a hack to 6ar to do this, but it's not checked in yet SVN=126943 | |||||
2008-07-08 | converted double to float64 | Ken Thompson | 18 | -145/+141 | |
SVN=126446 | |||||
2008-07-08 | fix ldexp, frexp, and make math package compile and test correctly | Rob Pike | 5 | -9/+8 | |
SVN=126423 | |||||
2008-07-08 | disambiguate typedefs in export blocks of .6 files | Rob Pike | 1 | -2/+3 | |
SVN=126366 | |||||
2008-07-07 | update to Unicode 5 | Rob Pike | 8 | -13/+30 | |
SVN=126184 | |||||
2008-06-27 | update to new world. still can't use it but it's a lot of editing.... | Rob Pike | 16 | -66/+59 | |
SVN=125218 | |||||
2008-05-01 | Require names for return values for functions with complex return types. | Rob Pike | 1 | -3/+3 | |
SVN=117346 | |||||
2008-03-28 | SVN=114204 | Ken Thompson | 19 | -0/+1188 | |