]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2014-11-25 lostdSimplify default regexes
2014-11-14 lostdFirst release
2014-11-14 lostdMore notes on building
2014-11-14 lostdNo need for +=, also favors portability
2014-11-14 lostdAlso on FreeBSD
2014-11-14 sinWorks on Haiku too so update README
2014-11-14 lostdBuild with -lcurses by default to be more generic
2014-11-14 lostdTest unicode on filename and content
2014-11-14 lostdBuilding and compatibility notes
2014-11-14 lostdRenew date
2014-11-14 lostdRemove history section because it resembles historical...
2014-11-14 lostdStyle changes and rephrasing
2014-11-14 lostdDocument the relative path feature
2014-11-14 lostdUse a var for dist files and remove queue.h
2014-11-14 sinAdd a simple dprintf() implementation for systems that...
2014-11-14 sinJust use xstrdup() in makepath()
2014-11-14 sinAdd dist target
2014-11-14 sinReplace asprintf() with strlcpy() and strlcat()
2014-11-13 lostdSame functionality using lstat(2) instead of fstatat(2)
2014-11-06 sinUpdate error to reflect actual syscall
2014-11-06 lostdExpose key bindings in the configuration header
2014-11-06 lostdNow nextsel() just maps keys to actions
2014-10-31 lostdStyle fix in a comment
2014-10-31 lostdEmulate ls -F completely including sockets and FIFOs
2014-10-27 sinEnsure manprefix exists
2014-10-23 lostdRevert "No need to manually strip trailing slashes"
2014-10-23 lostdDocument the old path history thing
2014-10-23 lostdThe queue header is not needed for now
2014-10-23 lostdWe don't use realpath(3) anymore
2014-10-23 lostdGet rid of the LIFO history, an oldpath is enough
2014-10-23 lostdIf you call makepath() with an absolute name it returns...
2014-10-23 lostdDon't attempt to go back if on the relative root
2014-10-23 lostdOnly use chdir(3) just before spawning a shell
2014-10-22 lostdTry to open file to see access errors on the status bar
2014-10-22 lostdCreate test files and directories
2014-10-22 lostdOnly free history path if it is valid
2014-10-22 lostdStrip trailing whitespace
2014-10-22 lostdKeep history based on paths instead of positions
2014-10-22 sinrealloc() behaves like free() if size is 0
2014-10-22 sinManpage reword
2014-10-22 sinSome systems define this already.
2014-10-22 sinStyle fix
2014-10-22 sinCall dentfree() when we quit
2014-10-22 sinRename testopendir() to canopendir()
2014-10-22 sinTest if we can back out/enter directories
2014-10-22 sinAdd pushhist(), pophist() and forgethist()
2014-10-22 sinSave one level of indentation
2014-10-22 sinVertical spacing fixes
2014-10-22 sinSave one level of indentation
2014-10-22 sinUse fstatat() wherever possible
2014-10-22 sinInitialize `n' and `dents'
2014-10-22 sinCheck getch() against ERR
2014-10-22 sinRemember to set dents to NULL
2014-10-22 sinInclude sys/wait.h for waitpid()
2014-10-22 sinRemove unused vars
2014-10-22 lostdJust let the commands show up
2014-10-22 sinAdd dentfill() and dentfree()
2014-10-22 lostdFunctions for setting and clearing the prompt
2014-10-22 lostdMore accurate description
2014-10-22 lostdFree tmp string if dirname fails
2014-10-22 sinNo need for a temporary buffer
2014-10-22 sinOnly free() after xstrdup()
2014-10-22 sinAdd a KNOWN ISSUES sections
2014-10-22 lostdAdd xdirname() again and give dirname(3) another chance
2014-10-22 sinRemove xdirname()
2014-10-22 sinUse stat() instead of open() + fstat()
2014-10-22 lostdForget all history on manual dir change
2014-10-22 sinAdd section on history
2014-10-22 sinAdd xdirname() to avoid quirks with dirname(3)
2014-10-22 sinNo need to manually strip trailing slashes
2014-10-22 sinAdd xstrdup() and xrealpath()
2014-10-22 sinAdd xmalloc() + xrealloc()
2014-10-22 sinprinterr() should print to stderr
2014-10-22 sinUpdate manpage wording
2014-10-22 sinUpdate keybind list
2014-10-22 sinClarify filter semantics when executed as root
2014-10-22 sinRemove duplicate info from README
2014-10-22 sinFix manpage
2014-10-22 sinRemove TODO
2014-10-22 sinAdd manpage
2014-10-21 lostdStill use some of the implicit magic
2014-10-21 lostdUse double spacing on sentence start, smaller text...
2014-10-21 sinAdd install/uninstall targets
2014-10-21 sinUpdate outdated comment
2014-10-21 sinFix typo
2014-10-21 sinExplain filters a bit more
2014-10-21 sinAlways use realpath() and properly chdir() so relative...
2014-10-21 sinAdd '*' suffix to executables
2014-10-21 sinUpdate README
2014-10-21 sinFix segfault in readln()
2014-10-21 sinNo need to strdup()
2014-10-21 sinAdd 'c' command to change into a destination directory...
2014-10-21 sinAdd missing break
2014-10-21 Alex-P. Natsiosmore typo and grammar fixes for README
2014-10-21 sinAdd SEL_SH and bring out spawning of the shell in the...
2014-10-21 sinAdd comment about less(1)
2014-10-21 sinFix typo in README
2014-10-21 sinREADME contributed by z3bra
2014-10-21 sinAdd '!' command to spawn a shell in cwd
2014-10-21 sinAdd flac to default associations
next