[PATCH 1/7] winegcc: generate deterministic temporary filenames
24 Jun
2020
24 Jun
'20
8:36 a.m.
Using xorshift* as pseudorandom number generator. It get initialised with the environment (sorted by name) and arguments. Signed-off-by: Marko Semet <marko(a)marko10-000.de> --- tools/winegcc/utils.c | 156 ++++++++++++++++++++++++++++++++++++++++ tools/winegcc/utils.h | 7 ++ tools/winegcc/winegcc.c | 5 +- 3 files changed, 166 insertions(+), 2 deletions(-)
2087
Age (days ago)
2087
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marko Semet