index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2004-06-05
Changed directory layout (for future use of gettext)
Kalle Wallin
1
-216
/
+0
2004-04-19
Added copyright notice and license notice
Kalle Wallin
1
-0
/
+18
2004-04-14
Use screen_status_printf() to display character conversion errors. Only use
Kalle Wallin
1
-2
/
+13
2004-03-29
Replaced g_utf8_strlen() with strlen()
Kalle Wallin
1
-3
/
+5
2004-03-29
Added error handling in the character conversion functions.
Kalle Wallin
1
-6
/
+36
2004-03-29
Removed the concat_path() function.
Kalle Wallin
1
-33
/
+14
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