nano/src
Benno Schulenberg 9d181a1cc6 build: fix a compilation error with gcc-15
Assigning a pointer to a boolean variable without a cast
is not accepted any more.

This addresses https://savannah.gnu.org/bugs/?66467.
Reported-by: Rudi Heitbaum <rudi@heitbaum.com>
2024-11-20 13:06:22 +01:00
..
browser.c tweaks: unwrap three lines that don't need to be wrapped 2024-08-04 16:09:42 +02:00
chars.c tweaks: remove two pairs of unneeded braces, and normalize a line 2024-02-18 15:02:51 +01:00
color.c tweaks: rename a variable, to be more readable 2024-03-28 16:01:48 +01:00
cut.c tweaks: rename a function, for contrast, and update antiquated comments 2024-04-25 10:34:03 +02:00
definitions.h tweaks: rename a symbol, away from an obscure abbreviation 2024-07-15 09:38:01 +02:00
files.c tweaks: unwrap three lines that don't need to be wrapped 2024-08-04 16:09:42 +02:00
global.c tweaks: add a translator hint 2024-10-11 11:59:01 +02:00
help.c tweaks: reshuffle a seldom-used function to the end of an if-else series 2024-07-22 15:43:37 +02:00
history.c copyright: update the years for the FSF 2024-01-10 11:24:28 +01:00
Makefile.am build: update a symbol that was renamed in gnulib 2024-08-27 10:20:56 +02:00
move.c build: fix a compilation error with gcc-15 2024-11-20 13:06:22 +01:00
nano.c tweaks: move a condition to the only place that needs it 2024-07-31 10:04:00 +02:00
prompt.c bindings: at a Yes-No-All prompt, accept also ^A for "All" 2024-07-28 13:54:41 +02:00
prototypes.h macro: insert it in keystroke buffer without discarding latter's contents 2024-07-16 16:44:48 +02:00
rcfile.c tweaks: improve or rewrap six comments, and add two missing ones 2024-08-17 10:37:41 +02:00
search.c tweaks: rename a variable, to better indicate what it represents 2024-03-30 11:35:41 +01:00
text.c tweaks: delete three redundant checks from the undo/redo code 2024-08-12 08:41:58 +02:00
utils.c tweaks: make a comment more accurate, and unabbreviate a variable name 2024-05-05 10:27:21 +02:00
winio.c tweaks: move a condition to the only place that needs it 2024-07-31 10:04:00 +02:00