aboutsummaryrefslogtreecommitdiff
path: root/src/lib/make.bash
AgeCommit message (Expand)Author
2008-11-21convert lib to a Makefile,Russ Cox
2008-11-20- move tabwriter into libraryRobert Griesemer
2008-11-19- removed uses of vector in favor of array in a few placesRobert Griesemer
2008-11-19- array lib (essentially vector, more complete)Robert Griesemer
2008-11-18new gotest shell script (will be a proper command some day, probably)Rob Pike
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-11-14clean up make scriptRob Pike
2008-11-04install bignum as libraryRobert Griesemer
2008-10-24make fmt a directoryRob Pike
2008-10-23add reflect to build, clean up testRob Pike
2008-10-14Make regexp build and install officiallyRob Pike
2008-10-08add http to lib buildRuss Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox
2008-09-22add "once" packageRuss Cox
2008-09-19add gobuild.Russ Cox
2008-09-18make Makefiles safe for parallel makeRuss Cox
2008-09-17time & date.Russ Cox
2008-09-17add network listening & testsRuss Cox
2008-09-12buffered input & outputRuss Cox
2008-09-12rudimentary string utilities.Russ Cox
2008-09-11add lib/os to standard buildRob Pike
2008-09-08- added sort package and test caseRobert Griesemer
2008-09-04include math in standard buildRob Pike
2008-08-07include syscall in default buildRob Pike
2008-07-24fix ordering problem: flag depends on fmtRob Pike
2008-07-23Add a flags package.Rob Pike
2008-07-09build packages automaticallyRob Pike