log cbackend.js @ 344:7de6ac24eb64

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.
Sat, 28 Mar 2015 13:26:03 -0700 Michael Pavone Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
Tue, 24 Mar 2015 21:49:45 -0700 Michael Pavone Added conversion methods between integer and float types
Sun, 22 Mar 2015 19:10:09 -0700 Michael Pavone Allow symbol expressions in includeSystemHeader calls
Thu, 19 Mar 2015 22:39:18 -0700 Michael Pavone Minor improvement to error message about invalid c type expressions
Thu, 24 Jul 2014 21:58:26 -0700 Michael Pavone Move OS module out of backend Javascript into a proper module file. Add normal bytearray to bytearray module. Add read:to method to os module for reading into a bytearray.
Tue, 22 Jul 2014 23:32:49 -0700 Michael Pavone Make sure that true and false modules are initialized before anything else and that the list module is initialized before any modules besides true and false
Tue, 22 Jul 2014 21:31:41 -0700 Michael Pavone Add utf8 method to integer types for converting a number into a utf8 string made up of the corresponding character code
Tue, 22 Jul 2014 18:31:31 -0700 Michael Pavone Finish support for floating point numbers in C backend
Tue, 22 Jul 2014 08:35:30 -0700 Michael Pavone Fix const warning in sdl module
Mon, 21 Jul 2014 20:24:50 -0700 Michael Pavone Add some extra parens in addr_of translation and fix cleaning of names in llMessage parameters
Sun, 20 Jul 2014 00:12:43 -0700 Michael Pavone Make import:from actually work. Fix some macro bugs. Add a cpointer primitive type for storing an opaque pointer to a C object.
Sat, 19 Jul 2014 20:18:34 -0700 Michael Pavone Added support for encoding integers and booleans as JSON