summaryrefslogtreecommitdiff
path: root/src/pkg/big
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-5/+5
2009-11-19big: fix arm build - forgot how to spell JMPRuss Cox1-7/+7
2009-11-18big: fix large division.Adam Langley1-13/+19
2009-11-18big: implement 386 assembly routinesRuss Cox4-29/+184
2009-11-11Reland a112249da741, this time with missing file.Adam Langley5-111/+525
2009-11-11roll back 3985: build is brokenRuss Cox4-520/+107
2009-11-11big:Adam Langley4-107/+520
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer6-80/+80
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer6-118/+118
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer3-8/+4
2009-11-06big: fix carry error, add test case.Adam Langley3-4/+31
2009-11-06minor fixups by gofmtRobert Griesemer1-1/+1
2009-11-06Fix add-back division test so that it triggers the add-back case onAdam Langley1-10/+13
2009-11-05gofmt'ed bigRobert Griesemer3-8/+8
2009-11-05big: add Div, Mod, Exp, GcdExt and several other fixes.Adam Langley6-29/+896
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman1-0/+21
2009-10-06another round of gofmt applicationsRuss Cox2-7/+16
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox5-74/+107
2009-09-09defining package block names must overrideRuss Cox1-1/+1
2009-09-01added "Under construction" to package commentRobert Griesemer1-0/+2
2009-08-26Implement divWW_g in Go.Ian Lance Taylor3-28/+82
2009-08-26cleanups before making larger changesRobert Griesemer6-103/+83
2009-08-18- fix performance bug (makeN always allocated a new vector)Robert Griesemer4-22/+18
2009-08-18fix 386 build:Robert Griesemer4-77/+56
2009-08-18- implemented MultiplicationRobert Griesemer6-33/+166
2009-08-17- rename files to match the data types they implement, adusted MakefileRobert Griesemer5-2/+2
2009-08-15snapshot:Robert Griesemer7-172/+246
2009-08-14First cut at a more realistic multi-precision package:Robert Griesemer10-0/+1330