smol/src
Benno Schulenberg 04b9b9c78b tweaks: avoid a runtime error when compiled with -fsanitize=undefined
This fixes https://savannah.gnu.org/bugs/?48540.
2016-07-22 15:39:45 +02:00
..
Makefile.am build: refresh the git description whenever something is recompiled 2016-06-27 19:45:21 +02:00
browser.c tweaks: don't call a thing malloc... when it doesn't call malloc() 2016-07-13 15:04:40 +02:00
chars.c chars: plug a gushing memory leak 2016-07-22 15:30:09 +02:00
color.c tweaks: reduce the number of wattron/wattrof calls 2016-07-21 10:10:59 +02:00
cut.c scrolling: center the cursor when inserted stuff does not fit on screen 2016-05-04 10:13:36 +02:00
files.c tweaks: correct a comment 2016-07-16 13:29:50 +02:00
global.c new feature: add the option --wordchars, to set extra word characters 2016-07-13 20:49:30 +02:00
help.c tweaks: put all the movement functions together 2016-07-01 12:42:58 +02:00
move.c tweaks: harmonize some indentations, elide an #ifdef, and rewrap a line 2016-05-27 21:22:56 +02:00
nano.c input: report keystroke M-[ as being unbindable instead of just unbound 2016-07-16 14:05:33 +02:00
nano.h tweaks: avoid a runtime error when compiled with -fsanitize=undefined 2016-07-22 15:39:45 +02:00
prompt.c tweaks: elide a typedef, as it now has just one element 2016-07-12 09:35:48 +02:00
proto.h tweaks: rename a variable and a type, to be less confusing 2016-07-16 13:29:50 +02:00
rcfile.c new feature: add the option --wordchars, to set extra word characters 2016-07-13 20:49:30 +02:00
search.c moving: allow specifying negative numbers in "Go To Line" 2016-06-24 14:47:02 +02:00
text.c files: beep whenever writing out a file fails 2016-06-27 19:17:53 +02:00
utils.c new feature: add the option --wordchars, to set extra word characters 2016-07-13 20:49:30 +02:00
winio.c tweaks: reduce the number of wattron/wattrof calls 2016-07-21 10:10:59 +02:00