summaryrefslogtreecommitdiff
path: root/genheader.sh
Commit message (Collapse)AuthorAgeFilesLines
* changed the use of wc -l to grep -c '^.*$' because for some reasons Linux ↵epochqwert2015-05-181-1/+1
| | | | and BSD can't agree on how to space the output.
* fixed some really stupid stuff.epochqwert2015-05-131-2/+3
| | | | | | | ll_getentry wasn't comparing key and stored key right. ht_delete wasn't deleting stuff if it was the last in the bucket. the hash got upgraded to one I took from wikipedia. the hash is now 32 bit unsigned and is modulo table-size.
* made genheader.sh not use static sizes for grepping out the structs.epochqwert2015-04-301-1/+1
|
* init commit after splitting from segfaultepochqwert2015-03-311-0/+3