Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-30 | Edit .gitignore | ||
2022-11-30 | Replace itoa() with sprintf() | ||
2022-11-30 | Edit test/Makefile | ||
2022-11-30 | Rename iterator_next() to clist_iterator_next() | ||
2022-11-30 | Rename iterator_has_next() to clist_iterator_has_next() | ||
2022-11-30 | Rename -fpic to -fPIC | ||
2022-11-30 | Add test/list.h in ignore | ||
2022-11-30 | Add test/Makefile | ||
2022-11-30 | Add copyright | ||
2022-11-30 | Edit Makefile | ||
2022-11-30 | Add test folder | ||
2022-11-30 | Move list.h | ||
2022-11-30 | Add copyright | ||
2022-11-30 | Move list.c | ||
2022-11-30 | Add in ignore *.o and liblist.so files | ||
2022-11-30 | Add Makefile | ||
2022-11-30 | Rename `makefile` in `DOSmakefile` | ||
2022-11-30 | Change license from GPLv3 to AGPLv3 | ||
2020-01-10 | refactoring code with correct naming convention | ||
2020-01-10 | when build dist, init first | ||
2020-01-09 | added directives to create LIB and DLL | ||
2020-01-09 | ignored all links | ||
2020-01-09 | arch x64 | ||
2020-01-09 | testing last two methods added | ||
2020-01-09 | added List_AddAll and List_Remove | ||
2020-01-09 | added a cast in printf | ||
2020-01-09 | first version, missing some methods | ||
2020-01-08 | enhancements to makefile | ||
2020-01-08 | ignore file | ||
2020-01-08 | src | ||
2020-01-08 | makefile | ||
2020-01-08 | Added in ignore tmp directories | ||
2020-01-08 | Initial commit | ||