mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-21 13:00:57 +01:00
unposted: fix up for 5.0.8-test-2
This commit is contained in:
parent
f4c37a78b1
commit
881474edcb
4 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2015-08-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Config/version.mk, Src/parse.c, Src/Zle/zle_misc.c:
|
||||||
|
update to 5.0.8-test-2 and fix some exports.
|
||||||
|
|
||||||
2015-08-21 Peter Stephenson <p.stephenson@samsung.com>
|
2015-08-21 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 36264: Src/glob.c: pathbuf is apparently metafied; document
|
* 36264: Src/glob.c: pathbuf is apparently metafied; document
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,5 @@
|
||||||
# This must also serve as a shell script, so do not add spaces around the
|
# This must also serve as a shell script, so do not add spaces around the
|
||||||
# `=' signs.
|
# `=' signs.
|
||||||
|
|
||||||
VERSION=5.0.8-dev-1
|
VERSION=5.0.8-test-2
|
||||||
VERSION_DATE='June 19, 2015'
|
VERSION_DATE='August 21, 2015'
|
||||||
|
|
|
||||||
|
|
@ -738,7 +738,7 @@ yankpop(UNUSED(char **args))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
char *
|
mod_export char *
|
||||||
bracketedstring(void)
|
bracketedstring(void)
|
||||||
{
|
{
|
||||||
static const char endesc[] = "\033[201~";
|
static const char endesc[] = "\033[201~";
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ int infor;
|
||||||
/* != 0 if parsing arguments of typeset etc. */
|
/* != 0 if parsing arguments of typeset etc. */
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
int intypeset;
|
mod_export int intypeset;
|
||||||
|
|
||||||
/* list of here-documents */
|
/* list of here-documents */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue