]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update vendor/tcsh to git b605cb561d
authorDmitry Chagin <dchagin@FreeBSD.org>
Sat, 25 Mar 2017 14:09:12 +0000 (14:09 +0000)
committerDmitry Chagin <dchagin@FreeBSD.org>
Sat, 25 Mar 2017 14:09:12 +0000 (14:09 +0000)
commit48eb25df687d51c9bdb4677c72e08ed3fde1b186
tree04c390c2b3b757af0b178ca07b422ea6ca067a83
parent6895abeab878a30d05c122c2467990ebb47bd58a
Update vendor/tcsh to 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).
Fixes
ed.chared.c
sh.c
sh.func.c
tw.init.c