Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-03-30 | Rename project to nnn (Noice is Not Noice) | Arun Prakash Jana | |
2017-03-30 | strip binary | Arun Prakash Jana | |
2016-10-05 | Merge remote-tracking branch 'upstream/master' | Arun Prakash Jana | |
2016-08-24 | Bump to 0.6 | sin | |
2016-08-22 | Accept user-defined LDFLAGS in Makefile | sin | |
Diff by Ypnose | |||
2016-08-21 | Remove libmagic, use file command. | Arun Prakash Jana | |
The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file. | |||
2016-08-20 | Remove config.h on clean. | Arun Prakash Jana | |
2016-08-20 | Modify file type handling. | Arun Prakash Jana | |
Use mpv, fmedia, zathura. Invoke libmagic to identify text files and open with vim. Use xdg-open for unhandled mimes. | |||
2016-03-11 | Bump to 0.5 | sin | |
2016-01-26 | Bump to 0.4 | sin | |
2015-11-20 | Bump to 0.3 | sin | |
2015-06-04 | Make config independent to avoid accidental overwrites | lostd | |
2015-03-12 | Bump to 0.2 | sin | |
2014-11-14 | First release | lostd | |
2014-11-14 | No need for +=, also favors portability | lostd | |
2014-11-14 | Build with -lcurses by default to be more generic | lostd | |
2014-11-14 | Use a var for dist files and remove queue.h | lostd | |
2014-11-14 | Add dist target | sin | |