1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4076 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2007-04-18 13:45:57 +00:00
родитель 31023f0f4d
Коммит 88bf487dd0

Просмотреть файл

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