git: 5224c2a3bc95 - main - Merge tcsh 6.22.03-ceccc7f

Dmitry Chagin dchagin at FreeBSD.org
Sun Mar 14 16:57:44 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=5224c2a3bc95b431f729f3692f264395248d8acc

commit 5224c2a3bc95b431f729f3692f264395248d8acc
Merge: 9db44a8e5da9 1b174d6cdff5
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-03-14 16:33:13 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-03-14 16:33:13 +0000

    Merge tcsh 6.22.03-ceccc7f
    
    PR:             252663
    MFC after:      1 week

 contrib/tcsh/FAQ            |  339 ++--
 contrib/tcsh/Fixes          |   23 +
 contrib/tcsh/Imakefile      |   14 +-
 contrib/tcsh/Makefile.ADMIN |   24 +
 contrib/tcsh/Makefile.in    |   11 +-
 contrib/tcsh/Makefile.std   |    2 +-
 contrib/tcsh/Makefile.vms   |    2 +-
 contrib/tcsh/README.md      |    9 +-
 contrib/tcsh/configure      | 3803 +++++++++++++++++++++++++------------------
 contrib/tcsh/dot.login      |   12 +
 contrib/tcsh/dot.tcshrc     |  110 ++
 contrib/tcsh/ed.chared.c    |   18 +-
 contrib/tcsh/ed.inputl.c    |    2 +-
 contrib/tcsh/ed.screen.c    |    2 +-
 contrib/tcsh/ed.xmap.c      |    2 +-
 contrib/tcsh/host.defs      |    2 +-
 contrib/tcsh/patchlevel.h   |    6 +-
 contrib/tcsh/sh.c           |   17 +-
 contrib/tcsh/sh.dir.c       |   41 +-
 contrib/tcsh/sh.dol.c       |  132 +-
 contrib/tcsh/sh.exp.c       |    2 +-
 contrib/tcsh/sh.func.c      |    5 +-
 contrib/tcsh/sh.glob.c      |   11 +-
 contrib/tcsh/sh.h           |    6 +-
 contrib/tcsh/sh.hist.c      |   10 +-
 contrib/tcsh/sh.lex.c       |   47 +-
 contrib/tcsh/sh.misc.c      |   21 +-
 contrib/tcsh/sh.set.c       |   14 +-
 contrib/tcsh/tc.alloc.c     |   10 +
 contrib/tcsh/tc.disc.c      |    4 +
 contrib/tcsh/tc.os.c        |    2 +-
 contrib/tcsh/tc.prompt.c    |    2 +-
 contrib/tcsh/tcsh.man       |   21 +-
 contrib/tcsh/tcsh.man.new   |   64 +-
 contrib/tcsh/tw.parse.c     |    4 +-
 35 files changed, 2855 insertions(+), 1939 deletions(-)

diff --cc contrib/tcsh/Makefile.ADMIN
index 000000000000,5ad3bb8fb3c5..5ad3bb8fb3c5
mode 000000,100644..100644
--- a/contrib/tcsh/Makefile.ADMIN
+++ b/contrib/tcsh/Makefile.ADMIN
diff --cc contrib/tcsh/README.md
index 58a30738daa6,000000000000..df6671b0316e
mode 100644,000000..100644
--- a/contrib/tcsh/README.md
+++ b/contrib/tcsh/README.md
@@@ -1,26 -1,0 +1,29 @@@
 +# TCSH
 +
 +*C shell with file name completion and command line editing*
 +
 +The Tcsh source code is available on GitHub as a read-only repo
 +mirror at:
 +
- > http://github.com/tcsh-org/tcsh
++> https://github.com/tcsh-org/tcsh
 +
 +Instructions for compiling Tcsh can be found in [BUILDING].
 +
 +PLEASE file any bug reports, fixes, and code for new features at:
 +
 +> https://bugs.astron.com/
 +
 +Comments, questions, etc. (even flames) are welcome via email to
 +the tcsh mailing list:
 +
 +> tcsh at astron.com  
 +> https://mailman.astron.com/mailman/listinfo/tcsh
 +
 +[![Build Status][status]][travis]
++[![Coverity Scan][badge]][coverity]
 +
 +[BUILDING]: BUILDING
- [status]: https://travis-ci.org/tcsh-org/tcsh.svg?branch=master
- [travis]: https://travis-ci.org/tcsh-org/tcsh
++[badge]: https://scan.coverity.com/projects/20307/badge.svg
++[coverity]: https://scan.coverity.com/projects/tcsh-org-tcsh
++[status]: https://travis-ci.com/tcsh-org/tcsh.svg?branch=master
++[travis]: https://travis-ci.com/tcsh-org/tcsh
diff --cc contrib/tcsh/dot.login
index 000000000000,18d6f9c9d4d3..18d6f9c9d4d3
mode 000000,100644..100644
--- a/contrib/tcsh/dot.login
+++ b/contrib/tcsh/dot.login
diff --cc contrib/tcsh/dot.tcshrc
index 000000000000,a155ed56a932..a155ed56a932
mode 000000,100644..100644
--- a/contrib/tcsh/dot.tcshrc
+++ b/contrib/tcsh/dot.tcshrc


More information about the dev-commits-src-main mailing list