- 09 Sep, 2011 4 commits
-
-
beder authored
Switched value = otherValue to assign the actual nodes after setting the reference (so that tmp = foo['bar']; tmp = other; is the same as foo['bar'] = other;)
-
beder authored
-
beder authored
-
beder authored
Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
-
- 08 Sep, 2011 4 commits
- 07 Sep, 2011 12 commits
- 06 Sep, 2011 3 commits
- 05 Sep, 2011 1 commit
-
-
beder authored
-