Les articles publiés sur le site
-
20 mars 2016, par Erik de Castro Lopo
stream_decoder.c: Set obj->num_comments before return
Make sure obj-num_comments gets set on failure conditions.
Patch-from: Robert Shih <robertshih@google.com>
- [DH] src/libFLAC/stream_decoder.c
-
14 mars 2016, par Erik de Castro Lopo
libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset`
The former is POSIX while the later is a GNU glibc-ism that does not
exist in (for example) the Musl C library that is used in OpenWrt.
Reported-by: <neheb@hushmail.com>
-
11 février 2016, par Erik de Castro Lopo
Another Windows build fix
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] include/share/windows_unicode_filenames.h
- [DH] src/libFLAC/windows_unicode_filenames.c
-
11 février 2016, par Erik de Castro Lopo
test/: Remove two redundant scripts
* test_bin.sh looks like it was a personal use script for the original
developer Josh Coalson and referenced directories outside the actual
repository.
* test_wrapper.sh was trivial and un-used.
- [DH] test/Makefile.am
- [DH] test/test_bins.sh
- [DH] test/test_wrapper.sh
-
10 février 2016, par Erik de Castro Lopo
Fix autotool warnings
- [DH] configure.ac
- [DH] src/test_libs_common/Makefile.am