.. |
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
|
Allowing an array parameter to be NULL.
|
2015-11-30 16:44:44 +00:00 |
chars.c
|
Reverting my own patch that claimed that UTF8 is a stateless encoding.
|
2015-09-04 19:34:55 +00:00 |
color.c
|
Fusing three functions into a single one.
|
2015-12-04 20:54:34 +00:00 |
cut.c
|
Not setting 'openfile->mark_begin' for no reason.
|
2015-11-06 20:55:46 +00:00 |
files.c
|
Renaming two variables for clarity.
|
2015-12-01 11:43:13 +00:00 |
global.c
|
Making Ctrl+Left and Ctrl+Right work on more terminals by asking
|
2015-11-23 08:52:23 +00:00 |
help.c
|
Discarding an unneeded extra freeing of the help text.
|
2015-08-16 17:53:28 +00:00 |
move.c
|
Not calculating the line length twice.
|
2015-10-27 16:57:32 +00:00 |
nano.c
|
Initializing a newly allocated multidata array.
|
2015-11-28 19:03:33 +00:00 |
nano.h
|
Storing and retrieving the correct file size before and after an action.
|
2015-11-30 16:21:51 +00:00 |
prompt.c
|
Discarding a now useless function.
|
2015-11-11 19:56:35 +00:00 |
proto.h
|
Avoiding a compilation warning.
|
2015-12-04 11:01:48 +00:00 |
rcfile.c
|
Fixing compilation with --enable-tiny: file formats don't exist then.
|
2015-08-09 16:31:01 +00:00 |
search.c
|
Inserting a new node into a linked list by using just two parameters:
|
2015-11-24 13:24:01 +00:00 |
text.c
|
Discarding the entire undo stack, to prevent nano from making mistakes
|
2015-12-03 09:17:06 +00:00 |
utils.c
|
Keeping homedir NULL when no home directory could be determined,
|
2015-06-20 08:21:35 +00:00 |
winio.c
|
Unindenting the part that was the 'else'.
|
2015-12-01 13:33:45 +00:00 |