Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Modeled after std::filesystem::operator/() from C++17.
|
|
|
|
release v0.20.11
|
|
Turns out that using CP_ACP is a lousy idea, because only very few
Unicode characters can be represented by it. Instead, switch to UTF-8
(which every sane person on other operating system already uses).
Closes #102
|
|
|
|
|
|
|
|
documented
|
|
|
|
|
|
|
|
|
|
Prepare to add more modes.
|
|
|
|
As a side effect, "playlistclear" no longer creates a new playlist if
the given one doesn't yet exist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use wchar_t for everything on Windows. Solves a lot of filesystem
charset problems.
|
|
|
|
|
|
This prefix is deprecated.
|
|
|
|
|
|
|
|
|
|
|
|
Replaces StatFile(), with a portable data object.
|
|
|
|
|
|
|
|
The new class is pluggable, to prepare for gzipped database files.
For now, the TextFile class remains, and will be refactored away
later.
|
|
|