Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around incorrect g_file_test() behavior on Win32 | Denis Krjuchkov | 2012-06-12 | 1 | -0/+28 |
| | | | | | | | 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. | ||||
* | playlist_list: move fallback g_uri_parse_scheme() to glib_compat.h | Max Kellermann | 2010-06-01 | 1 | -0/+15 |
| | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -1/+20 |
| | | | | | | Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h. | ||||
* | moved GLib compatibility code to glib_compat.h | Max Kellermann | 2009-11-10 | 1 | -0/+43 |