.. |
Makefile.am
|
build: fix the Makefile after two header files were renamed
|
2020-06-25 21:11:26 +02:00 |
browser.c
|
tweaks: reshuffle two lines and a function name, for a consistent order
|
2020-09-20 20:03:18 +02:00 |
chars.c
|
chars: reduce searching time with roughly 85 percent for plain ASCII
|
2020-09-01 19:35:34 +02:00 |
color.c
|
options: require --magic or 'set magic' to enable the use of libmagic
|
2020-09-25 16:34:01 +02:00 |
cut.c
|
feedback: don't give a hint for <Bsp>, and not after an Alt+key was used
|
2020-09-19 12:15:07 +02:00 |
definitions.h
|
tweaks: remove an usused element from 'funcstruct', saving 8 more bytes
|
2020-09-28 11:57:03 +02:00 |
files.c
|
build: stop using an obsolete macro, and use 'void' for signal handlers
|
2020-09-16 16:27:32 +02:00 |
global.c
|
tweaks: add a hint for translators
|
2020-09-21 19:34:21 +02:00 |
help.c
|
tweaks: reshuffle two lines and a function name, for a consistent order
|
2020-09-20 20:03:18 +02:00 |
history.c
|
tweaks: rename another variable, away from being misnamed
|
2020-09-22 11:18:44 +02:00 |
move.c
|
build: exclude --emptyline, --jumpyscrolling, and --noread from tiny nano
|
2020-09-21 19:02:07 +02:00 |
nano.c
|
build: exclude excessive version information from the tiny version
|
2020-10-01 10:44:37 +02:00 |
prompt.c
|
tweaks: stop casting the return of malloc() and friends
|
2020-08-31 12:17:27 +02:00 |
prototypes.h
|
tweaks: elide a one-line function, after reducing it to a single call
|
2020-09-18 15:22:12 +02:00 |
rcfile.c
|
options: require --magic or 'set magic' to enable the use of libmagic
|
2020-09-25 16:34:01 +02:00 |
search.c
|
display: skip a special-case refresh when a message was written
|
2020-09-27 11:23:23 +02:00 |
text.c
|
build: avoid two compiler warnings when gnulib has been ripped out
|
2020-09-14 11:02:31 +02:00 |
utils.c
|
tweaks: stop casting the return of malloc() and friends
|
2020-08-31 12:17:27 +02:00 |
winio.c
|
build: exclude bunches of raw escape sequences from the tiny version
|
2020-10-01 09:06:12 +02:00 |