]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2015-02-17 lostdFix an unsigned conversion error
2015-02-05 lostdClarify state toggling
2015-02-04 sinMove mtimeorder to config.def.h
2015-02-01 lostdMeaningful comments
2015-01-31 sinMinor manpage fix
2015-01-31 sinAdd 't' command to sort output by entry's mtime
2015-01-28 lostdMore concise comment on nextsel()
2015-01-28 lostdChange scope to always check the correct return value
2015-01-28 lostdRework readmore(), replace goto with a switch
2015-01-27 lostdKeep last valid state on regex errors
2015-01-27 lostdRemove unused include
2015-01-27 lostdAlso treat ^H as backspace
2015-01-27 lostdCorrect IRIX build notes
2015-01-27 lostdUpdate dates
2015-01-27 sinUpdate author section in manpage
2015-01-27 sinUpdate LICENSE
2015-01-27 lostdDocument changes regarding filters
2015-01-27 lostdBasic filter-as-you-type mode
2015-01-27 lostdComment and cleanup
2015-01-27 lostdEmpty filter resets filter to the default
2015-01-27 lostdFix segfault when a non-matching filter is applied...
2015-01-26 lostdSpawn a program that segfaults for testing
2015-01-12 sinUpdate assocs section in manpage
2015-01-11 lostdMatch the whole path to enable associations based on...
2014-12-20 sinSimplify condition
2014-12-20 sinSimplify visible()
2014-12-20 sinRemove unnecessary curly brackets
2014-12-18 lostdRemove unnecessary label
2014-12-18 Hiltjo Posthumano need to check for NULL before free
2014-12-18 Hiltjo Posthumastyle: dont declare vars inline
2014-12-18 Hiltjo Posthumaremove unused variables
2014-12-18 Hiltjo Posthumaregexec: check on success return code
2014-12-02 sinJust say Linux
2014-11-26 lostdFix whitespace
2014-11-26 lostdRemember current entry accross filter changes
2014-11-26 lostdDon't care about cur, it defaults to 0
2014-11-26 sinWorks on DragonFly BSD as well
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
next