pokecrystal/tools/md5.c, branch master Pokémon Crystal Remove unused tools/md5.c 2020-05-23T19:46:47+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-05-23T19:46:47+00:00 c1c671d84b8b36e421f73483977ee75f7b1f46ff

Fix md5.c for Windows 2018-06-07T11:37:11+00:00 mid-kid esteve.varela@gmail.com 2018-06-07T11:37:11+00:00 ef5e4e43c7cc0aaf510f348893258eec24440bdd Solves #520
Solves #520
fix warnings in lzcomp and md5 2017-09-24T05:07:08+00:00 yenatch yenatch@gmail.com 2017-09-24T05:03:26+00:00 94577d95532368a940bf0bb9334ba2c7eb858eb5

Fix implicit stdint 2017-06-24T23:02:02+00:00 yenatch yenatch@gmail.com 2017-06-24T23:02:02+00:00 0fbc74a8c7596455b1cf33e1ff8c499215e1c1e1

Add a md5 tool to avoid md5sum dependency. 2017-06-24T22:42:28+00:00 yenatch yenatch@gmail.com 2017-06-24T22:34:25+00:00 f03b898250597680f115cec5cec06953b403acf9 md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364
md5sum is missing in macOS and (presumably) BSD.

An alternative would have been to use sha1sum instead, but it's probably
a good idea to have as few dependencies as possible, so this doesn't
happen again.

fixes #364