• Show log

    Commit

  • Hash : 53063e77
    Author : Edward Thomson
    Date : 2022-02-07T23:11:11

    futils: use our random function for mktemp `mktemp` on mingw is exceedingly deficient, using a single monotonically increasing alphabetic character and the pid. We need to use our own random number generator for temporary filenames.