aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
Commit message (Expand)AuthorAgeFilesLines
...
* no need to check for NULL before freeHiltjo Posthuma2014-12-181-4/+2
* style: dont declare vars inlineHiltjo Posthuma2014-12-181-14/+5
* remove unused variablesHiltjo Posthuma2014-12-181-3/+2
* regexec: check on success return codeHiltjo Posthuma2014-12-181-2/+2
* Fix whitespacelostd2014-11-261-1/+1
* Remember current entry accross filter changeslostd2014-11-261-0/+2
* Don't care about cur, it defaults to 0lostd2014-11-261-4/+0
* Simplify default regexeslostd2014-11-251-2/+2
* Add a simple dprintf() implementation for systems that do not have itsin2014-11-141-0/+17
* Just use xstrdup() in makepath()sin2014-11-141-9/+8
* Replace asprintf() with strlcpy() and strlcat()sin2014-11-141-5/+9
* Same functionality using lstat(2) instead of fstatat(2)lostd2014-11-131-14/+19
* Update error to reflect actual syscallsin2014-11-061-1/+1
* Expose key bindings in the configuration headerlostd2014-11-061-54/+24
* Now nextsel() just maps keys to actionslostd2014-11-061-18/+28
* Style fix in a commentlostd2014-11-011-1/+1
* Emulate ls -F completely including sockets and FIFOslostd2014-11-011-0/+6
* Revert "No need to manually strip trailing slashes"lostd2014-10-231-0/+7
* We don't use realpath(3) anymorelostd2014-10-231-11/+0
* Get rid of the LIFO history, an oldpath is enoughlostd2014-10-231-63/+8
* If you call makepath() with an absolute name it returns a copy of itlostd2014-10-231-5/+10
* Don't attempt to go back if on the relative rootlostd2014-10-231-1/+3
* Only use chdir(3) just before spawning a shelllostd2014-10-231-17/+25
* Try to open file to see access errors on the status barlostd2014-10-231-1/+7
* Only free history path if it is validlostd2014-10-221-2/+4
* Keep history based on paths instead of positionslostd2014-10-221-13/+56
* realloc() behaves like free() if size is 0sin2014-10-221-2/+2
* Some systems define this already.sin2014-10-221-0/+1
* Style fixsin2014-10-221-1/+1
* Call dentfree() when we quitsin2014-10-221-2/+1
* Rename testopendir() to canopendir()sin2014-10-221-5/+5
* Test if we can back out/enter directoriessin2014-10-221-1/+9
* Add pushhist(), pophist() and forgethist()sin2014-10-221-26/+50
* Save one level of indentationsin2014-10-221-15/+14
* Vertical spacing fixessin2014-10-221-2/+1
* Save one level of indentationsin2014-10-221-17/+15
* Use fstatat() wherever possiblesin2014-10-221-23/+9
* Initialize `n' and `dents'sin2014-10-221-1/+4
* Check getch() against ERRsin2014-10-221-1/+1
* Remember to set dents to NULLsin2014-10-221-0/+1
* Include sys/wait.h for waitpid()sin2014-10-221-0/+1
* Remove unused varssin2014-10-221-7/+0
* Add dentfill() and dentfree()sin2014-10-221-28/+42
* Functions for setting and clearing the promptlostd2014-10-221-8/+19
* Free tmp string if dirname failslostd2014-10-221-1/+3
* No need for a temporary buffersin2014-10-221-3/+1
* Only free() after xstrdup()sin2014-10-221-2/+1
* Add xdirname() again and give dirname(3) another chancelostd2014-10-221-1/+20
* Remove xdirname()sin2014-10-221-15/+1
* Use stat() instead of open() + fstat()sin2014-10-221-11/+1
Un proyecto texto-plano.xyz