]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit - contrib/tcsh/Makefile.std
MFC r315948:
authordchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Apr 2017 11:16:11 +0000 (11:16 +0000)
committerdchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Apr 2017 11:16:11 +0000 (11:16 +0000)
commit766f1cb49e12a368166c288983d6b6ce24d19136
tree0a35c68f5663a65a0052b51289ef374bd8306610
parent662d0e0d84f9580b5c5f74a6503d997a097af7c9
MFC r315948:

Update tcsh to 6.20.00

MFC r315952:

Update tcsh to vendor git b605cb561d

Vendor changes:

1. PR/471: Daiki Ueno: Delay interpreting arginp until we've processed
our startup files (which can change the NLS environment).

2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar).

3. Fix out of bounds read (Brooks Davis)
(reproduce by starting tcsh and hitting tab at the prompt).

4. Don't play pointer tricks that are undefined in modern c
(Brooks Davis).

git-svn-id: svn://svn.freebsd.org/base/stable/10@316958 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
104 files changed:
bin/csh/Makefile
contrib/tcsh/Fixes
contrib/tcsh/Imakefile
contrib/tcsh/Makefile.in
contrib/tcsh/Makefile.std
contrib/tcsh/Makefile.vms
contrib/tcsh/README
contrib/tcsh/complete.tcsh
contrib/tcsh/config.guess
contrib/tcsh/config.h.in
contrib/tcsh/config.sub
contrib/tcsh/config/bsd4.4
contrib/tcsh/config_f.h
contrib/tcsh/configure
contrib/tcsh/configure.in [deleted file]
contrib/tcsh/dotlock.c [new file with mode: 0644]
contrib/tcsh/dotlock.h [new file with mode: 0644]
contrib/tcsh/ed.chared.c
contrib/tcsh/ed.decls.h
contrib/tcsh/ed.defns.c
contrib/tcsh/ed.inputl.c
contrib/tcsh/ed.refresh.c
contrib/tcsh/ed.screen.c
contrib/tcsh/ed.term.h
contrib/tcsh/ed.xmap.c
contrib/tcsh/gethost.c
contrib/tcsh/glob.c
contrib/tcsh/host.defs
contrib/tcsh/nls/C/set1
contrib/tcsh/nls/C/set20
contrib/tcsh/nls/C/set9
contrib/tcsh/nls/Makefile.in
contrib/tcsh/nls/catgen
contrib/tcsh/nls/et/set1
contrib/tcsh/nls/et/set20
contrib/tcsh/nls/et/set9
contrib/tcsh/nls/finnish/set1
contrib/tcsh/nls/finnish/set20
contrib/tcsh/nls/finnish/set3
contrib/tcsh/nls/finnish/set9
contrib/tcsh/nls/french/set1
contrib/tcsh/nls/french/set20
contrib/tcsh/nls/french/set9
contrib/tcsh/nls/german/set1
contrib/tcsh/nls/german/set20
contrib/tcsh/nls/german/set9
contrib/tcsh/nls/greek/set1
contrib/tcsh/nls/greek/set20
contrib/tcsh/nls/greek/set9
contrib/tcsh/nls/italian/set1
contrib/tcsh/nls/italian/set20
contrib/tcsh/nls/italian/set9
contrib/tcsh/nls/ja/set1
contrib/tcsh/nls/russian/set1
contrib/tcsh/nls/russian/set20
contrib/tcsh/nls/russian/set9
contrib/tcsh/nls/spanish/set1
contrib/tcsh/nls/spanish/set20
contrib/tcsh/nls/spanish/set9
contrib/tcsh/nls/ukrainian/set1
contrib/tcsh/nls/ukrainian/set20
contrib/tcsh/nls/ukrainian/set9
contrib/tcsh/patchlevel.h
contrib/tcsh/sh.c
contrib/tcsh/sh.char.h
contrib/tcsh/sh.decls.h
contrib/tcsh/sh.dir.c
contrib/tcsh/sh.dol.c
contrib/tcsh/sh.err.c
contrib/tcsh/sh.exec.c
contrib/tcsh/sh.exp.c
contrib/tcsh/sh.file.c
contrib/tcsh/sh.func.c
contrib/tcsh/sh.glob.c
contrib/tcsh/sh.h
contrib/tcsh/sh.hist.c
contrib/tcsh/sh.init.c
contrib/tcsh/sh.lex.c
contrib/tcsh/sh.misc.c
contrib/tcsh/sh.print.c
contrib/tcsh/sh.proc.c
contrib/tcsh/sh.proc.h
contrib/tcsh/sh.sem.c
contrib/tcsh/sh.set.c
contrib/tcsh/sh.time.c
contrib/tcsh/tc.alloc.c
contrib/tcsh/tc.bind.c
contrib/tcsh/tc.const.c
contrib/tcsh/tc.decls.h
contrib/tcsh/tc.func.c
contrib/tcsh/tc.nls.c
contrib/tcsh/tc.nls.h
contrib/tcsh/tc.os.c
contrib/tcsh/tc.printf.c
contrib/tcsh/tc.prompt.c
contrib/tcsh/tc.str.c
contrib/tcsh/tc.who.c
contrib/tcsh/tcsh.man
contrib/tcsh/tcsh.man.new [new file with mode: 0644]
contrib/tcsh/tw.color.c
contrib/tcsh/tw.comp.c
contrib/tcsh/tw.decls.h
contrib/tcsh/tw.init.c
contrib/tcsh/tw.parse.c