aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-01-26Spawn a program that segfaults for testingGravatar lostd
2015-01-12Update assocs section in manpageGravatar sin
2015-01-12Match the whole path to enable associations based on a prefix dirGravatar lostd
2014-12-20Simplify conditionGravatar sin
2014-12-20Simplify visible()Gravatar sin
2014-12-20Remove unnecessary curly bracketsGravatar sin
2014-12-18Remove unnecessary labelGravatar lostd
2014-12-18no need to check for NULL before freeGravatar Hiltjo Posthuma
2014-12-18style: dont declare vars inlineGravatar Hiltjo Posthuma
2014-12-18remove unused variablesGravatar Hiltjo Posthuma
2014-12-18regexec: check on success return codeGravatar Hiltjo Posthuma
on OpenBSD: "Other non-zero error codes may be returned in exceptional situations; see DIAGNOSTICS" regcomp(3).
2014-12-02Just say LinuxGravatar sin
2014-11-26Fix whitespaceGravatar lostd
2014-11-26Remember current entry accross filter changesGravatar lostd
2014-11-26Don't care about cur, it defaults to 0Gravatar lostd
2014-11-26Works on DragonFly BSD as wellGravatar sin
2014-11-25Simplify default regexesGravatar lostd
2014-11-14First releaseGravatar lostd
2014-11-14More notes on buildingGravatar lostd
2014-11-14No need for +=, also favors portabilityGravatar lostd
2014-11-14Also on FreeBSDGravatar lostd
2014-11-14Works on Haiku too so update READMEGravatar sin
2014-11-14Build with -lcurses by default to be more genericGravatar lostd
2014-11-14Test unicode on filename and contentGravatar lostd
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
This reverts commit abd301333da81b72070fbb575dcd0824d3af038e.
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