.. |
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
|
Limiting the selected file to the available ones in the list.
|
2015-06-28 06:32:56 +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
|
Plugging a small memory leak.
|
2015-07-10 15:54:06 +00:00 |
global.c
|
Giving each toggle a sequence number, to be able to show them in a fixed order.
|
2015-07-06 17:51:17 +00:00 |
help.c
|
Adjusting whitespace and bracings after the previous changes.
|
2015-07-06 19:17:27 +00:00 |
move.c
|
Fusing two identical functions into one: need_screen_update().
|
2015-04-20 08:16:41 +00:00 |
nano.c
|
Plugging a small memory leak.
|
2015-07-10 15:54:06 +00:00 |
nano.h
|
Plugging a small memory leak.
|
2015-07-10 15:54:06 +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
|
Giving each toggle a sequence number, to be able to show them in a fixed order.
|
2015-07-06 17:51:17 +00:00 |
search.c
|
Making M-W work also right after startup.
|
2015-06-20 08:10:25 +00:00 |
text.c
|
Adjusting whitespace and bracings after the previous changes.
|
2015-07-06 19:17:27 +00:00 |
utils.c
|
Keeping homedir NULL when no home directory could be determined,
|
2015-06-20 08:21:35 +00:00 |
winio.c
|
Verifying that there exists multidata for the found starting line
|
2015-06-23 18:06:30 +00:00 |