1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/lib
Russ Cox 5a863a4ece convert lib to a Makefile,
mainly for "make bufio.install".

R=r
DELTA=144  (80 added, 62 deleted, 2 changed)
OCL=19760
CL=19799
2008-11-21 12:36:16 -08:00
..
container refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
fmt refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
http refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
math slightly simpler math.Pow per gri's suggestion 2008-11-20 11:56:48 -08:00
net refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
os refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
reflect refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
regexp refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
strconv refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
syscall refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
tabwriter - implemented arbitrary padding char for tabwriter 2008-11-21 09:35:49 -08:00
time new convert code found error 2008-10-16 16:51:12 -07:00
bignum.go - lowercased package name (Bignum -> bignum) 2008-11-12 11:00:11 -08:00
bufio.go use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
flag.go stop flag reading before lone - arg. 2008-11-18 17:23:11 -08:00
io.go saving 2 lines :-) 2008-11-19 10:20:52 -08:00
Makefile convert lib to a Makefile, 2008-11-21 12:36:16 -08:00
once.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
rand.go perm is [] instead of map 2008-11-18 19:59:56 -08:00
sort.go - adjust sort.go to use new naming conventions 2008-11-19 14:32:15 -08:00
strings.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
testing.go automatically add tabs after newlines 2008-11-20 18:10:46 -08:00