nano

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

commit 88bf487dd085c70507c6dfb9c179e6949dffc417
parent 31023f0f4d0b319c188ef81a2c3889003eba7810
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 18 Apr 2007 13:45:57 +0000

fix changelog entries


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4076 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,25 +1,26 @@ 2007-04-17 David Lawrence Ramsey <pooka109@gmail.com> - * files.c (real_dir_from_tilde): Fix long-standing problem where - directory names that began with "~", but that weren't users' - home directories, could be erroneously treated as users' home - directories (e.g. "~d/" would be treated as "~daemon/"). (DLR, - found by Justin Fletcher) + * files.c (real_dir_from_tilde): Fix long-standing problem, + found by Justin Fletcher, where directory names that began with + "~", but that weren't users' home directories, could be + erroneously treated as users' home directories (e.g. "~d/" would + be treated as "~daemon/"). * files.c (input_tab): Don't bother checking if num_matches is - less than zero, as it's a size_t and hence unsigned. (DLR) + less than zero, as it's a size_t and hence unsigned. 2007-04-16 David Lawrence Ramsey <pooka109@gmail.com> - * files.c (real_dir_from_tilde): Fix segfault when dealing with - directory names that begin with "~", but that aren't users' home - directories. (DLR, found by Justin Fletcher) + * files.c (real_dir_from_tilde): Fix segfault, found by Justin + Fletcher, when dealing with directory names that begin with "~", + but that aren't users' home directories. 2007-04-11 Mike Frysinger <vapier@gentoo.org> * doc/syntax/asm.nanorc, doc/syntax/c.nanorc, doc/syntax/sh.nanorc: Copy the regex that highlights trailing - whitespace from doc/syntax/java.nanorc to these files, as it's - also useful in them. (With minor tweaks by DLR.) + whitespace (with minor tweaks by David Lawrence Ramsey) from + doc/syntax/java.nanorc to these files, as it's also useful in + them. 2007-04-04 David Lawrence Ramsey <pooka109@gmail.com>