Now using 2 spaces instead of tabs. Fix copyright years. Improve documentation
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 3 Feb 2021 22:07:31 +0000 (23:07 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 3 Feb 2021 22:07:31 +0000 (23:07 +0100)
commite45132acdb58c076d5e06849fa51c26de9a7486d
tree54c7e3fb3e0da9386512db37560733a9b2549305
parent1ff641f9960fa6c6081817a5641afb22fad91dcd
Now using 2 spaces instead of tabs. Fix copyright years. Improve documentation
36 files changed:
LICENSE
README.md
doc/Doxyfile
doc/Makefile
src/BufferTop.c
src/BufferTop.h
src/HashTable.c
src/HashTable.h
src/Heap.c
src/Heap.h
src/List.c
src/List.h
src/PriorityQueue.c
src/PriorityQueue.h
src/Queue.c
src/Queue.h
src/Stack.c
src/Stack.h
src/Tree.c
src/Tree.h
src/Vector.c
src/Vector.h
src/safe_alloc.c
src/safe_alloc.h
src/types.h
test/helpers.h
test/lut.h
test/main.c
test/t.BufferTop.c
test/t.Heap.c
test/t.List.c
test/t.PriorityQueue.c
test/t.Queue.c
test/t.Stack.c
test/t.Tree.c
test/t.Vector.c