1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-20 12:40:55 +01:00

unposted: fix up for 5.0.8-test-2

This commit is contained in:
Peter Stephenson 2015-08-21 21:33:37 +01:00
parent f4c37a78b1
commit 881474edcb
4 changed files with 9 additions and 4 deletions

View file

@ -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>
* 36264: Src/glob.c: pathbuf is apparently metafied; document

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=5.0.8-dev-1
VERSION_DATE='June 19, 2015'
VERSION=5.0.8-test-2
VERSION_DATE='August 21, 2015'

View file

@ -738,7 +738,7 @@ yankpop(UNUSED(char **args))
}
/**/
char *
mod_export char *
bracketedstring(void)
{
static const char endesc[] = "\033[201~";

View file

@ -66,7 +66,7 @@ int infor;
/* != 0 if parsing arguments of typeset etc. */
/**/
int intypeset;
mod_export int intypeset;
/* list of here-documents */