aboutsummaryrefslogtreecommitdiffstats
path: root/src/match.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-10match: use g_utf8_casefold() in match_line()Max Kellermann1-2/+21
strcasestr() is a non-standard function, and requires setting _GNU_SOURCE. To avoid this, do wasteful g_utf8_casefold() conversions and use strstr().
2008-12-10list_window: moved string matching to match.hMax Kellermann1-8/+9
Provide the new function match_line() which searches a string for a needle (ignoring case). This wraps the non-standard function strcasestr().
2008-12-06added missing copyright headersMax Kellermann1-0/+19
2008-10-03options: don't pass the "options" pointer aroundMax Kellermann1-1/+1
Just make everybody use the global "options" variable. This eliminates namespace confusion and the NO_GLOBAL_OPTIONS hack.
2008-09-15include cleanupMax Kellermann1-0/+1
A header should include all headers which he needs. Move local includes on top, and let foo.c include foo.h in the first line, to automatically test its dependencies.
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-04-19git-svn-id: https://svn.musicpd.org/ncmpc/trunk@835 ↵Kalle Wallin1-0/+4
09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-04-14relocated configuration file to ~/.ncmpc/config and added support for Kalle Wallin1-1/+1
key bindings in ~/.ncmpc/keys. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@751 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+3
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@473 09075e82-0dd4-0310-85a5-a0d7c8717e4f