summaryrefslogtreecommitdiff
path: root/src/pkg/test_integer.go
AgeCommit message (Collapse)AuthorFilesLines
2008-10-27- created staging area for getting bignum package up-to-speed again,Robert Griesemer1-137/+0
now using up-to-date language features - moved old code away from pkg (defunct anyway because of language changes) R=r OCL=17916 CL=17916
2008-08-11- changed go-in-go parser to require ()'s for panic and printRobert Griesemer1-9/+9
- adjusted much of the existing go code - missing: tests R=r DELTA=229 (1 added, 17 deleted, 211 changed) OCL=14103 CL=14103
2008-06-26- moved integer code into src/pkgRobert Griesemer1-0/+137
SVN=125003