Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2004-03-28 | Corrected a spelling error strup => strdup. | Kalle Wallin | 1 | -2/+2 |
2004-03-28 | Started to use glib (not iconv) for character set conversions. | Kalle Wallin | 1 | -109/+17 |
2004-03-27 | Initialize iconv_to_utf8 (used when saving playlists). | Kalle Wallin | 1 | -7/+50 |
2004-03-26 | Added file langinfo.c, used on systems without nl_langinfo() support. | Kalle Wallin | 1 | -4/+3 |
2004-03-26 | Updated the logic in charset_close(), why free stuff that isnt allocated. | Kalle Wallin | 1 | -2/+2 |
2004-03-25 | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 1 | -0/+28 |
2004-03-22 | Added an implementation of strcasecmp for non glibc systems. | Kalle Wallin | 1 | -3/+28 |
2004-03-22 | Updated charset support | Kalle Wallin | 1 | -16/+27 |
2004-03-19 | Added iconv support | Kalle Wallin | 1 | -14/+110 |