.. |
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
|
Differentiating between something being disabled/restricted and
|
2015-07-30 18:10:16 +00:00 |
chars.c
|
Finding only valid UTF-8 byte sequences when searching.
|
2015-07-23 19:18:25 +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
|
Adding the option --unix (and 'set unix'),
|
2015-08-04 18:49:57 +00:00 |
global.c
|
Adding two new bindable functions which delete all characters
|
2015-07-31 11:52:26 +00:00 |
help.c
|
Showing also the dedicated keys in the ^G help text,
|
2015-08-01 08:41:36 +00:00 |
move.c
|
Improving a few comments.
|
2015-07-26 17:04:29 +00:00 |
nano.c
|
Adding the option --unix (and 'set unix'),
|
2015-08-04 18:49:57 +00:00 |
nano.h
|
Adding the option --unix (and 'set unix'),
|
2015-08-04 18:49:57 +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
|
Adding two new bindable functions which delete all characters
|
2015-07-31 11:52:26 +00:00 |
rcfile.c
|
Adding the option --unix (and 'set unix'),
|
2015-08-04 18:49:57 +00:00 |
search.c
|
Making the calculation of the new line size more efficient and symmetrical,
|
2015-07-26 17:29:34 +00:00 |
text.c
|
Adding two new bindable functions which delete all characters
|
2015-07-31 11:52: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
|
Adjusting some comments.
|
2015-07-18 10:32:01 +00:00 |