[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.8a
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.8a |
Date: |
Wed, 08 Sep 2010 21:23:32 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.8a.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Thu Sep 9 01:20:04 UTC 2010
------------------------------------------------------------------------------
CHANGES | 31
MANIFEST | 4
aclocal.m4 | 40
api.c | 20
basic.c | 18
bind.c | 87
blist.c | 10
btree.c | 4
buffer.c | 48
builtflt.c | 14
charsets.c | 59
configure | 4537 ++++++++++++++++++++++-----------------------
configure.in | 34
display.c | 70
doc/config.doc | 37
doc/config.html | 37
doc/vile-hlp.html | 4
doc/vile-toc.html | 4
eightbit.c | 22
estruct.h | 83
eval.c | 32
exec.c | 38
file.c | 20
filec.c | 10
fileio.c | 24
filters/au3-filt.l | 10
filters/bas-filt.l | 4
filters/c-filt.c | 4
filters/ecrypt.c | 241 +-
filters/filterio.c | 7
filters/filters.c | 12
filters/flt_defs.h | 135 -
filters/htmlfilt.l | 4
filters/key-filt.c | 6
filters/m4-filt.c | 4
filters/makefile.2nd | 19
filters/makefile.in | 4
filters/makefile.wnt | 9
filters/pl-filt.c | 18
filters/rubyfilt.c | 4
filters/tc-filt.l | 4
filters/unfilter.c | 6
filters/vilefilt.l | 4
filters/xml-filt.l | 4
filters/xq-filt.l | 4
finderr.c | 19
glob.c | 4
history.c | 18
input.c | 77
insert.c | 10
itbuff.c | 6
line.c | 24
macros/XVile.ad | 7
main.c | 27
makefile.in | 4
makefile.wnt | 12
map.c | 12
menu.c | 9
mktbls.c | 18
modes.c | 34
msgs.c | 4
npopen.c | 14
oneliner.c | 10
package/debian/changelog | 6
package/vile.spec | 90
patchlev.h | 2
path.c | 6
perl.xs | 165 -
proto.h | 36
random.c | 19
regexp.c | 17
region.c | 6
revlist | 180 -
select.c | 40
spawn.c | 44
statevar.c | 31
tbuff.c | 6
tcap.c | 14
termio.c | 8
ucrypt.c | 148 -
vile-9.8a/encrypt.c | 333 +++
vile-9.8a/vl_crypt.h | 124 +
vile.hlp | 11
vl_alloc.h | 8
vl_ctype.c | 6
wcwidth.c | 6
window.c | 16
word.c | 21
x11.c | 287 --
x11menu.c | 30
xtermkeys.h | 6
91 files changed, 3877 insertions(+), 3888 deletions(-)
------------------------------------------------------------------------------
20100908 (a)
> Tom Dickey:
+ modify configure check for gcc's -r dynamic option to include the
message from QNX's gcc 2.95.2, which simply ignores the "dynamic".
+ modify RPM spec-file to remove the doc-directories' scripts at build
time, since rpmbuild 4.4.2.3 on Centos 5.5 automatically adds unwanted
dependencies on the Perl scripts found there as part of the package's
requirements for installing.
+ fix many strict gcc compiler warnings.
+ remove support for OpenLook.
+ add configure --enable-colored-menus option (discussion with Chris
Green).
+ modify makefiles for winvile so that it supports unix-style
encryption.
+ modify vile-crypt to accept a "-u" option for unix-style encryption.
+ add Jochen Obalek's unix-style crypt function for platforms without
that, e.g., win32 and OS/2.
+ modify perl.xs to build/work with perl 5.004 (cf: 9.7e).
+ add configure workaround for perl 5.004's prototype for main().
+ drop two symbols from embedded-Perl configure check, since they did
not appear in 5.004, and are not used by perl.xs
+ build-fix for OS/2 EMX:
+ remove a '/' after $(DESTDIR), to work with DOS devices.
+ suppress unsupported "inline" definition for icc compiler.
+ build/runtime fixes for DJGPP:
+ provide fallback for intptr_t type.
+ amend a change from 9.7h which assigned a non-malloc'd pointer to
context where it was later freed.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.8a,
Thomas Dickey <=