1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n) More... over 6 years ago
memcmp: compare unsigned chars More... over 6 years ago
m More... over 6 years ago
m More... over 7 years ago
allocsize is dangerous More... over 8 years ago
todo: add procinit More... over 8 years ago
stack_will_overflow: we could fork More... over 8 years ago
explicit_bzero: set all bits to 1 before setting all bits to 0 More... almost 9 years ago
whoops, wrong type More... almost 9 years ago
strfry: forgot to declare b More... almost 9 years ago
strfry: reset n to max when the do..while loop resets More... almost 9 years ago
strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform random More... almost 9 years ago
m More... almost 9 years ago
strfry: fix support for empty strings More... almost 9 years ago
Fix issue #11 on github More... almost 9 years ago
update todo More... almost 9 years ago
update todo More... almost 9 years ago
m More... almost 9 years ago
derp More... almost 9 years ago
strfry: use Durstenfeld's algorithm instead of Satallo's algorithm More... almost 9 years ago
strfry: non-uniform random number generation More... almost 9 years ago
fix terrible mistake in bsearch More... almost 9 years ago
add bsearch More... almost 9 years ago
Fix issue #10 on github More... almost 9 years ago
improve machinemode More... almost 9 years ago
misread specification More... almost 9 years ago
partially split malloc.c More... about 9 years ago
doc More... about 9 years ago
extension: free will perserve errno More... about 9 years ago
m More... about 9 years ago