smol/src
Benno Schulenberg 30abc02277 tweaks: reshuffle two conditions, re-indent, and rewrap a line
If all is programmed well, then the functions 'get_older_item' and
'get_newer_item' will only occur when a history list is passed to
acquire_an_answer().  But let's keep it certain we don't dereference
a NULL pointer.
2021-10-10 11:55:15 +02:00
..
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
browser.c browser: make the keystrokes ^W^Y and ^W^V work again 2021-10-04 11:38:30 +02:00
chars.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
color.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
cut.c tweaks: rename three variables, to follow the general scheme 2021-09-20 10:08:56 +02:00
definitions.h tweaks: use five symbolic names, to make eight function calls clearer 2021-09-29 15:35:18 +02:00
files.c tweaks: rename five empty functions, to get rid of a meaningless suffix 2021-10-08 10:58:47 +02:00
global.c tweaks: rename two empty functions, to be more to the point 2021-10-09 17:33:32 +02:00
help.c tweaks: add Schiermonnikoog to the list of friendly islands 2021-06-16 11:19:23 +02:00
history.c tweaks: rename a function and its parameter, to be clearer 2021-10-10 10:11:47 +02:00
move.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
nano.c tweaks: use five symbolic names, to make eight function calls clearer 2021-09-29 15:35:18 +02:00
prompt.c tweaks: reshuffle two conditions, re-indent, and rewrap a line 2021-10-10 11:55:15 +02:00
prototypes.h tweaks: rename a function and its parameter, to be clearer 2021-10-10 10:11:47 +02:00
rcfile.c tweaks: rename two empty functions, to be more to the point 2021-10-09 17:33:32 +02:00
search.c tweaks: reshuffle a few lines to avoid an #ifdef and unbalanced braces 2021-09-11 15:07:05 +02:00
text.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00