index
:
nnn.git
master
forked from https://github.com/jarun/nnn
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nnn.c
Age
Commit message (
Expand
)
Author
2017-12-27
Free allocated resources using regfree (#71)
Daniel Lockyer
2017-12-27
Use ffs() tweak.
Arun Prakash Jana
2017-12-27
Explicitly cast opaque types
Arun Prakash Jana
2017-12-27
TAB is not identified on OS X
Arun Prakash Jana
2017-12-26
Lookup xdg-open in PATH on non-Apple platforms (#70)
Dmitri Goutnik
2017-12-26
Use ffs() instead of ffsl()
Arun Prakash Jana
2017-12-26
Fix compiler warnings on FreeBSD 11.x (#69)
Dmitri Goutnik
2017-12-25
Replace getorder() by ffsl()
Arun Prakash Jana
2017-12-25
OpenSUSE gcc fails at '-fno-tree-loop-vectorize'
Arun Prakash Jana
2017-12-25
Prepare for release v1.6
Arun Prakash Jana
2017-12-25
Support 'Open with...'
Arun Prakash Jana
2017-12-25
Optimize xmemrchr()
Arun Prakash Jana
2017-12-25
Reduce sprintf() family usage
Arun Prakash Jana
2017-12-24
Optimize saving, matching old entry
Arun Prakash Jana
2017-12-24
Shorten error messages
Arun Prakash Jana
2017-12-24
Limit filter length to NAME_MAX from LINE_MAX
Arun Prakash Jana
2017-12-24
Use const if applicable
Arun Prakash Jana
2017-12-24
Update documentation
Arun Prakash Jana
2017-12-24
Users understand 'DIR' easier then 'cwd'
Arun Prakash Jana
2017-12-24
Add option -b to open bookmark directly
Arun Prakash Jana
2017-12-24
Order numeric file names (helps with /proc)
Arun Prakash Jana
2017-12-22
Replace xstricmp() with strcoll()
Arun Prakash Jana
2017-12-22
Remove redundant variable
Arun Prakash Jana
2017-12-22
Consider only symbolic or only nunmeric names
Arun Prakash Jana
2017-12-21
No need to test end of numeric
Arun Prakash Jana
2017-12-21
Ignore punctuation marks in file name compare. Fix xstrcmp().
Arun Prakash Jana
2017-12-20
Add file name len to entry structure
Arun Prakash Jana
2017-12-20
Offset can be derived
Arun Prakash Jana
2017-12-20
Retire redundant variable
Arun Prakash Jana
2017-12-20
A fancier func to get order of 2
Arun Prakash Jana
2017-12-19
Replace a large buf with global g_buf
Arun Prakash Jana
2017-12-19
Use exact number of bytes for each filename.
Arun Prakash Jana
2017-12-18
Fix #64: change printf() to printw()
Arun Prakash Jana
2017-12-18
NAME_MAX does not include NULL char
Arun Prakash Jana
2017-12-17
An even faster nnn - no more copying file names!
Arun Prakash Jana
2017-12-14
Fix indentation
Arun Prakash Jana
2017-12-13
Use static vars in frequently used APIs
Arun Prakash Jana
2017-12-13
Retire redundant tmp vars
Arun Prakash Jana
2017-12-13
Process keypress by probable frequency
Arun Prakash Jana
2017-12-04
Minor optimization, refactor
Arun Prakash Jana
2017-12-03
Fix -Os compilation warnings
Arun Prakash Jana
2017-11-30
Minor changes
Arun Prakash Jana
2017-10-16
Minor maintenance
Arun Prakash Jana
2017-10-09
Ignore TAB in input prompt
Arun Prakash Jana
2017-10-09
Fix a couple of warnings on BSDs (#54)
Vlad Glagolev
2017-10-08
Fix segfault when SHLVL env var is not available (#52)
Vlad Glagolev
2017-10-08
Correct name checking for NEW and RENAME (#53)
Vlad Glagolev
2017-10-08
OpenBSD compatibility support (#48)
Vlad Glagolev
2017-10-05
include sys/types.h for non-glibc linux builds (#46)
maxice8
2017-10-05
Prepare for release v1.5
Arun Prakash Jana
[next]