vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vile] vile-9.8c.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.8c.patch.gz
Date: Mon, 06 Dec 2010 05:56:31 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ftp://invisible-island.net/vile/patches/vile-9.8c.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon Dec  6 09:28:49 UTC 2010
 ------------------------------------------------------------------------------
 CHANGES                  |   28 
 MANIFEST                 |    2 
 aclocal.m4               |  231 +
 bind.c                   |    4 
 cmdtbl                   |    4 
 config.guess             |  172 -
 config.sub               |  109 
 configure                | 4957 ++++++++++++++++++++--------------
 djhandl.c                |  146 -
 eightbit.c               |  657 ----
 encrypt.c                |  246 -
 estruct.h                |    4 
 exec.c                   |   10 
 filec.c                  |    4 
 filters/ada-filt.l       |    9 
 filters/as-filt.l        |   17 
 filters/asm-filt.l       |   17 
 filters/atr2html.c       |    5 
 filters/au3-filt.l       |   13 
 filters/awk-filt.l       |   17 
 filters/bas-filt.l       |   17 
 filters/bat-filt.l       |   15 
 filters/bnf-filt.l       |    9 
 filters/cfg-filt.l       |    8 
 filters/conffilt.l       |   11 
 filters/css-filt.l       |   13 
 filters/cwebfilt.l       |   19 
 filters/dcl-filt.l       |   12 
 filters/def-filt.l       |    7 
 filters/ecl-filt.l       |   10 
 filters/ecrypt.c         |    4 
 filters/esqlfilt.l       |   19 
 filters/est-filt.l       |    9 
 filters/fdl-filt.l       |    7 
 filters/hs-filt.l        |   13 
 filters/htmlfilt.l       |   39 
 filters/imakeflt.l       |   47 
 filters/infofilt.l       |   10 
 filters/ini-filt.l       |   11 
 filters/iss-filt.l       |   13 
 filters/latexflt.l       |   25 
 filters/lex-filt.l       |   23 
 filters/lispfilt.l       |   13 
 filters/lua-filt.l       |    7 
 filters/mailfilt.l       |    8 
 filters/makefilt.l       |   34 
 filters/mc-filt.l        |   13 
 filters/mcrlfilt.l       |    4 
 filters/midlfilt.l       |   12 
 filters/mms-filt.l       |   10 
 filters/nr-filt.l        |   12 
 filters/pas-filt.l       |    7 
 filters/php-filt.l       |   14 
 filters/pot-filt.l       |   15 
 filters/ps-filt.l        |   13 
 filters/py-filt.l        |    8 
 filters/rc-filt.l        |    7 
 filters/rcs-filt.l       |   12 
 filters/rexxfilt.l       |    7 
 filters/rpm-filt.l       |   25 
 filters/rtf-filt.l       |   11 
 filters/sccsfilt.l       |   12 
 filters/scm-filt.l       |   14 
 filters/sh-filt.l        |   22 
 filters/sml-filt.l       |   17 
 filters/spellflt.l       |   16 
 filters/sql-filt.l       |   12 
 filters/tbl-filt.l       |    8 
 filters/tc-filt.l        |   14 
 filters/tcl-filt.l       |   17 
 filters/texifilt.l       |    9 
 filters/ti-filt.l        |   14 
 filters/txt-filt.l       |    8 
 filters/vilefilt.l       |   31 
 filters/vl-filt.l        |   13 
 filters/wbt-filt.l       |   11 
 filters/xml-filt.l       |   22 
 filters/xq-filt.l        |   28 
 filters/xresfilt.l       |   10 
 filters/xs-filt.l        |   18 
 filters/yaccfilt.l       |   18 
 glob.c                   |    4 
 gppconio.c               |  874 +++---
 input.c                  |    4 
 macros/modes.rc          |    6 
 main.c                   |   18 
 npopen.c                 |   14 
 ntconio.c                |   43 
 ntwinio.c                |    8 
 oneliner.c               |    6 
 os2pipe.c                |  438 +--
 package/debian/changelog |    6 
 package/vile.spec        |    9 
 patchlev.h               |    2 
 path.c                   |    4 
 proto.h                  |    3 
 termio.c                 |   10 
 version.c                |   22 
 vile-9.8c/gnreight.h     | 6453 +++++++++++++++++++++++++++++++++++++++++++++
 vl_ctype.c               |   17 
 vl_ctype.h               |   12 
 vmspipe.c                |  390 +-
 w32cmd.c                 | 1220 +++-----
 w32oo.cpp                |    2 
 w32pipe.c                |  792 ++---
 w32reg.c                 |  393 +-
 watch.c                  |   10 
 x11.c                    |    4 
 108 files changed, 12645 insertions(+), 5658 deletions(-)
 ------------------------------------------------------------------------------
 Please remove the following file before applying this patch.
 (You can feed this patch to 'sh' to do so.)

rm -f doc/ncu-indent
exit


 20101206 (c)
        > Rick Sladkey
        + add Unicode support to the vile Win32 console driver.
        > Tom Dickey:
        + add generated set of single-byte encodings, to replace the ASCII and
          ISO-8859-1 fallbacks used when no suitable 8-bit "narrow" locale can
          be setup.  The tables also have the corresponding set of locale names,
          which provides a fallback for cases when the locale support is
          incomplete (prompted by report by Ramil Farkhshatov).
        + modify CF_WITH_CURSES_DIR and related macros so the --with-curses-dir
          option applies to both ncurses and curses.
        + modify CF_X_ATHENA and CF_X_TOOLKIT autoconf macros to accomodate
          changes in xorg package scripts.
        + modify several autoconf macros to lessen use of legacy
          "${name-value}" feature in favor of standard "${name:-value}", since
          it is broken in recent version of bash.
        + remove a spurious '\' in backreference for sed in CF_LEX_VERSION
          macro (report by Mark McKinstry)
        + add ".yy" suffix to yaccmode.
        + add ".gperf" and ".ll" suffixes to lexmode.
        + ncu-indent is now provided by "cindent" at
          http://invisible-island.net/cindent/
        + set pointsize in output from atr2html.
        + use cindent to format the ".c"-files.
        + use cindent to format the lex-files.
        + correct description of "copy-to-clipboard" in cmdtbl.
        + update config.guess, config.sub

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]