Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-11 | Add batchrename to readme, minor Makefile change | Arun Prakash Jana | |
2020-02-14 | Compile option O_NOMOUSE to disable mouse support | Arun Prakash Jana | |
2020-02-13 | Fix static package name in repo | Arun Prakash Jana | |
2020-02-13 | Fix #474: explicitly indicate gzip to tar | Arun Prakash Jana | |
2020-02-12 | Fix static file upload | Arun Prakash Jana | |
2020-01-31 | Upload static binary as package | Arun Prakash Jana | |
2020-01-31 | Compile static bin locally for release (#457) | Maxim Baz | |
2020-01-28 | Remove redundant lib only for older GLIBC | Arun Prakash Jana | |
2020-01-25 | Add -DNORL when var O_STATIC is set | Arun Prakash Jana | |
2020-01-24 | Makefile option to compile with PCRE lib | Arun Prakash Jana | |
Command: make O_PCRE=1 strip | |||
2020-01-23 | Add static compilation flag | Arun Prakash Jana | |
make command: make O_STATIC=1 O_NORL=1 strip | |||
2019-12-30 | On the fly dist generation | Arun Prakash Jana | |
2019-12-29 | Get version string from source | Arun Prakash Jana | |
2019-12-29 | Fix #420: simplify bookmarking, retire lead key | Arun Prakash Jana | |
2019-12-27 | Get nnn compile and run on Haiku (#403) | Anna Arad | |
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku | |||
2019-12-21 | Improvements for distribution (#417) | Maxim Baz | |
* Don't pack sources (github does it better), sign sources * Make CircleCI generate the same git archive as Github, return make dist * Revert make clean too * Upload signature to Github release * Read Github token from an env variable | |||
2019-12-05 | Prepare for release v2.8.1 | Arun Prakash Jana | |
2019-12-04 | Prepare for release v2.8 | Arun Prakash Jana | |
2019-11-01 | Update version to 2.7 | Arun Prakash Jana | |
2019-10-13 | Remove -Wno-unused-parameter and do cleanup (#357) | Anna Arad | |
2019-10-13 | Makefile detect header change (#355) | Anna Arad | |
2019-10-09 | allow multiple make targets being specified at once | Jan Chren (rindeal) | |
2019-10-09 | do build configuration with variables instead of targets | Jan Chren (rindeal) | |
2019-10-05 | Rename target nolocale to noloc | Arun Prakash Jana | |
2019-10-04 | Target nolocale: saves more on memory | Arun Prakash Jana | |
2019-08-06 | Prepare for release v2.6 | Arun Prakash Jana | |
2019-08-03 | remove $(STRIP) leftover from Makefile | Jan Chren | |
Use only the `strip` target fort stripping the binary. | |||
2019-06-26 | Set CP in Makefile | tanyaionova | |
$(CP) is not set by GNU Make Seems like [1] is a full list of what GNU Make defines implicitly [1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html | |||
2019-05-27 | Prepare for release v2.5 | Arun Prakash Jana | |
2019-05-22 | Adding scrolloff option. | Bruce Hill | |
2019-05-22 | Code refactor | Arun Prakash Jana | |
2019-05-22 | Fix build break | Arun Prakash Jana | |
2019-05-22 | Code refactor | Arun Prakash Jana | |
2019-05-22 | Update Makefile library linking for debug target | smartmic | |
2019-05-22 | Fix #249 | Arun Prakash Jana | |
2019-05-22 | Fix target all to work with target debug | Arun Prakash Jana | |
2019-03-19 | Prepare for release v2.4 | Arun Prakash Jana | |
2019-02-22 | Add target norl to drop libreadline | Arun Prakash Jana | |
2019-02-22 | Use a shorter macro | Arun Prakash Jana | |
2019-02-19 | Prepare for release v2.3 | Arun Prakash Jana | |
2019-02-01 | Don't rebuild on make install | Georgi Kirilov | |
2019-01-24 | Use libreadline at command prompt | Arun Prakash Jana | |
2019-01-01 | Prepare for release v2.2 | Arun Prakash Jana | |
2018-12-17 | Revert "Remove CPPFLAGS since C++ is not used" | Sijmen J. Mulder | |
Mistook CPPFLAGS ("C preprocessor flags") for CXXFLAGS ("C++ flags"). This reverts commit 0956b82d33fb2956da837e6a06a2a6f7216d47c0. | |||
2018-12-16 | Remove CPPFLAGS since C++ is not used | Sijmen J. Mulder | |
2018-12-16 | Make curses flags configurable | Sijmen J. Mulder | |
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 | |