summaryrefslogtreecommitdiff
path: root/src/pkg/bignum
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Corrected broken assertion.Robert Griesemer2-2/+10
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-3/+3
2009-12-15 1) Change default gofmt default settings forRobert Griesemer6-753/+753
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-4/+4
2009-11-18Remove unnecessary execute bits.William Josephson1-0/+0
2009-11-11Reland a112249da741, this time with missing file.Adam Langley1-0/+4
2009-11-11roll back 3985: build is brokenRuss Cox1-4/+0
2009-11-11big:Adam Langley1-0/+4
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer6-99/+99
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer6-147/+147
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer4-87/+29
2009-10-27files that are okay from the last gofmt roundRuss Cox1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox3-6/+6
2009-10-06another round of gofmt applicationsRuss Cox6-220/+259
2009-09-15more "declared and not used".Russ Cox2-3/+3
2009-08-26added Newton-Raphson Division as an additional bignum testcaseRobert Griesemer1-0/+192
2009-08-12convert non-low-level non-google pkg codeRuss Cox5-87/+9
2009-08-11renamed fast.arith.s to include $GOARCHRobert Griesemer1-0/+0
2009-08-10- factored out 128-bit muladd and div into arith.goRobert Griesemer6-193/+379
2009-08-06- initial version of pidigits.go benchmarkRobert Griesemer2-6/+93
2009-07-21adjust comment for better godoc outputRobert Griesemer1-3/+3
2009-07-21- split bignum package into 3 filesRobert Griesemer5-727/+764
2009-07-21implemented outstanding bit ops on negative integertsRobert Griesemer2-35/+180
2009-07-20- bignum.AndNotRobert Griesemer2-101/+166
2009-07-17- better documentationRobert Griesemer1-15/+25
2009-07-17Support exponential notation in RatFromString.Austin Clements2-4/+29
2009-07-07- removed implementation restrictions for creation of smallRobert Griesemer2-48/+164
2009-06-23rename Formatter to State and Format to Formatter, for nomenclatural consistencyRob Pike1-3/+3
2009-06-09mv src/lib to src/pkgRob Pike3-0/+2006