]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/history - bin/sh/expand.c
MFC r315005: sh: Fix executing wrong command with ${x#$(y)}$(z).
[FreeBSD/stable/10.git] / bin / sh / expand.c
2017-06-30 jillesMFC r315005: sh: Fix executing wrong command with ...
2017-04-14 jillesMFC r314686: sh: Fix crash if a -T trap is taken during...
2016-04-09 jillesMFC r278818: sh: Add stsavestr(), like savestr() but...
2015-10-25 jillesMFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable.
2015-09-13 jillesMFC r287148: sh: Fix out of bounds read when there...
2015-09-13 jillesMFC r278826,279330: sh: Various cleanups to expand.c:
2015-09-13 jillesMFC r272575: sh: Eliminate some gotos.
2014-12-29 jillesMFC r276037: sh: Remove EXP_REDIR.
2014-12-29 jillesMFC r274854: sh: Use DQSYNTAX only while expanding...
2014-12-29 jillesMFC r273920: sh: Fix corruption of CTL* bytes in positi...
2014-12-14 jillesMFC r268576: sh: Correctly handle positional parameters...
2014-04-14 jillesMFC r263777: sh: Fix possible memory leaks and double...
2014-04-05 jillesMFC r263195: sh: Add some consts.
2014-04-05 jillesMFC r262755: sh: Make argstr() return where it stopped...
2014-03-09 jmmvSync sh(1) in stable/10 to head.
2013-10-10 gjbCopy head (r256279) to stable/10 as part of the 10...