about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-08-21 21:33:37 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-08-21 21:33:37 +0100
commit881474edcb223ac22a08d81a824809c33ca3a9c9 (patch)
tree65027758c6d446ccb8c2919c7821508651d9933c
parentf4c37a78b150005b59801b0a2fdbb36b50a293be (diff)
downloadzsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.gz
zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.xz
zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.zip
unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Src/Zle/zle_misc.c2
-rw-r--r--Src/parse.c2
4 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c2cdf8f5..3db846c4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Config/version.mk b/Config/version.mk
index 6f6d1bc7d..99a749ebf 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -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'
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index d25e4ebef..2d1862813 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -738,7 +738,7 @@ yankpop(UNUSED(char **args))
 }
 
 /**/
-char *
+mod_export char *
 bracketedstring(void)
 {
     static const char endesc[] = "\033[201~";
diff --git a/Src/parse.c b/Src/parse.c
index 09317610b..7c2d20250 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -66,7 +66,7 @@ int infor;
 /* != 0 if parsing arguments of typeset etc. */
 
 /**/
-int intypeset;
+mod_export int intypeset;
 
 /* list of here-documents */