aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-14Building and compatibility notesGravatar lostd
2014-11-14Renew dateGravatar lostd
2014-11-14Remove history section because it resembles historical notesGravatar lostd
2014-11-14Style changes and rephrasingGravatar lostd
2014-11-14Document the relative path featureGravatar lostd
2014-11-14Use a var for dist files and remove queue.hGravatar lostd
2014-11-14Add a simple dprintf() implementation for systems that do not have itGravatar sin
2014-11-14Just use xstrdup() in makepath()Gravatar sin
2014-11-14Add dist targetGravatar sin
2014-11-14Replace asprintf() with strlcpy() and strlcat()Gravatar sin
2014-11-13Same functionality using lstat(2) instead of fstatat(2)Gravatar lostd
2014-11-06Update error to reflect actual syscallGravatar sin
2014-11-06Expose key bindings in the configuration headerGravatar lostd
2014-11-06Now nextsel() just maps keys to actionsGravatar lostd
2014-11-01Style fix in a commentGravatar lostd
2014-11-01Emulate ls -F completely including sockets and FIFOsGravatar lostd
2014-10-27Ensure manprefix existsGravatar sin
2014-10-23Revert "No need to manually strip trailing slashes"Gravatar lostd
2014-10-23Document the old path history thingGravatar lostd
2014-10-23The queue header is not needed for nowGravatar lostd
2014-10-23We don't use realpath(3) anymoreGravatar lostd
2014-10-23Get rid of the LIFO history, an oldpath is enoughGravatar lostd
2014-10-23If you call makepath() with an absolute name it returns a copy of itGravatar lostd
2014-10-23Don't attempt to go back if on the relative rootGravatar lostd
2014-10-23Only use chdir(3) just before spawning a shellGravatar lostd
2014-10-23Try to open file to see access errors on the status barGravatar lostd
2014-10-23Create test files and directoriesGravatar lostd
2014-10-22Only free history path if it is validGravatar lostd
2014-10-22Strip trailing whitespaceGravatar lostd
2014-10-22Keep history based on paths instead of positionsGravatar lostd
2014-10-22realloc() behaves like free() if size is 0Gravatar sin
2014-10-22Manpage rewordGravatar sin
2014-10-22Some systems define this already.Gravatar sin
2014-10-22Style fixGravatar sin
2014-10-22Call dentfree() when we quitGravatar sin
2014-10-22Rename testopendir() to canopendir()Gravatar sin
2014-10-22Test if we can back out/enter directoriesGravatar sin
2014-10-22Add pushhist(), pophist() and forgethist()Gravatar sin
2014-10-22Save one level of indentationGravatar sin
2014-10-22Vertical spacing fixesGravatar sin
2014-10-22Save one level of indentationGravatar sin
2014-10-22Use fstatat() wherever possibleGravatar sin
2014-10-22Initialize `n' and `dents'Gravatar sin
2014-10-22Check getch() against ERRGravatar sin
2014-10-22Remember to set dents to NULLGravatar sin
2014-10-22Include sys/wait.h for waitpid()Gravatar sin
2014-10-22Remove unused varsGravatar sin
2014-10-22Just let the commands show upGravatar lostd
2014-10-22Add dentfill() and dentfree()Gravatar sin
2014-10-22Functions for setting and clearing the promptGravatar lostd