rolldice Changelog

What's new in rolldice 1.10

Dec 16, 2008
  • Forgot to add a couple of entries to the changelogs, I see. Added them back in.
  • Truthfully, eventually I should rewrite this code completely, as I did originally write it before I really knew how one should write code like this. Perhaps over the winter break.
  • This version fixes the problem of urandom always being opened, thanks to initializing the (u)random file before reading in the command line options. Fixed that, plus replaced my option parsing code with a use of getopt_long().