Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 463 Bytes

History.md

File metadata and controls

22 lines (16 loc) · 463 Bytes

0.0.3 / 2010-11-27

  • Added make install
  • Added list_shift()
  • Added list_pop()
  • Lowercased function names and typedefs
  • Wrap with extern "C" when __cplusplus
  • Installing list.h

0.0.2 / 2010-08-21

  • Added ListNode *List_at(List *self, int index)
  • Added void List_remove(List *self, ListNode *node)
  • Added make liblist.a

0.0.1 / 2010-08-13

  • Initial release