smol/src
Benno Schulenberg 3021a04c1c Improving the visibility of the undo-related debugging messages.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2015-06-17 15:17:09 +00:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
chars.c Starting to look for a multibyte character not at the start of the string, 2015-03-22 11:20:02 +00:00
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
cut.c 2015-02-03 Alex Henrie <alexhenrie24@gmail.com> 2015-02-03 22:49:57 +00:00
files.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
global.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
help.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
move.c Fusing two identical functions into one: need_screen_update(). 2015-04-20 08:16:41 +00:00
nano.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
nano.h Fixing compilation with --enable-tiny. 2015-06-04 17:59:50 +00:00
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
proto.h Renaming the parameter 'current_action' to 'action', 2015-06-17 11:18:20 +00:00
rcfile.c Not checking for non-NULL before freeing a variable, as it's unnecessary. 2015-06-14 19:14:41 +00:00
search.c Renaming the parameter 'whole_word' to 'whole_word_only', 2015-04-25 15:26:09 +00:00
text.c Improving the visibility of the undo-related debugging messages. 2015-06-17 15:17:09 +00:00
utils.c Limiting the number of backup files to one hundred thousand, well 2015-05-08 21:11:30 +00:00
winio.c Not bothering to look for any starting matches on the current line 2015-06-14 18:06:36 +00:00