.. |
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
|
Switching the cursor on and off at the appropriate moments (that is: when
|
2016-02-13 19:41:12 +00:00 |
chars.c
|
Deleting two dead prototypes, adjusting two comments for correctness,
|
2016-02-16 10:09:26 +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
|
Allowing the parameter of free_filestruct() to be NULL,
|
2016-02-18 19:58:18 +00:00 |
files.c
|
Not requiring a third Tab to show the list of possible completions
|
2016-02-21 13:33:52 +00:00 |
global.c
|
Condensing some code by factoring out a repetition.
|
2016-02-22 09:34:33 +00:00 |
help.c
|
Switching the cursor on and off at the appropriate moments (that is: when
|
2016-02-13 19:41:12 +00:00 |
move.c
|
Sorting the prev_word() and next_word() functions in the standard way:
|
2016-02-22 12:49:08 +00:00 |
nano.c
|
Eliding the function free_openfilestruct() as it is used only once.
|
2016-02-22 09:02:58 +00:00 |
nano.h
|
Removing the --nofollow option that hasn't been working for a dozen years.
|
2016-02-06 10:59:31 +00:00 |
prompt.c
|
Eliding a variable -- there is no need to optimize for calls of strlen(),
|
2016-02-22 14:26:05 +00:00 |
proto.h
|
Sorting the prev_word() and next_word() functions in the standard way:
|
2016-02-22 12:49:08 +00:00 |
rcfile.c
|
Allowing only control sequences in the proper range to be rebound.
|
2016-02-10 15:06:45 +00:00 |
search.c
|
Avoiding a memory leak when tabbing on a string that doesn't occur in the
|
2016-02-20 12:16:43 +00:00 |
text.c
|
Allowing the parameter of free_filestruct() to be NULL,
|
2016-02-18 19:58:18 +00:00 |
utils.c
|
Not using $HOME when we're root, because some sudos don't filter it out
|
2016-01-22 16:10:36 +00:00 |
winio.c
|
The amount to scroll is never zero, so there is no need to check.
|
2016-02-22 09:55:59 +00:00 |