Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -137/+0 |
| | |||||
* | Fixed `==` for PTables, added test. | Felix Krause | 2014-06-27 | 1 | -0/+9 |
| | |||||
* | Added support for ref type hash tables. | Reimer Behrends | 2014-05-04 | 1 | -0/+128 |
This reuses the hash table implementation for objects (and the associated tests). For efficiency reasons, iterator implementations are currently adapted rather than calling the TTable code. |