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