smol/src
Benno Schulenberg 4499520c03 Removing the obsolete long option --undo, and sorting some things.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5265 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2015-06-20 18:48:43 +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 Removing the obsolete long option --undo, and sorting some things. 2015-06-20 18:48:43 +00:00
nano.h Deleting two unused things, and adding two comments. 2015-06-18 19:07:56 +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 Removing the obsolete long option --undo, and sorting some things. 2015-06-20 18:48:43 +00:00
search.c Making M-W work also right after startup. 2015-06-20 08:10:25 +00:00
text.c Reverting the last commit, as it is making things worse: 2015-06-20 09:42:26 +00:00
utils.c Keeping homedir NULL when no home directory could be determined, 2015-06-20 08:21:35 +00:00
winio.c Not bothering to look for any starting matches on the current line 2015-06-14 18:06:36 +00:00