Mercurial > repos > tabletprog
log cbackend.js @ 69:ba032565c7a5
age | author | description |
---|---|---|
Sat, 14 Jul 2012 19:24:04 -0700 | Mike Pavone | Fix handling of variable style access to self and parent object messages defined with lambdas. Improve test case for this bug to include parent object access as well as self object access. |
Sat, 14 Jul 2012 16:14:01 -0700 | Mike Pavone | Change strategy for handling true and false to avoid some initialization order problems and improve performance. Add support for negative integer literals. Update samples to reflect true/false change. |
Sat, 14 Jul 2012 13:31:05 -0700 | William Morgan | added remainder operator |
Sat, 14 Jul 2012 12:30:25 -0700 | Mike Pavone | Finish implementation of external module access |
Sat, 14 Jul 2012 04:18:46 -0700 | Mike Pavone | Fix array resizing to use newsize * sizeof(object *) rather than just newsize |
Sat, 14 Jul 2012 03:05:12 -0700 | Mike Pavone | Fix populatesymbols for parent property references. Fix lambda-style modules in cbackend. |
Sat, 14 Jul 2012 01:39:43 -0700 | Mike Pavone | Fix object parent |