nano/src
Benno Schulenberg b6a32fbd5f tweaks: elide an unneeded resetting NULL call to wctomb()
Calling wctomb() with NULL as the first parameter returns zero in a
UTF-8 locale, meaning that there is no state, so there is no point
in resetting it either.
2021-04-07 16:11:40 +02:00
..
browser.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
chars.c tweaks: elide an unneeded resetting NULL call to wctomb() 2021-04-07 16:11:40 +02:00
color.c memory: do not allocate space for multidata when it's already allocated 2021-03-05 11:25:14 +01:00
cut.c display: for a large paste or insertion, recalculate the multiline cache 2021-02-03 17:00:28 +01:00
definitions.h startup: do not store an error message in the record of another buffer 2021-03-23 16:19:07 +01:00
files.c build: fix compilation when configured with --disable-multibuffer 2021-03-26 12:21:44 +01:00
global.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
help.c search: just highlight the found occurrence, instead of marking it 2021-02-07 09:18:15 +01:00
history.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
move.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
nano.c startup: show the helpful message only when ^G has not been rebound 2021-04-01 10:09:28 +02:00
prompt.c build: include a workaround only for versions of ncurses that need it 2021-02-21 12:00:28 +01:00
prototypes.h chars: work around a UTF-8 bug in glibc, to display invalid codes right 2021-03-26 11:07:05 +01:00
rcfile.c tweaks: rename a symbol, to better match the corresponding option 2021-03-03 09:39:49 +01:00
search.c search: make highlighting the standard, non-changeable behavior 2021-02-07 09:18:15 +01:00
text.c tweaks: simplify two fragments of code, eliding useless character copying 2021-03-29 20:06:05 +02:00
utils.c tweaks: put the most likely condition first, for a quicker return 2021-04-06 11:32:25 +02:00
winio.c tweaks: improve a couple of comments 2021-04-07 12:28:48 +02:00