.. |
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
|
Making sure to keep advancing also when regex matches are zero-length.
|
2016-01-09 18:41:56 +00:00 |
cut.c
|
Not setting 'openfile->mark_begin' for no reason.
|
2015-11-06 20:55:46 +00:00 |
files.c
|
Chopping a duplicate parameter.
|
2015-12-31 19:20:40 +00:00 |
global.c
|
Adding a comment and using a symbolic value.
|
2016-01-07 15:42:44 +00:00 |
help.c
|
Discarding an unneeded extra freeing of the help text.
|
2015-08-16 17:53:28 +00:00 |
move.c
|
It shouldn't be necessary to doubly check for being at the end of file.
|
2015-12-08 18:54:13 +00:00 |
nano.c
|
Improving the name of allow_pending_sigwinch() to allow_sigwinch(),
|
2016-01-04 10:37:11 +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
|
Rewriting the loop, and constifying the input of sctofunc().
|
2016-01-04 09:52:43 +00:00 |
proto.h
|
Improving the name of allow_pending_sigwinch() to allow_sigwinch(),
|
2016-01-04 10:37:11 +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
|
Chopping a duplicate parameter.
|
2015-12-31 19:20:40 +00:00 |
text.c
|
Gettextizing a forgotten string.
|
2016-01-04 11:10:07 +00:00 |
utils.c
|
Rewrapping some lines and tweaking some comments.
|
2015-12-04 21:11:10 +00:00 |
winio.c
|
Not going beyond the number of available rows in the edit window.
|
2016-01-09 20:21:29 +00:00 |