summaryrefslogtreecommitdiff
path: root/test/hilbert.go
AgeCommit message (Expand)AuthorFilesLines
2010-05-21test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer1-166/+0
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer1-1/+1
2009-07-07fix testRobert Griesemer1-2/+2
2009-01-20delete exportRuss Cox1-7/+7
2009-01-16convert tests; nothing interesting.Russ Cox1-7/+7
2009-01-15printf->Printf etc.Rob Pike1-5/+5
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-30allow slices (open arrays) to beKen Thompson1-17/+4
2008-12-20hilbert now runs.Rob Pike1-4/+16
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-1/+1
2008-11-06A recreational programming exercise:Robert Griesemer1-0/+167