.. |
Makefile.am
|
organization: move all history-related stuff to its own file
|
2017-09-17 12:46:36 +02:00 |
browser.c
|
tweaks: reshuffle some declarations, and expand a few variable names
|
2020-01-28 10:21:34 +01:00 |
chars.c
|
tweaks: elide a function call, by copying a byte directly
|
2020-02-20 16:38:14 +01:00 |
color.c
|
tweaks: change an integer to a short, and reshuffle it for better packing
|
2020-03-02 19:50:08 +01:00 |
cut.c
|
tweaks: factor out a three-line condition into a separate function
|
2020-03-05 16:09:56 +01:00 |
files.c
|
tweaks: strip a parameter that is equivalent to 'openfile' for both calls
|
2020-03-08 12:54:47 +01:00 |
global.c
|
tweaks: add calls of die() for five theoretical programming mistakes
|
2020-02-28 19:15:23 +01:00 |
help.c
|
tweaks: pull the NUL-terminating of a string into a function
|
2020-02-20 17:08:32 +01:00 |
history.c
|
copyright: update the years for significantly changed files
|
2020-01-15 12:11:56 +01:00 |
move.c
|
copyright: update the years for the FSF
|
2020-01-15 11:42:38 +01:00 |
nano.c
|
tweaks: rename two more elements of an undo record, for symmetry
|
2020-02-27 10:08:48 +01:00 |
nano.h
|
tweaks: invert the logic of a symbol, to make more sense
|
2020-03-05 15:12:08 +01:00 |
prompt.c
|
tweaks: relocate eleven functions to before they are called
|
2020-02-14 19:10:21 +01:00 |
proto.h
|
tweaks: strip a parameter that is equivalent to 'openfile' for both calls
|
2020-03-08 12:54:47 +01:00 |
rcfile.c
|
tweaks: improve four comments, and condense two fragments of code
|
2020-03-04 16:45:26 +01:00 |
search.c
|
tweaks: drop two comments that contain variable names
|
2020-02-25 16:59:27 +01:00 |
text.c
|
tweaks: when appropriate, move starting point of justified region back
|
2020-03-09 11:33:16 +01:00 |
utils.c
|
tweaks: factor out a three-line condition into a separate function
|
2020-03-05 16:09:56 +01:00 |
winio.c
|
feedback: make sure that a later message can overwrite a short warning
|
2020-02-26 16:41:09 +01:00 |