- 01 Apr, 2013 3 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
This will make it easier to incorporate the win_utf8_io stuff.
-
- 29 Mar, 2013 7 commits
-
-
Erik de Castro Lopo authored
This ensures they are removed even we've cross-compiled from Linux to Windows and then configured for Linux. We don't want the Windows EXEs to be run after configuring for Linux.
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
-
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 23 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 21 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 19 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
New functions safe_strncat() and safe_strncpy() which always return a NUL terminated string and do not overflow the destination buffer.
-
- 18 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 17 Mar, 2013 8 commits
-
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
This replaces un-safe usage of sprintf() and Micorsoft's _snprintf() with something sane.
-
Erik de Castro Lopo authored
Define function flac_snprintf() which has ISO C99 snprintf() behavior even when compiling with Microsoft Visual Studio, by wrapping the MSVS snprintf_s() function.
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
GUID had one word incorrectly in little endian order.
-
- 14 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Patch submitted by Janne Hyvärinen <cse@sci.fi>.
-
- 13 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
This option is disabled by default because it is known not to work on FreeBSD 9.1 and for Linux -> Windows cross compiling using the Debian MinGW-w64 tool chain. It is known to work for native compiles in Debian testing and OpenBSD 5.2.
-
- 12 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
Erik de Castro Lopo authored
Add explicit extern to functions that are locally declared inline but which also have non-inline public prototypes. It seems MS VS does not quite meet the C99 spec (section 6.7.4).
-
- 10 Mar, 2013 7 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
The existing flac_min macro was generating -Wshadow compiler warnings when nested.
-
Erik de Castro Lopo authored
The files src/flac/encode.c and src/libFLAC/stream_encoder.c use functions in libFLAC that are marked as 'unpublished debug routines'. This patch moves these functions to new file include/share/private.h and marks them as 'unpublished debug routines'.
-
Erik de Castro Lopo authored
Patch from LRN <lrn1986@gmail.com>.
-
Erik de Castro Lopo authored
Add this and other macros to Makefile.am.
-
Erik de Castro Lopo authored
-
- 09 Mar, 2013 4 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-