Source-Changes-HG archive

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

[src/trunk]: src/dist These have moved to external



details:   https://anonhg.NetBSD.org/src/rev/a8c949074c63
branches:  trunk
changeset: 324973:a8c949074c63
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 28 22:37:58 2013 +0000

description:
These have moved to external

diffstat:

 dist/nvi/Changes                    |     34 -
 dist/nvi/LICENSE                    |     39 -
 dist/nvi/README                     |    104 -
 dist/nvi/README.1st                 |     17 -
 dist/nvi/README.DB3                 |     22 -
 dist/nvi/TODO                       |    123 -
 dist/nvi/build.unix/README          |    362 -
 dist/nvi/build.unix/README.LynxOS   |    320 -
 dist/nvi/build.unix/README.Solaris  |     10 -
 dist/nvi/catalog/Makefile           |     84 -
 dist/nvi/catalog/README             |    166 -
 dist/nvi/catalog/dump.c             |     91 -
 dist/nvi/catalog/dutch.base         |    306 -
 dist/nvi/catalog/dutch.owner        |      1 -
 dist/nvi/catalog/english.owner      |      1 -
 dist/nvi/catalog/french.base        |    308 -
 dist/nvi/catalog/german.base        |    306 -
 dist/nvi/catalog/german.owner       |      2 -
 dist/nvi/catalog/ru_RU.KOI8-R.base  |    214 -
 dist/nvi/catalog/ru_RU.KOI8-R.owner |      2 -
 dist/nvi/catalog/spanish.base       |    308 -
 dist/nvi/catalog/spell.ok           |     19 -
 dist/nvi/catalog/swedish.base       |    306 -
 dist/nvi/catalog/swedish.owner      |      1 -
 dist/nvi/cl/README.signal           |    174 -
 dist/nvi/cl/cl.h                    |    120 -
 dist/nvi/cl/cl_bsd.c                |    350 -
 dist/nvi/cl/cl_funcs.c              |    887 -
 dist/nvi/cl/cl_main.c               |    440 -
 dist/nvi/cl/cl_read.c               |    312 -
 dist/nvi/cl/cl_screen.c             |    578 -
 dist/nvi/cl/cl_term.c               |    481 -
 dist/nvi/cl/extern.h                |     59 -
 dist/nvi/clib/bsearch.c             |     87 -
 dist/nvi/clib/env.c                 |    160 -
 dist/nvi/clib/gethostname.c         |     24 -
 dist/nvi/clib/iswblank.c            |     16 -
 dist/nvi/clib/memchr.c              |     64 -
 dist/nvi/clib/memset.c              |    139 -
 dist/nvi/clib/mkstemp.c             |    131 -
 dist/nvi/clib/mmap.c                |     46 -
 dist/nvi/clib/snprintf.c            |     47 -
 dist/nvi/clib/strdup.c              |     64 -
 dist/nvi/clib/strpbrk.c             |     63 -
 dist/nvi/clib/strsep.c              |     85 -
 dist/nvi/clib/strtol.c              |    133 -
 dist/nvi/clib/strtoul.c             |    112 -
 dist/nvi/clib/vsnprintf.c           |     33 -
 dist/nvi/common/api.c               |    609 -
 dist/nvi/common/args.h              |     31 -
 dist/nvi/common/common.h            |    112 -
 dist/nvi/common/conv.c              |    431 -
 dist/nvi/common/conv.h              |     28 -
 dist/nvi/common/cut.c               |    354 -
 dist/nvi/common/cut.h               |     81 -
 dist/nvi/common/db.c                |    690 -
 dist/nvi/common/db.h                |    146 -
 dist/nvi/common/db1.c               |    360 -
 dist/nvi/common/dbinternal.h        |      3 -
 dist/nvi/common/delete.c            |    160 -
 dist/nvi/common/dldb.c              |     47 -
 dist/nvi/common/exf.c               |   1650 -
 dist/nvi/common/exf.h               |     92 -
 dist/nvi/common/extern.h            |    218 -
 dist/nvi/common/gs.c                |    218 -
 dist/nvi/common/gs.h                |    212 -
 dist/nvi/common/key.c               |    842 -
 dist/nvi/common/key.h               |    229 -
 dist/nvi/common/log.c               |    806 -
 dist/nvi/common/log.h               |     31 -
 dist/nvi/common/log4.c              |    458 -
 dist/nvi/common/main.c              |    529 -
 dist/nvi/common/mark.c              |    263 -
 dist/nvi/common/mark.h              |     45 -
 dist/nvi/common/mem.h               |    207 -
 dist/nvi/common/msg.c               |    929 -
 dist/nvi/common/msg.h               |     67 -
 dist/nvi/common/multibyte.h         |    108 -
 dist/nvi/common/nothread.c          |     58 -
 dist/nvi/common/options.awk         |     21 -
 dist/nvi/common/options.c           |   1190 -
 dist/nvi/common/options.h           |    104 -
 dist/nvi/common/options_f.c         |    299 -
 dist/nvi/common/pthread.c           |    107 -
 dist/nvi/common/put.c               |    230 -
 dist/nvi/common/recover.c           |    859 -
 dist/nvi/common/screen.c            |    238 -
 dist/nvi/common/screen.h            |    283 -
 dist/nvi/common/search.c            |    482 -
 dist/nvi/common/seq.c               |    369 -
 dist/nvi/common/seq.h               |     46 -
 dist/nvi/common/trace.c             |     93 -
 dist/nvi/common/util.c              |    196 -
 dist/nvi/common/util.h              |     59 -
 dist/nvi/common/util2.c             |     38 -
 dist/nvi/common/vi.src              |     37 -
 dist/nvi/common/vi_auto.c           |    810 -
 dist/nvi/common/vi_auto.h           |     42 -
 dist/nvi/common/vi_rec.c            |    323 -
 dist/nvi/dist/ExtUtils/Embed.pm     |    473 -
 dist/nvi/dist/INSTALL               |    182 -
 dist/nvi/dist/Makefile.am           |    381 -
 dist/nvi/dist/Makefile.in           |   1797 --
 dist/nvi/dist/acconfig.h            |    126 -
 dist/nvi/dist/aclocal.m4            |   7440 --------
 dist/nvi/dist/compile               |     99 -
 dist/nvi/dist/config.guess          |   1516 -
 dist/nvi/dist/config.h.in           |    283 -
 dist/nvi/dist/config.sub            |   1626 -
 dist/nvi/dist/configure             |  30513 ----------------------------------
 dist/nvi/dist/configure.in          |   1073 -
 dist/nvi/dist/depcomp               |    411 -
 dist/nvi/dist/distrib               |     88 -
 dist/nvi/dist/export                |     26 -
 dist/nvi/dist/findconfig            |     14 -
 dist/nvi/dist/install-sh            |    507 -
 dist/nvi/dist/ltconfig              |   2967 ---
 dist/nvi/dist/ltmain.sh             |   6930 -------
 dist/nvi/dist/m4/gtk.m4             |    194 -
 dist/nvi/dist/missing               |    283 -
 dist/nvi/dist/mkinstalldirs         |     40 -
 dist/nvi/dist/pathnames.h.in        |     49 -
 dist/nvi/dist/port.h.in             |    199 -
 dist/nvi/dist/recover.in            |     59 -
 dist/nvi/dist/script                |     41 -
 dist/nvi/dist/spell.ok              |     58 -
 dist/nvi/docs/README                |     26 -
 dist/nvi/docs/edit/Makefile         |     20 -
 dist/nvi/docs/edit/edittut.ms       |   2254 --
 dist/nvi/docs/exref/Makefile        |     33 -
 dist/nvi/docs/exref/ex.rm           |   2187 --
 dist/nvi/docs/exref/ex.summary      |    704 -
 dist/nvi/docs/vi.man/Makefile       |     23 -
 dist/nvi/docs/vi.man/spell.ok       |    179 -
 dist/nvi/docs/vi.man/vi.1           |   1638 -
 dist/nvi/docs/vi.ref/Makefile       |     25 -
 dist/nvi/docs/vi.ref/ex.cmd.texi    |   1987 --
 dist/nvi/docs/vi.ref/ref.texi       |     65 -
 dist/nvi/docs/vi.ref/set.opt.texi   |   1371 -
 dist/nvi/docs/vi.ref/spell.ok       |    414 -
 dist/nvi/docs/vi.ref/vi.cmd.texi    |   3155 ---
 dist/nvi/docs/vi.ref/vi.texi        |   1829 --
 dist/nvi/docs/vitut/Makefile        |     43 -
 dist/nvi/docs/vitut/vi.apwh.ms      |   1032 -
 dist/nvi/docs/vitut/vi.chars        |    619 -
 dist/nvi/docs/vitut/vi.in           |   2048 --
 dist/nvi/docs/vitut/vi.summary      |    442 -
 dist/nvi/ex/ex.awk                  |      6 -
 dist/nvi/ex/ex.c                    |   2354 --
 dist/nvi/ex/ex.h                    |    235 -
 dist/nvi/ex/ex_abbrev.c             |    115 -
 dist/nvi/ex/ex_append.c             |    270 -
 dist/nvi/ex/ex_args.c               |    332 -
 dist/nvi/ex/ex_argv.c               |    763 -
 dist/nvi/ex/ex_at.c                 |    126 -
 dist/nvi/ex/ex_bang.c               |    190 -
 dist/nvi/ex/ex_cd.c                 |    129 -
 dist/nvi/ex/ex_cmd.c                |    474 -
 dist/nvi/ex/ex_cscope.c             |   1042 -
 dist/nvi/ex/ex_def.h                |     83 -
 dist/nvi/ex/ex_delete.c             |     65 -
 dist/nvi/ex/ex_display.c            |    140 -
 dist/nvi/ex/ex_edit.c               |    155 -
 dist/nvi/ex/ex_equal.c              |     59 -
 dist/nvi/ex/ex_file.c               |     83 -
 dist/nvi/ex/ex_filter.c             |    328 -
 dist/nvi/ex/ex_global.c             |    319 -
 dist/nvi/ex/ex_init.c               |    409 -
 dist/nvi/ex/ex_join.c               |    172 -
 dist/nvi/ex/ex_map.c                |    119 -
 dist/nvi/ex/ex_mark.c               |     45 -
 dist/nvi/ex/ex_mkexrc.c             |    101 -
 dist/nvi/ex/ex_move.c               |    197 -
 dist/nvi/ex/ex_open.c               |     46 -
 dist/nvi/ex/ex_perl.c               |     69 -
 dist/nvi/ex/ex_preserve.c           |    105 -
 dist/nvi/ex/ex_print.c              |    341 -
 dist/nvi/ex/ex_put.c                |     51 -
 dist/nvi/ex/ex_quit.c               |     46 -
 dist/nvi/ex/ex_read.c               |    366 -
 dist/nvi/ex/ex_screen.c             |    134 -
 dist/nvi/ex/ex_script.c             |    833 -
 dist/nvi/ex/ex_set.c                |     46 -
 dist/nvi/ex/ex_shell.c              |    371 -
 dist/nvi/ex/ex_shift.c              |    190 -
 dist/nvi/ex/ex_source.c             |     95 -
 dist/nvi/ex/ex_stop.c               |     51 -
 dist/nvi/ex/ex_subst.c              |   1451 -
 dist/nvi/ex/ex_tag.c                |   1484 -
 dist/nvi/ex/ex_tcl.c                |     80 -
 dist/nvi/ex/ex_txt.c                |    432 -
 dist/nvi/ex/ex_undo.c               |     77 -
 dist/nvi/ex/ex_usage.c              |    196 -
 dist/nvi/ex/ex_util.c               |    222 -
 dist/nvi/ex/ex_version.c            |     40 -
 dist/nvi/ex/ex_visual.c             |    166 -
 dist/nvi/ex/ex_write.c              |    382 -
 dist/nvi/ex/ex_yank.c               |     46 -
 dist/nvi/ex/ex_z.c                  |    150 -
 dist/nvi/ex/extern.h                |    133 -
 dist/nvi/ex/script.h                |     25 -
 dist/nvi/ex/tag.h                   |    111 -
 dist/nvi/ex/version.h               |      3 -
 dist/nvi/gtk/extern.h               |      7 -
 dist/nvi/gtk/gtk.h                  |     10 -
 dist/nvi/gtk/gtk_main.c             |    137 -
 dist/nvi/gtk/gtkvi.c                |    106 -
 dist/nvi/gtk/gtkvi.h                |     15 -
 dist/nvi/gtk/gtkviscreen.c          |    766 -
 dist/nvi/gtk/gtkviscreen.h          |     78 -
 dist/nvi/gtk/gtkviwindow.c          |    692 -
 dist/nvi/gtk/gtkviwindow.h          |     45 -
 dist/nvi/include/bitstring.h        |    145 -
 dist/nvi/include/sys/queue.h        |    261 -
 dist/nvi/ip/extern.h                |     33 -
 dist/nvi/ip/ip_funcs.c              |    522 -
 dist/nvi/ip/ip_main.c               |    323 -
 dist/nvi/ip/ip_read.c               |    387 -
 dist/nvi/ip/ip_screen.c             |     95 -
 dist/nvi/ip/ip_term.c               |    136 -
 dist/nvi/ip/vipc.pl                 |     30 -
 dist/nvi/ipc/extern.h               |      9 -
 dist/nvi/ipc/ip.h                   |    250 -
 dist/nvi/ipc/ip_run.c               |    267 -
 dist/nvi/ipc/ip_send.c              |    114 -
 dist/nvi/ipc/ip_trans.c             |    209 -
 dist/nvi/ipc/ipc.awk                |      6 -
 dist/nvi/ipc/ipc_cmd.c              |    112 -
 dist/nvi/ipc/ipc_def.h              |     62 -
 dist/nvi/ipc/ipc_gen.c              |    219 -
 dist/nvi/ipc/ipc_method.c           |    246 -
 dist/nvi/ipc/vipc.awk               |      6 -
 dist/nvi/motif/extern.h             |      4 -
 dist/nvi/motif/m_cde.c              |    150 -
 dist/nvi/motif/m_main.c             |    404 -
 dist/nvi/motif/nvi.xbm              |     27 -
 dist/nvi/motif/nvi.xpm              |     56 -
 dist/nvi/motif_l/TODO               |     90 -
 dist/nvi/motif_l/extern.h           |     31 -
 dist/nvi/motif_l/m_copypaste.c      |    246 -
 dist/nvi/motif_l/m_func.c           |    381 -
 dist/nvi/motif_l/m_menu.c           |    541 -
 dist/nvi/motif_l/m_motif.h          |    126 -
 dist/nvi/motif_l/m_options.c        |    768 -
 dist/nvi/motif_l/m_prompt.c         |     82 -
 dist/nvi/motif_l/m_ruler.c          |    355 -
 dist/nvi/motif_l/m_search.c         |    577 -
 dist/nvi/motif_l/m_tags.c           |    538 -
 dist/nvi/motif_l/m_util.c           |    158 -
 dist/nvi/motif_l/m_vi.c             |   1443 -
 dist/nvi/motif_l/vi_mextern.h       |     46 -
 dist/nvi/motif_l/xtabbed.c          |   3157 ---
 dist/nvi/nvi2netbsd                 |    147 -
 dist/nvi/perl_api/VI.pod            |    281 -
 dist/nvi/perl_api/extern.h          |     12 -
 dist/nvi/perl_api/nviperl.pod       |     43 -
 dist/nvi/perl_api/perl.xs           |   1594 -
 dist/nvi/perl_api/perlsfio.c        |     95 -
 dist/nvi/perl_api/typemap           |     57 -
 dist/nvi/perl_scripts/forall.pl     |     10 -
 dist/nvi/perl_scripts/make.pl       |     20 -
 dist/nvi/perl_scripts/tk.pl         |     20 -
 dist/nvi/perl_scripts/wc.pl         |     11 -
 dist/nvi/regex/COPYRIGHT            |     56 -
 dist/nvi/regex/WHATSNEW             |     94 -
 dist/nvi/regex/cclass.h             |     85 -
 dist/nvi/regex/cname.h              |    143 -
 dist/nvi/regex/engine.c             |   1103 -
 dist/nvi/regex/re_format.7          |    271 -
 dist/nvi/regex/regcomp.c            |   1736 -
 dist/nvi/regex/regerror.c           |    180 -
 dist/nvi/regex/regex.3              |    540 -
 dist/nvi/regex/regex.h              |    110 -
 dist/nvi/regex/regex2.h             |    174 -
 dist/nvi/regex/regexec.c            |    180 -
 dist/nvi/regex/regfree.c            |     83 -
 dist/nvi/regex/utils.h              |     59 -
 dist/nvi/tcl_api/extern.h           |      4 -
 dist/nvi/tcl_api/tcl.c              |    854 -
 dist/nvi/tcl_scripts/errors.tcl     |     44 -
 dist/nvi/tcl_scripts/gnats.tcl      |     95 -
 dist/nvi/tcl_scripts/mailprocs.tcl  |    115 -
 dist/nvi/tcl_scripts/wc.tcl         |     16 -
 dist/nvi/vi/extern.h                |    150 -
 dist/nvi/vi/getc.c                  |    224 -
 dist/nvi/vi/v_at.c                  |    117 -
 dist/nvi/vi/v_ch.c                  |    284 -
 dist/nvi/vi/v_cmd.c                 |    508 -
 dist/nvi/vi/v_delete.c              |    107 -
 dist/nvi/vi/v_event.c               |    448 -
 dist/nvi/vi/v_ex.c                  |    664 -
 dist/nvi/vi/v_increment.c           |    266 -
 dist/nvi/vi/v_init.c                |    122 -
 dist/nvi/vi/v_itxt.c                |    517 -
 dist/nvi/vi/v_left.c                |    285 -
 dist/nvi/vi/v_mark.c                |    245 -
 dist/nvi/vi/v_match.c               |    170 -
 dist/nvi/vi/v_paragraph.c           |    344 -
 dist/nvi/vi/v_put.c                 |    142 -
 dist/nvi/vi/v_redraw.c              |     39 -
 dist/nvi/vi/v_replace.c             |    204 -
 dist/nvi/vi/v_right.c               |    143 -
 dist/nvi/vi/v_screen.c              |     65 -
 dist/nvi/vi/v_scroll.c              |    449 -
 dist/nvi/vi/v_search.c              |    530 -
 dist/nvi/vi/v_section.c             |    253 -
 dist/nvi/vi/v_sentence.c            |    358 -
 dist/nvi/vi/v_status.c              |     41 -
 dist/nvi/vi/v_txt.c                 |   2903 ---
 dist/nvi/vi/v_ulcase.c              |    173 -
 dist/nvi/vi/v_undo.c                |    137 -
 dist/nvi/vi/v_util.c                |    169 -
 dist/nvi/vi/v_word.c                |    528 -
 dist/nvi/vi/v_xchar.c               |    105 -
 dist/nvi/vi/v_yank.c                |     82 -
 dist/nvi/vi/v_z.c                   |    147 -
 dist/nvi/vi/v_zexit.c               |     54 -
 dist/nvi/vi/vi.c                    |   1266 -
 dist/nvi/vi/vi.h                    |    387 -
 dist/nvi/vi/vs_line.c               |    544 -
 dist/nvi/vi/vs_msg.c                |    910 -
 dist/nvi/vi/vs_refresh.c            |    869 -
 dist/nvi/vi/vs_relative.c           |    297 -
 dist/nvi/vi/vs_smap.c               |   1234 -
 dist/nvi/vi/vs_split.c              |    965 -
 dist/pppd/FAQ                       |    636 -
 dist/pppd/PLUGINS                   |    280 -
 dist/pppd/README                    |    279 -
 dist/pppd/README.MPPE               |     85 -
 dist/pppd/README.MSCHAP80           |    205 -
 dist/pppd/README.MSCHAP81           |     65 -
 dist/pppd/README.cbcp               |     51 -
 dist/pppd/README.eap-srp            |    149 -
 dist/pppd/README.pwfd               |    174 -
 dist/pppd/SETUP                     |    111 -
 dist/pppd/chat/chat.8               |    583 -
 dist/pppd/chat/chat.c               |   1792 -
 dist/pppd/ppp2netbsd                |    130 -
 dist/pppd/pppd/auth.c               |   2594 --
 dist/pppd/pppd/cbcp.c               |    509 -
 dist/pppd/pppd/cbcp.h               |     28 -
 dist/pppd/pppd/ccp.c                |   1689 -
 dist/pppd/pppd/ccp.h                |     54 -
 dist/pppd/pppd/chap-md5.c           |    126 -
 dist/pppd/pppd/chap-md5.h           |     33 -
 dist/pppd/pppd/chap-new.c           |    648 -
 dist/pppd/pppd/chap-new.h           |    132 -
 dist/pppd/pppd/chap_ms.c            |    953 -
 dist/pppd/pppd/chap_ms.h            |    111 -
 dist/pppd/pppd/demand.c             |    376 -
 dist/pppd/pppd/eap.c                |   2445 --
 dist/pppd/pppd/eap.h                |    160 -
 dist/pppd/pppd/ecp.c                |    184 -
 dist/pppd/pppd/ecp.h                |     47 -
 dist/pppd/pppd/eui64.c              |     68 -
 dist/pppd/pppd/eui64.h              |    116 -
 dist/pppd/pppd/fsm.c                |    829 -
 dist/pppd/pppd/fsm.h                |    170 -
 dist/pppd/pppd/ipcp.c               |   2304 --
 dist/pppd/pppd/ipcp.h               |     98 -
 dist/pppd/pppd/ipv6cp.c             |   1575 -
 dist/pppd/pppd/ipv6cp.h             |    173 -
 dist/pppd/pppd/ipxcp.c              |   1609 -
 dist/pppd/pppd/ipxcp.h              |     96 -
 dist/pppd/pppd/lcp.c                |   2402 --
 dist/pppd/pppd/lcp.h                |    137 -
 dist/pppd/pppd/magic.c              |    134 -
 dist/pppd/pppd/magic.h              |     51 -
 dist/pppd/pppd/main.c               |   2170 --
 dist/pppd/pppd/multilink.c          |    591 -
 dist/pppd/pppd/options.c            |   1687 -
 dist/pppd/pppd/patchlevel.h         |      6 -
 dist/pppd/pppd/pathnames.h          |     71 -
 dist/pppd/pppd/plugins/minconn.c    |     68 -
 dist/pppd/pppd/plugins/passwordfd.c |     84 -
 dist/pppd/pppd/ppp.pam              |      6 -
 dist/pppd/pppd/pppcrypt.c           |    203 -
 dist/pppd/pppd/pppcrypt.h           |     50 -
 dist/pppd/pppd/pppd.8               |   1937 --
 dist/pppd/pppd/pppd.h               |    917 -
 dist/pppd/pppd/tty.c                |   1288 -
 dist/pppd/pppd/upap.c               |    693 -
 dist/pppd/pppd/upap.h               |    112 -
 dist/pppd/pppd/utils.c              |   1025 -
 dist/pppd/pppdump/bsd-comp.c        |    765 -
 dist/pppd/pppdump/deflate.c         |    361 -
 dist/pppd/pppdump/pppdump.8         |     64 -
 dist/pppd/pppdump/pppdump.c         |    547 -
 dist/pppd/pppstats/pppstats.8       |    228 -
 dist/pppd/pppstats/pppstats.c       |    576 -
 390 files changed, 0 insertions(+), 195098 deletions(-)

diffs (truncated from 196658 to 300 lines):

diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/Changes
--- a/dist/nvi/Changes  Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-Changes since 1.81.5
-    * various compilation fixes
-    * support for newer DBs
-    * tcl support compiles again
-Changes since 1.81.4
-    * add Changes document
-    * the preserve command overwrote the edited file; the problem
-      is really in DB; a bandaid was added
-    * configure changes
-       - -rpath now on by default
-       - check for iconv
-    * handle incomplete/invalid input
-    * upgrade libtool and automake
-    * Motif front-end was getting out of sync; fixed
-    * ^T works in presence of wide chars
-    * fix use of OPT_GLOBAL (YAMAMOTO Takashi <takashi.yamamoto%bigfoot.com@localhost>)
-    * missing fallback function added
-    * fix use of both leftright and number
-       (problem reported by Dima Dorfman <dima%unixfreak.org@localhost>)
-    * install everything 1.79 installed
-    * fix count argument for commands
-       (problem reported by Arfst Ludwig <Arfst.Ludwig%LHSystems.COM@localhost>)
-    * perl changes
-       - map no longer assumes its argument is the name of a perl function
-       - EXISTS for marks
-    * documentation changes
-       - vi.ref converted to texinfo
-       - vsplit documented
-Changes since 1.81.3
-    * support for newer ncurses
-    * various other wide character related changes
-    * eliminate spurious cursor movements on split screens
-    * use of gtk-1.2 allowed again
-    * small fix to Motif front-end
diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/LICENSE
--- a/dist/nvi/LICENSE  Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-/*-
- * Id: LICENSE,v 8.17 2000/08/18 14:58:41 bostic Exp (Sleepycat) Date: 2000/08/18 14:58:41
- */
-
-The following are the copyrights and redistribution conditions that apply
-to this copy of the Vi software.
-
-/*
- * Copyright (c) 1991, 1992, 1993, 1994
- *      The Regents of the University of California.  All rights reserved.
- *  Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
- *     Keith Bostic.  All rights reserved.
- *  Copyright (c) 1999, 2000
- *     Sven Verdoolaege.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/README
--- a/dist/nvi/README   Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,104 +0,0 @@
-#      Id: README,v 8.153 2001/04/30 09:31:12 skimo Exp (Berkeley) Date: 2001/04/30 09:31:12
-
-This is version 1.81.6 (2007-11-18) of nex/nvi, a reimplementation of the ex/vi
-text editors originally distributed as part of the Fourth Berkeley
-Software Distribution (4BSD), by the University of California, Berkeley.
-
-The directory layout is as follows:
-
-    LICENSE ....... Copyright, use and redistribution information.
-    README ........ This file.
-    build.unix .... UNIX build directory.
-    catalog ....... Message catalogs; see catalog/README.
-    cl ............ Vi interface to the curses(3) library.
-    clib .......... C library replacement source code.
-    common ........ Code shared by ex and vi.
-    db ............ A stripped-down, replacement db(3) library.
-    dist .......... Various files used to build the vi distribution.
-    docs .......... Ex/vi documentation, both current and historic.
-    docs/README ... Documentation overview.
-    docs/edit ..... Edit: A tutorial.
-    docs/exref .... Ex Reference Manual -- Version 3.7.
-    docs/vi.man ... UNIX manual page for nex/nvi.
-    docs/vi.ref ... Nex/nvi reference manual.
-    docs/vitut .... An Introduction to Display Editing with Vi.
-    ex ............ Ex source code.
-    gtk ........... Vi gtk application.
-    include ....... Replacement include files.
-    ip ............ Library interface to vi: vi side.
-    ipc ........... Library interface to vi: application side.
-    motif ......... Vi motif application.
-    motif_l ....... Motif library interface to vi.
-    perl_api ...... Perl scripting language support.
-    perl_scripts .. Perl scripts.
-    regex ......... POSIX 1003.2 regular expression library.
-    tcl_api ....... Tcl scripting language support.
-    tcl_scripts ... Tcl scripts.
-    vi ............ Vi source code.
-
-To build DB for a UNIX platform:
-
-    cd build.unix
-    ../dist/configure
-    make
-
-To build multiple UNIX versions of DB in the same source tree, create
-a new directory then configure and build.
-
-    mkdir build.bsdos3.0
-    cd build.bsdos3.0
-    ../dist/configure
-    make
-
-For additional information about building DB for UNIX platforms, the
-description of possible configuration options and other information
-on DB configuration and build issues, see the file build.unix/README.
-       
-Bug fixes and updated versions of this software will periodically be made
-available.  For more information, as well as a list of Frequently Asked
-Questions, see:
-
-       http://www.bostic.com/vi
-
-To ask questions about vi, report vi problems, request notification of
-future releases and/or bug fixes, or to contact the authors for any
-reason, please send email to:
-
-       bostic%bostic.com@localhost
-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-o This software is several years old and is the product of many folks' work.  
-
-       This software was originally derived from software contributed to
-       the University of California, Berkeley by Steve Kirkendall, the
-       author of the vi clone elvis.  Without his work, this work would
-       have been far more difficult.
-
-       IEEE POSIX 1003.2 style regular expression support is courtesy of
-       Henry Spencer, for which I am *very* grateful.
-
-       Elan Amir did the original 4BSD curses work that made it possible
-       to support a full-screen editor using curses.
-
-       George Neville-Neil added the Tcl interpreter, and the initial
-       interpreter design was his.
-
-       Sven Verdoolaege added the Perl interpreter.
-
-       Rob Mayoff provided the original Cscope support.
-
-o Many, many people suggested enhancements, and provided bug reports and
-  testing, far too many to individually thank.
-
-o From the original vi acknowledgements, by William Joy and Mark Horton:
-
-       Bruce Englar encouraged the early development of this display
-       editor.  Peter Kessler helped bring sanity to version 2's
-       command layout.  Bill Joy wrote versions 1 and 2.0 through 2.7,
-       and created the framework that users see in the present editor.
-       Mark Horton added macros and other features and made the editor
-       work on a large number of terminals and Unix systems.
-
-o And...
-       The financial support of UUNET Communications Services is gratefully
-       acknowledged.
diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/README.1st
--- a/dist/nvi/README.1st       Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-This is a development version of nvi.
-Use at your own risk.
-
-Please do not contact the original authors about bugs you
-find in this version. Contact skimo-vi%kotnet.org@localhost instead.
-
-There is no guarantee that anything in this version will be
-available in upcoming stable releases.
-
-New versions will be made available on 
-http://www.kotnet.org/~skimo/nvi
-
-As always this software comes with absolutely NO WARRANTY.
-
-Now read the original README file.
-
-Sven Verdoolaege
diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/README.DB3
--- a/dist/nvi/README.DB3       Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-This version of vi requires DB3.1 or better, which can be found
-on http://www.sleepycat.com/ .
-
-Note that there is a small problem with DB 3.2 in that it will
-not let nvi read in a final line that doesn't end in a newline.
-This should be fixed in DB 3.3
-
-If your system library (such as glibc prior to version 2.2) uses a
-previous version of db (e.g. DB2) internally, you must configure with
---enable-dynamic-loading to avoid symbols in the internally used db from
-being resolved against the newer db.
-
-If, on top of that, the vi binary is explicitly linked against that
-previous version of db (such as might happen if you enable the perl
-embedding), you should compile the 3.x version with all symbols internally
-resolved.  In case you use the Gnu linker (ld), this can be accomplished
-by passing it the -Bsymbolic option. You can do this by setting CC
-to e.g. "gcc -Wl,-Bsymbolic" prior to configuring db.
-See docs/ref/build_unix/flags.html in the db distribution for more
-information.
-
-skimo%kotnet.org@localhost
diff -r e3eae589ad75 -r a8c949074c63 dist/nvi/TODO
--- a/dist/nvi/TODO     Thu Nov 28 22:36:52 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,123 +0,0 @@
-# Id: TODO,v 8.2 1997/04/12 15:53:31 bostic Exp (Berkeley) Date: 1997/04/12 15:53:31
-
-========================================================================
-GENERAL
-========================================================================
-2.0:   Open mode is not yet implemented.
-
-
-========================================================================
-DB
-========================================================================
-1.N    When nvi edits files that don't have trailing newlines, it appends
-       one, regardless.  This is required, by default, from POSIX.2.
-
-1.N:   If you run out of space in the recovery directory, the recovery
-       file is left in place.
-
-2.0:   It's known that it's possible to sync the backing files in the
-       wrong manner, leaving backup files that aren't recoverable.  This
-       is going to be left alone until we have a logging version of DB,
-       which will hopefully fix this (or at least make it possible to
-       easily do so).
-
-========================================================================
-VI
-========================================================================
-1.N:   Make the search pattern and command history (what the '.' command
-       executes) remembered between windows, or configurable so that it
-       is.
-
-1.N:   Change the screen scrolling to not eat user characters...  i.e.
-       g/pattern/foo should not eat already entered chars.
-
-1.N:   The vi main command loop should use the general-purpose overflow
-       and underflow routines.  In addition, the vi command loop uses
-       unsigned longs -- should probably be fixed as a 32-bit unsigned
-       type, and then check to make sure it's never used as as variable
-       type again.
-
-1.N:   Should "view" set a lock on the file?
-
-1.N:   Should "view" copy the file (or even open a recovery file)?
-
-1.N:   The strings found by searches should be highlighted until the next
-       character is entered.
-
-1.N:   Display a split vi screen for the :help command.
-
-1.N:   When getting a key for a continue screen, we should always read from
-       the terminal, not from a mapped key.
-
-1.N:   The sentence, paragraph and section movement commands don't match
-       historic practice in some boundary cases.  This should be left
-       alone until POSIX 1003.2 makes up its mind.
-
-1.N:   The vs_sm_fill routine should scroll if possible, not always redraw.
-
-1.N:   Think about setting a dirty/inuse bits on the lines of the SMAP
-       structure.  That way the message routines could steal lines and
-       refresh would continue to work, because it would know not to touch



Home | Main Index | Thread Index | Old Index