summaryrefslogtreecommitdiff
path: root/test/float_lit.go
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-0/+4
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+197
2011-09-13Imported Upstream version 60Ondřej Surý1-197/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-64/+160
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer1-6/+3
R=rsc, r http://codereview.appspot.com/171051
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox1-4/+4
Fixes issue 167. R=ken2 http://codereview.appspot.com/155062
2008-10-29minor int/float fixesRuss Cox1-3/+3
R=ken OCL=18032 CL=18032
2008-08-11fix bug depot:Rob Pike1-45/+45
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-12better import/exportKen Thompson1-8/+3
SVN=122584
2008-06-10made fp numbers from integers andKen Thompson1-56/+72
checked values SVN=121972
2008-06-08fix bug in closeness for float literal testRob Pike1-1/+1
SVN=121628
2008-06-08fix float lit to return 1, print errorRob Pike1-46/+46
SVN=121627
2008-06-08asdfKen Thompson1-61/+83
SVN=121608
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer1-2/+3
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- new directory structureRobert Griesemer1-0/+70
SVN=113851