Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around incorrect g_file_test() behavior on Win32 | Denis Krjuchkov | 2012-06-12 | 1 | -0/+1 |
| | | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well. | ||||
* | Merge release 0.15.12 from branch 'v0.15.x' | Max Kellermann | 2010-07-20 | 1 | -0/+4 |
| | | | | | | Conflicts: NEWS configure.ac | ||||
* | decoder/wildmidi: moved local variable declarations in tag_dup() | Max Kellermann | 2010-05-31 | 1 | -7/+3 |
| | |||||
* | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 1 | -0/+147 |
Make it X_decoder_plugin.c. |