summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith1.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+40
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-4/+1
more complex -- constants, variables and print. R=rsc CC=golang-dev http://codereview.appspot.com/217061
2009-03-12warn -> yyerror in mparith.Russ Cox1-2/+2
close two more bugs. R=ken OCL=26226 CL=26226
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-3/+27
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
2008-12-03import/export of exact mp floating constantsKen Thompson1-7/+39
new syntax for exact mp floating constants decimal_int ( "p" | "P" ) [ "+" | "-" ] decimal_int the value is decimal1 * 2^decimal2 R=r OCL=20357 CL=20357
2008-12-01multi precision floating pointKen Thompson1-41/+47
R=r OCL=20185 CL=20185
2008-11-17fix the easy parts of bug120Russ Cox1-3/+14
R=r,ken DELTA=66 (52 added, 3 deleted, 11 changed) OCL=19386 CL=19389
2008-10-29the end of life as we know itKen Thompson1-1/+1
int is new type R=r OCL=18023 CL=18023
2008-08-12fixed bugs in const/caseKen Thompson1-0/+22
R=r DELTA=138 (75 added, 12 deleted, 51 changed) OCL=14129 CL=14131
2008-08-11export large constantsKen Thompson1-0/+29
R=r DELTA=37 (31 added, 4 deleted, 2 changed) OCL=14089 CL=14089
2008-08-09adding and deleting filesKen Thompson1-0/+350
R=r DELTA=1685 (920 added, 765 deleted, 0 changed) OCL=14030 CL=14030