path/a∗,dijkstra: prefer cardinal directions and swap goal/start mouse button
vec: fix memory corruption and legibility improvements
client: print errors from mouseinput
asif: better vectors implementation using linked lists of bins
option for 4-directional pathfinding
add 4-directional pathfinding functions
a∗: fix wrong priority queue, costs and successors manipulation
client: allow holding down the mouse to draw obstacles
map: distance and conversion functions, resetting masp
remove useless grid, add path node-sorfof type
drw: color adjustments, pending drawmap changes
client: don't continually flip the same node while holding the mouse
move string matchshit to its own dir
add estrdup and have erealloc zero out new memory
move awk scripts to their own directory
add single file double precision fft for complex and real samples
add bitwise round up to next power of 2
bit: add find first and last set bit
strnaive: fix another stupid mistake
add rabin-karp string search, including optimized variant
declare kmpstrfind and silly statics
fix idiot mistakes preventing compilation and notation in string comparison
add naive exact string match, resizable vectors and restructure
add simple (and broken) descriptive statistics in awk
add sorting algorithms in awk from tapl
add typical awk approach to binary data output