summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-07-02 13:45:35 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-07-02 19:50:16 +0200
commit9a64826172ade12997e8ee0ff32df52757c43025 (patch)
tree464aa2f93fd4ea611d7b6907704dbe2b9bf8140b /THANKS
parent49fd99c7011191ae9fe499f03c8070faf0bb41ba (diff)
downloadrebar-9a64826172ade12997e8ee0ff32df52757c43025.tar.gz
cross-arch: fix up issues
* fix commit messages * fix whitespace issues * move internal helper functions to correct location * unexport internal cross arch helper functions * fix 18.0 time API compatibility * fix Windows temp dir detection * use correct helper function name * use sh/2 instead of os:cmd/1 * match file:delete/1 result * use logging macros * fix typo * fix Dialyzer warnings * add Tony Rogvall to THANKS * add missing termination clause * os type must be win32, not windows * match file:write_file/2 result * document cross-arch variables * simplify env_wordsize/1 (Thanks Fred Hebert)
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 042bb30..2ba6abe 100644
--- a/THANKS
+++ b/THANKS
@@ -142,3 +142,4 @@ Derek Brown
Danil Onishchenko
Stavros Aronis
James Fish
+Tony Rogvall