Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added the .o to the .gitignore | epoch | 2020-03-21 | 1 | -0/+1 |
| | |||||
* | cleaned this Makefile up a bot, PHONYs, simpler install -t | epoch | 2020-03-21 | 1 | -3/+5 |
| | |||||
* | changed cp to install, optional override of PREFIX, use LD insted of ↵ | epochqwert | 2019-03-12 | 1 | -5/+9 |
| | | | | expecting make to know how to build a shared lib. | ||||
* | made the Makefile a bit more sane. | epochqwert | 2016-11-14 | 2 | -5/+11 |
| | |||||
* | made the Makefile not rebuild every time. | epochqwert | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | made some debugging statements moved to inside #ifdefs | epochqwert | 2015-06-21 | 1 | -2/+8 |
| | |||||
* | added an include for the uint32 that the hash function uses | epochqwert | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | changed the use of wc -l to grep -c '^.*$' because for some reasons Linux ↵ | epochqwert | 2015-05-18 | 1 | -1/+1 |
| | | | | and BSD can't agree on how to space the output. | ||||
* | fixed some really stupid stuff. | epochqwert | 2015-05-13 | 4 | -46/+119 |
| | | | | | | | 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. | epochqwert | 2015-04-30 | 2 | -3/+3 |
| | |||||
* | fixed up pedantic stuff. | epochqwert | 2015-03-31 | 3 | -4/+6 |
| | |||||
* | init commit after splitting from segfault | epochqwert | 2015-03-31 | 7 | -0/+238 |