[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] ANN: vile-9.8o
From: |
Thomas Dickey |
Subject: |
[vile] ANN: vile-9.8o |
Date: |
Thu, 2 Oct 2014 04:38:52 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/vile/current/vile-9.8o.tgz
ftp://invisible-island.net/vile/current/vile-9.8o.tgz.asc
ftp://invisible-island.net/vile/patches/MD5sums
ftp://invisible-island.net/vile/patches/vile-9.8o.patch.gz
ftp://invisible-island.net/vile/patches/vile-9.8o.patch.gz.asc
ftp://invisible-island.net/vile/patches/vile-9.8o.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Thu Oct 2 08:29:03 UTC 2014
------------------------------------------------------------------------------
CHANGES | 30
MANIFEST | 2
aclocal.m4 | 166
buffer.c | 10
config.sub | 12
configure |10042 ++++++++++++++++++++++++++-------------------
configure.in | 28
doc/filters.doc | 7
doc/filters.html | 10
doc/vile-toc.html | 4
fileio.c | 4
filters/conffilt.l | 4
filters/filters.rc | 9
filters/ini-filt.l | 12
filters/makefile.in | 8
filters/manfilt.c | 6
line.c | 30
macros/modes.rc | 7
main.c | 6
makefile.in | 12
modes.c | 7
package/convile.nsi | 6
package/debian/changelog | 6
package/minvile.nsi | 6
package/vile.spec | 9
package/winvile.nsi | 6
patchlev.h | 4
perl.xs | 4
proto.h | 3
revlist | 208
trace.c | 24
w32info.rc | 10
32 files changed, 6254 insertions(+), 4448 deletions(-)
------------------------------------------------------------------------------
20141002 (o)
> Tom Dickey:
+ fix some leaks, etc., reported by valgrind and Coverity.
+ correct filtername setting for issmode, which used ini-filter.
+ add ":" and "#" to ini-filter as aliases for "=" and ";"
+ add desktop-mode, using ini-filter.
+ revise ldel_chars() function to restore feature of backspacelimit
to delete newlines while backspacing. This was lost in 9.5s changes
(Savannah #43291).
+ add case to CF_XOPEN_SOURCE for Unixware, from lynx.
+ modify configure script to define _NETBSD_SOURCE for Minix, because
its header files put the POSIX.1-2001 prototypes, such as isblank,
there.
+ add vile-to-html, vile-libdir-path to uninstall rule
+ modify configure script to supply default "-o" option for the install
program, since MINIX's does not provide a useful default.
+ other tweaks to work around deficiencies in Ash's parser, e.g., not
counting tokens until after dequoting.
+ modify configure script to avoid using "expr", fixing problem using
this with MINIX3.2, which uses Ash - a shell which omits the "<",
"<=", etc., comparison operators which POSIX specifies for "expr".
+ CF_ADD_LIBS workaround in CF_X_TOOLKIT uses pkgconfig, whose files
generally are using incomplete dependencies - in turn introducing
lots of duplication. filter out the duplicates.
+ CF_CURSES_FUNCS improve workaround for weak-linkage, seems to fix
tests with NetBSD 6.1
+ CF_X_ATHENA add --with-Xaw3dxft option
+ CF_X_TOOLKIT add workaround for breakage in XQuartz upgrades
+ update config.sub
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [vile] ANN: vile-9.8o,
Thomas Dickey <=