From owner-cvs-src-old@FreeBSD.ORG Sat Jul 11 05:35:29 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C68A106564A for ; Sat, 11 Jul 2009 05:35:29 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E449B8FC0A for ; Sat, 11 Jul 2009 05:35:28 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B5ZS0p052915 for ; Sat, 11 Jul 2009 05:35:28 GMT (envelope-from mp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6B5ZSgs052914 for cvs-src-old@freebsd.org; Sat, 11 Jul 2009 05:35:28 GMT (envelope-from mp@repoman.freebsd.org) Message-Id: <200907110535.n6B5ZSgs052914@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mp@repoman.freebsd.org using -f From: Mark Peek Date: Sat, 11 Jul 2009 05:35:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcsh Fixes Imakefile Makefile.ADMIN Makefile.in README RELEASE-PROCEDURE complete.tcsh config.guess config.h.in config.rpath config.sub config_f.h configure configure.in ed.chared.c ed.decls.h ed.h ed.inputl.c ed.screen.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 05:35:29 -0000 mp 2009-07-11 05:35:08 UTC FreeBSD src repository Modified files: contrib/tcsh Fixes Imakefile Makefile.in README complete.tcsh config.guess config.h.in config.sub config_f.h configure configure.in ed.chared.c ed.decls.h ed.h ed.inputl.c ed.screen.c ed.term.h ed.xmap.c glob.c host.defs ma.setp.c patchlevel.h sh.c sh.char.c sh.char.h sh.decls.h sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.exp.c sh.file.c sh.func.c sh.glob.c sh.h sh.lex.c sh.proc.c sh.proc.h sh.sem.c sh.set.c snames.h tc.bind.c tc.const.c tc.decls.h tc.func.c tc.os.h tc.sig.h tc.str.c tcsh.man tw.color.c tw.comp.c tw.parse.c Added files: contrib/tcsh config.rpath Removed files: contrib/tcsh Makefile.ADMIN RELEASE-PROCEDURE Log: SVN rev 195609 on 2009-07-11 05:35:08Z by mp Update to tcsh 6.17.00. Approved by: re (kensmith) Revision Changes Path 1.2 +480 -0 src/contrib/tcsh/Fixes 1.2 +20 -14 src/contrib/tcsh/Imakefile 1.2 +0 -20 src/contrib/tcsh/Makefile.ADMIN (dead) 1.2 +143 -67 src/contrib/tcsh/Makefile.in 1.2 +16 -16 src/contrib/tcsh/README 1.2 +0 -27 src/contrib/tcsh/RELEASE-PROCEDURE (dead) 1.2 +600 -80 src/contrib/tcsh/complete.tcsh 1.2 +1050 -489 src/contrib/tcsh/config.guess 1.2 +233 -1 src/contrib/tcsh/config.h.in 1.1 +571 -0 src/contrib/tcsh/config.rpath (new) 1.2 +844 -120 src/contrib/tcsh/config.sub 1.2 +50 -18 src/contrib/tcsh/config_f.h 1.2 +9018 -1193 src/contrib/tcsh/configure 1.2 +152 -27 src/contrib/tcsh/configure.in 1.2 +846 -961 src/contrib/tcsh/ed.chared.c 1.2 +205 -197 src/contrib/tcsh/ed.decls.h 1.2 +65 -64 src/contrib/tcsh/ed.h 1.2 +245 -192 src/contrib/tcsh/ed.inputl.c 1.2 +344 -389 src/contrib/tcsh/ed.screen.c 1.2 +38 -8 src/contrib/tcsh/ed.term.h 1.2 +145 -227 src/contrib/tcsh/ed.xmap.c 1.2 +230 -236 src/contrib/tcsh/glob.c 1.2 +94 -39 src/contrib/tcsh/host.defs 1.2 +81 -105 src/contrib/tcsh/ma.setp.c 1.2 +3 -3 src/contrib/tcsh/patchlevel.h 1.3 +43 -29 src/contrib/tcsh/sh.c 1.2 +170 -205 src/contrib/tcsh/sh.char.c 1.2 +128 -63 src/contrib/tcsh/sh.char.h 1.2 +289 -236 src/contrib/tcsh/sh.decls.h 1.2 +377 -348 src/contrib/tcsh/sh.dir.c 1.2 +381 -427 src/contrib/tcsh/sh.dol.c 1.2 +193 -67 src/contrib/tcsh/sh.err.c 1.2 +280 -374 src/contrib/tcsh/sh.exec.c 1.2 +211 -266 src/contrib/tcsh/sh.exp.c 1.2 +224 -303 src/contrib/tcsh/sh.file.c 1.3 +179 -31 src/contrib/tcsh/sh.func.c 1.2 +362 -448 src/contrib/tcsh/sh.glob.c 1.2 +350 -304 src/contrib/tcsh/sh.h 1.2 +453 -508 src/contrib/tcsh/sh.lex.c 1.2 +361 -539 src/contrib/tcsh/sh.proc.c 1.2 +3 -14 src/contrib/tcsh/sh.proc.h 1.2 +216 -230 src/contrib/tcsh/sh.sem.c 1.2 +301 -241 src/contrib/tcsh/sh.set.c 1.2 +2 -1 src/contrib/tcsh/snames.h 1.2 +164 -707 src/contrib/tcsh/tc.bind.c 1.3 +12 -5 src/contrib/tcsh/tc.const.c 1.2 +198 -188 src/contrib/tcsh/tc.decls.h 1.3 +11 -11 src/contrib/tcsh/tc.func.c 1.2 +77 -227 src/contrib/tcsh/tc.os.h 1.2 +67 -120 src/contrib/tcsh/tc.sig.h 1.2 +341 -134 src/contrib/tcsh/tc.str.c 1.3 +28 -16 src/contrib/tcsh/tcsh.man 1.2 +83 -82 src/contrib/tcsh/tw.color.c 1.2 +140 -124 src/contrib/tcsh/tw.comp.c 1.2 +731 -638 src/contrib/tcsh/tw.parse.c