]> git.tdb.fi Git - libs/core.git/commitdiff
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)
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.


No differences found