From owner-dev-commits-src-all@freebsd.org Sun Mar 14 16:57:44 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D67DE5ABFC1; Sun, 14 Mar 2021 16:57:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dz5MX5jhNz4TjQ; Sun, 14 Mar 2021 16:57:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6E0020EB5; Sun, 14 Mar 2021 16:57:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12EGvilu096825; Sun, 14 Mar 2021 16:57:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12EGviQb096822; Sun, 14 Mar 2021 16:57:44 GMT (envelope-from git) Date: Sun, 14 Mar 2021 16:57:44 GMT Message-Id: <202103141657.12EGviQb096822@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Dmitry Chagin Subject: git: 5224c2a3bc95 - main - Merge tcsh 6.22.03-ceccc7f MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dchagin X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5224c2a3bc95b431f729f3692f264395248d8acc Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 16:57:44 -0000 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 AuthorDate: 2021-03-14 16:33:13 +0000 Commit: Dmitry Chagin 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@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