summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mparith3.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-2/+2
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-42/+73
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-5/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+313
2011-09-13Imported Upstream version 60Ondřej Surý1-313/+0
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-7/+20
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+25
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-13/+12
more complex -- constants, variables and print. R=rsc CC=golang-dev http://codereview.appspot.com/217061
2009-03-12warn -> yyerror in mparith.Russ Cox1-3/+3
close two more bugs. R=ken OCL=26226 CL=26226
2008-12-10bug120Ken Thompson1-8/+17
R=r OCL=20921 CL=20921
2008-12-02truncating of float constants whenKen Thompson1-5/+10
used in float64 or float32 contexts R=r OCL=20297 CL=20297
2008-12-01multi precision floating pointKen Thompson1-12/+226
R=r OCL=20185 CL=20185
2008-08-09adding and deleting filesKen Thompson1-0/+53
R=r DELTA=1685 (920 added, 765 deleted, 0 changed) OCL=14030 CL=14030