Age | Commit message (Collapse) | Author |
|
This reverts commit abd301333da81b72070fbb575dcd0824d3af038e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xdirname() uses xstrdup() internally so we are safe to use that
pointer directly.
|
|
|
|
|
|
dirname(3) should be shot to death.
|
|
|
|
|
|
|
|
We use realpath() now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This could be reproduced simply by doing: [TAB] and backspacing
a few times.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|