| Commit message (Expand) | Author | Age | Files | Lines |
* | big: fix nat.scan bug | Evan Shaw | 2011-08-24 | 2 | -1/+4 |
* | big: minor comment adjustments | Robert Griesemer | 2011-07-21 | 1 | -9/+12 |
* | big: refine printf formatting and optimize string conversion | Michael T. Jones | 2011-07-21 | 2 | -63/+167 |
* | go/printer: changed max. number of newlines from 3 to 2 | Robert Griesemer | 2011-07-14 | 10 | -316/+0 |
* | fmt: Added SkipSpace() function to fmt's ScanState interface. | Michael T. Jones | 2011-06-24 | 2 | -5/+84 |
* | os.Error API: don't export os.ErrorString, use os.NewError consistently | Robert Griesemer | 2011-06-22 | 3 | -10/+10 |
* | big: removed some gratuitous +/-1's | Robert Griesemer | 2011-06-08 | 1 | -6/+5 |
* | big: gobs for big rats | Robert Griesemer | 2011-06-08 | 4 | -6/+85 |
* | big.nat: Improved speed of nat-to-string conversion | Michael T. Jones | 2011-06-07 | 2 | -18/+324 |
* | big: Rat always outputs the requested precision from FloatString | Graham Miller | 2011-06-06 | 2 | -3/+8 |
* | big: remove some unnecessary conversions | Robert Griesemer | 2011-06-02 | 7 | -42/+60 |
* | big: do not modify divisor | Robert Griesemer | 2011-06-02 | 1 | -2/+6 |
* | big: fix broken overflow test | Robert Griesemer | 2011-06-01 | 1 | -6/+6 |
* | fix build: remove non-portable test case | Robert Griesemer | 2011-06-01 | 1 | -6/+0 |
* | big: ~8x faster number scanning | Robert Griesemer | 2011-06-01 | 3 | -103/+245 |
* | big: make Int and Rat implement fmt.Scanner | Evan Shaw | 2011-05-27 | 6 | -55/+275 |
* | big: support %v and # modifier, better handling of unknown formats | Robert Griesemer | 2011-05-18 | 3 | -10/+96 |
* | pkg: spelling tweaks, A-H | Robert Hencke | 2011-05-18 | 2 | -2/+2 |
* | big: better support for string conversions | Robert Griesemer | 2011-05-17 | 4 | -37/+58 |
* | big: add Int methods to act on numbered bits. | Roger Peppe | 2011-05-17 | 3 | -0/+209 |
* | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao | 2011-04-20 | 1 | -5/+5 |
* | big: don't crash when printing nil ints | Adam Langley | 2011-04-08 | 1 | -0/+4 |
* | testing: shorten some more tests | Rob Pike | 2011-03-26 | 1 | -2/+9 |
* | big: implemented custom Gob(En/De)coder for Int type | Robert Griesemer | 2011-03-08 | 3 | -50/+125 |
* | throughout: fix broken calls to Printf etc. | Rob Pike | 2010-12-07 | 1 | -1/+1 |
* | big: fix (*Rat) SetFrac64(a, b) when b < 0. | Eoghan Sherry | 2010-11-30 | 2 | -2/+24 |
* | big: arm assembly, faster software mulWW, divWW | Russ Cox | 2010-10-26 | 3 | -189/+326 |
* | big: delete unnecessary type decls | Robert Griesemer | 2010-10-25 | 4 | -97/+44 |
* | gofmt -s -w src misc | Robert Griesemer | 2010-10-22 | 4 | -388/+388 |
* | big: add random number generation | Florian Uekermann | 2010-10-18 | 1 | -2/+16 |
* | big: fix panic and round correctly in Rat.FloatString | Anthony Martin | 2010-10-07 | 2 | -9/+23 |
* | tests: fix prints | Rob Pike | 2010-09-23 | 2 | -7/+7 |
* | big: added RatString, some simplifications | Robert Griesemer | 2010-08-31 | 2 | -14/+19 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -1/+1 |
* | big: Several fixes to bitwise functions | Evan Shaw | 2010-08-09 | 3 | -28/+28 |
* | big: attempt to fix arm build | Russ Cox | 2010-07-16 | 1 | -0/+5 |
* | big: added a few missing functions: | Robert Griesemer | 2010-07-12 | 4 | -0/+125 |
* | big: Improvements to Rat.SetString | Evan Shaw | 2010-07-09 | 5 | -27/+61 |
* | big, bytes: move assembly externs to separate file | Russ Cox | 2010-06-21 | 3 | -11/+19 |
* | big: fix spelling of Euclidean | Russ Cox | 2010-06-02 | 1 | -2/+2 |
* | big: bug fix for Quo aliasing problem | Robert Griesemer | 2010-06-01 | 2 | -3/+31 |
* | big: add ModInverse. | Adam Langley | 2010-05-26 | 2 | -0/+41 |
* | big: Rat test improvements | Evan Shaw | 2010-05-24 | 1 | -80/+72 |
* | big: prevent errors in Exp in the face of aliasing | Adam Langley | 2010-05-24 | 3 | -2/+8 |
* | test/hilbert.go: convert to test case and benchmark for big.Rat | Robert Griesemer | 2010-05-21 | 2 | -3/+173 |
* | big: Add Rat type | Evan Shaw | 2010-05-21 | 4 | -1/+459 |
* | big: fix Int.SetString comment, simplify implementation, | Robert Griesemer | 2010-05-21 | 2 | -18/+14 |
* | big: implemented Int.Binomial (to be used in test/hilbert.go with the | Robert Griesemer | 2010-05-20 | 1 | -9/+18 |
* | big: potential bug fix, cleanups | Robert Griesemer | 2010-05-19 | 4 | -19/+61 |
* | big: bug fix for division | Robert Griesemer | 2010-05-18 | 1 | -2/+7 |