Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Implemented list.copy. Fixes issue #54. | John R. Lenton | 2014-01-03 |
* | Added list.clear. Fixes issue #53. | John R. Lenton | 2014-01-03 |
* | Worked on list.pop: | John R. Lenton | 2014-01-03 |
* | Changed to use memcpy. | John R. Lenton | 2014-01-03 |
* | Add a bit of whitespace. | John R. Lenton | 2014-01-03 |
* | untabified | John R. Lenton | 2014-01-03 |
* | Add list addition (fixes: #39) | John R. Lenton | 2014-01-03 |
* | Change memory allocation API to require size for free and realloc. | Damien | 2013-12-29 |
* | Change object representation from 1 big union to individual structs. | Damien | 2013-12-21 |