Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-16 | Also use pkg-config for regular ncurses | Sijmen J. Mulder | |
2018-12-16 | Make optimization flags configurable | Sijmen J. Mulder | |
2018-11-23 | Prepare for release v2.1 | Arun Prakash Jana | |
2018-11-10 | Re-structure files | Arun Prakash Jana | |
2018-11-10 | Retire nlay | Arun Prakash Jana | |
2018-11-03 | Add blank target | Arun Prakash Jana | |
2018-10-19 | Honour CPPFLAGS | Reiner Herrmann | |
Preprocessor flags are passed in CPPFLAGS. Debian uses it to pass hardening options (-D_FORTIFY_SOURCE) to the compiler. | |||
2018-10-19 | Prepare for release v2.0 | Arun Prakash Jana | |
2018-08-16 | Remove readline dep and use native prompt | Arun Prakash Jana | |
- `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit | |||
2018-08-10 | Prepare for release v1.9 | Arun Prakash Jana | |
2018-05-02 | Prepare for release v1.8 | Arun Prakash Jana | |
2018-04-01 | Add more phony targets | Arun Prakash Jana | |
2018-03-14 | Fix #97: add manpage for nlay | Arun Prakash Jana | |
2018-03-14 | Make install(1) commands override-able (#96) | Dridi Boukelmoune | |
2018-02-28 | Makefile: don't use non-portable -t option (#83) | ilovezfs | |
This fixes the build with the BSD install command by eschewing the GNU specific -t option, which is not portable. | |||
2018-02-28 | Prepare for release v1.7 | Arun Prakash Jana | |
2018-01-22 | Makefile: use PKG_CONFIG instead of hardcoding pkg-config (#78) | maxice8 | |
2018-01-10 | make Makefile more packaging friendly (#76) | Jan Chren | |
* make Makefile more packaging friendly * packagecore: run `strip` before installing | |||
2017-12-29 | Check alignment and enable -O3 | 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-19 | Fix #50: use -O3, disable -ftree-loop-vectorize | Arun Prakash Jana | |
2017-12-17 | Remove -O2 from debug build | Arun Prakash Jana | |
2017-11-30 | Use the same o/p filename in debug mode | Arun Prakash Jana | |
2017-11-30 | Fix #50: revert to -O2 optimization | Arun Prakash Jana | |
The while loop in xstrlcpy() breaks when -O3 is used. | |||
2017-10-05 | Prepare for release v1.5 | Arun Prakash Jana | |
2017-09-27 | Enable O3 optimization | Arun Prakash Jana | |
2017-09-04 | Prepare for v1.4 release | Arun Prakash Jana | |
2017-09-02 | Move config.h to nnn.h | Arun Prakash Jana | |
2017-07-26 | Prepare for release v1.3 | Arun Prakash Jana | |
2017-07-05 | Retire config.def.h, unify Makefiles | Arun Prakash Jana | |
2017-06-29 | Prepare for release v1.2 | Arun Prakash Jana | |
2017-06-20 | An undocumented debug mode | Arun Prakash Jana | |
1. The debug file is located at /tmp/nnn_debug. 2. Debug mode is completely disabled by default. The debug binary `nnndbg` can be built by running `make debug`. | |||
2017-05-13 | Make Makefile generic | Arun Prakash Jana | |
2017-05-13 | pkg-config for ncurses (#25) | Johnathan Jenkins | |
2017-05-11 | Prepare for release v1.1 | Arun Prakash Jana | |
2017-04-23 | nlay - a highly customizable file handler | Arun Prakash Jana | |
2017-04-20 | Use readline() at chdir prompt | Arun Prakash Jana | |
With the features the readline library provides it would be too naive to ignore. We break out of the curses mode into the prompt and get back in. This change introduces dependency on libncurses. | |||
2017-04-16 | Makefile: use libncurses instead of libncursesw on Darwin | Zhiming Wang | |
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character support, but not libncursesw. | |||
2017-04-16 | Use libncursesw for internationalization | Arun Prakash Jana | |
Update README on dependencies | |||
2017-04-13 | Move man to $PREFIX/share/man | Arun Prakash Jana | |
2017-04-13 | Prepare for release v1.0 | Arun Prakash Jana | |
2017-04-11 | Maximize rlimit, switch to detail view in du mode | Arun Prakash Jana | |
2017-04-11 | Fix #4. | Arun Prakash Jana | |
2017-04-04 | Fix warnings. Harden compilation. | Arun Prakash Jana | |
2017-04-03 | Allow custom CFLAGS and CPPFLAGS in Makefile | Zhiming Wang | |
This is consistent with the fact that custom LDFLAGS are already allowed, and for once, it makes warning options easier to control. Also use automatic variables $@ and $^ consistently. | |||
2017-04-02 | Remove redundant stuff | Arun Prakash Jana | |
1. Have a faster copy of strlcpy() 2. Remove redundant legacy files 3. Fix an issue with NULL check on array name | |||
2017-04-02 | Revert non-portable optimization | Arun Prakash Jana | |
2017-04-01 | Optimizations | Arun Prakash Jana | |
2017-04-01 | Remove sh as script opener, use vi | Arun Prakash Jana | |