log cbackend.js @ 356:3b023e5a0b42

age author description
Sun, 05 Apr 2015 21:34:49 -0700 Michael Pavone Fix internal variable name generation for certain float values
Fri, 03 Apr 2015 23:07:06 -0700 Michael Pavone Add hash method to float types and make hash always return a 32-bit int
Sat, 28 Mar 2015 14:21:04 -0700 Michael Pavone Breaking change: method call syntax now always uses the syntactic receiver as the actual receiver. This makes its behavior different from function call syntax, but solves some problems with methods being shadowed by local variables and the like.