]> git.tdb.fi Git - libs/core.git/commit
Deprecate the system directory accessors that take arguments
authorMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:32:54 +0000 (19:32 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:32:54 +0000 (19:32 +0200)
commit5c5ef91ab576f10288e2e3d027aa5c77bf8503a4
tree649c4ed012f0161949fc44a0beb96aa63eb4c188
parent9db96b7d13927640e03f760707b6f7aa044f1a13
Deprecate the system directory accessors that take arguments

They are fundamentally broken due to their dependence on cwd and $PATH,
which may be changed after application startup.  Now that Application
stores an absolute argv0, the argument-less versions can provide a more
consistent answer.

Implementations for the functions are still the same, as they behave
correctly when an absolute argv0 is passed in.  At some point in the
future I'll remove the old versions completely.
source/fs/dir.h