aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strfry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-01derpMattias Andrée1-1/+1
2016-03-01strfry: use Durstenfeld's algorithm instead of Satallo's algorithmMattias Andrée1-2/+2
2016-02-29strfry: non-uniform random number generationMattias Andrée1-1/+1
2016-01-01bump yearMattias Andrée1-1/+1
2015-12-16fix issue #5 on githubMattias Andrée1-1/+1
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
2015-09-02fix some warnings and errorsMattias Andrée1-1/+1
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+4
2015-09-01add strfryMattias Andrée1-14/+17
2015-09-01add index and rindexMattias Andrée1-6/+15
2015-08-31add bcopyMattias Andrée1-0/+15
2015-08-30add memory.hMattias Andrée1-1/+1
2015-08-29add stdarg.hMattias Andrée1-8/+1
2015-08-29add assert.hMattias Andrée1-0/+26