Max Kellermann
|
53f4044890
|
util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare
New in clang 3.6.
|
2014-12-26 13:43:32 +01:00 |
|
Max Kellermann
|
20597b3632
|
*: use nullptr instead of NULL
|
2013-10-28 23:58:17 +01:00 |
|
Max Kellermann
|
7fec2b02d4
|
fs/Charset: GetFSCharset() returns "utf-8" by default
If fs_charset is empty, i.e. we're using the default "utf-8",
GetFSCharset() should return exactly that instead of an empty
std::string.
|
2013-10-17 22:47:09 +02:00 |
|
Max Kellermann
|
608a98c873
|
fs/Charset: default filesystem charset is UTF-8
Implement a fast path for UTF-8 which leaves fs_charset empty, and
don't assign a value to fs_charset if there's no configuration.
|
2013-10-17 22:42:22 +02:00 |
|
Max Kellermann
|
f951e5356b
|
fs/Charset: don't allow nullptr arguments
|
2013-10-17 22:39:06 +02:00 |
|
Max Kellermann
|
080ee87e07
|
fs/Path: move configuration code to Config.cxx
|
2013-10-17 22:29:03 +02:00 |
|