nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 455899fe272eb8584d1a17e283a54d5da9455503
parent 6aef1fa90577d8e9f67accf6da3f8676d1512b32
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 16 May 2018 11:01:56 +0200

credits: sort the names roughly according to amount of influence

And spell-fix a name.

Diffstat:
MChangeLog.1999-2006 | 2+-
Msrc/winio.c | 10+++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog.1999-2006 b/ChangeLog.1999-2006 @@ -8278,7 +8278,7 @@ nano 0.7.6 - 2000.01.15 having a newline at the end doesn't get read, bugfix in do_replace with replace all, more/better comments. (Robert Siemborski) 0.7.2 Our first patch accepted into the source! configure fixes - and optimizations (Erik Anderson). Added missing stdarg.h to winio.c. + and optimizations (Erik Andersen). Added missing stdarg.h to winio.c. Bug fix in update_line for editing long lines. Fixed arguments being put into the filename when none is specified. Preliminary +line command argument function. diff --git a/src/winio.c b/src/winio.c @@ -3503,15 +3503,15 @@ void do_credits(void) "", NULL, /* "Brought to you by:" */ "Chris Allegretta", + "Benno Schulenberg", + "David Lawrence Ramsey", "Jordi Mallach", + "David Benbennick", + "Rocco Corsi", + "Mike Frysinger", "Adam Rogoyski", "Rob Siemborski", - "Rocco Corsi", - "David Lawrence Ramsey", - "David Benbennick", "Mark Majeres", - "Mike Frysinger", - "Benno Schulenberg", "Ken Tyler", "Sven Guckes", "Bill Soudan",