Mercurial > repos > tabletprog
log cbackend.js @ 61:a6addd8c6bd4
age | author | description |
---|---|---|
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 |
Sat, 14 Jul 2012 00:35:50 -0700 | Mike Pavone | Add length method to array. Pass array of arguments to main method. Initialize parent field of environment struct for closures |
Sat, 14 Jul 2012 00:00:24 -0700 | Mike Pavone | Add != operator. Fix more closure bugs. |
Fri, 13 Jul 2012 21:05:52 -0700 | Mike Pavone | Fix some nested closure bugs |
Fri, 13 Jul 2012 19:22:39 -0700 | Mike Pavone | Fix closure over self var |