[flac-dev] [PATCH] Remove local_strtoull, windows has equivalent function _strtoui64

2012-04-17 Thread Cristian Rodríguez
--- include/share/compat.h|8 src/flac/main.c | 37 + src/share/grabbag/seektable.c | 31 +-- 3 files changed, 10 insertions(+), 66 deletions(-) diff --git a/include/share/compat.h

[flac-dev] [PATCH 2/2] replace local_strtoull with _strtoui64 in windows

2012-04-17 Thread Cristian Rodríguez
Previous patch replaced the other local_strtoll with _strtoi64 --- include/share/compat.h |3 ++- src/metaflac/options.c | 23 +-- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/include/share/compat.h b/include/share/compat.h index ff5c8af..8ad3698

[flac-dev] [PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite

2012-04-17 Thread Cristian Rodríguez
That enables an special implementation that checks for common memory errors and will save us from a lot pain. --- test/test_bins.sh |2 ++ test/test_flac.sh |2 ++ test/test_grabbag.sh |2 ++ test/test_libFLAC++.sh |2 ++ test/test_libFLAC.sh |3 +++