about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-06-20 16:38:10 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-06-20 16:38:10 +0000
commit3ecad25c83a1156f50962d96d665b21d0a0cb788 (patch)
tree129bdca0cbc5dc1b86f924053c6d7781ecea355b
parent1a691db1e2f98e04a08447c58140cac2581a6adb (diff)
downloadzsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.gz
zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.xz
zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.zip
AIX dependency fix
-rw-r--r--ChangeLog12
-rw-r--r--Src/exec.c2
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d649e9a7a..f2d6fbee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-20  Oliver Kiddle  <opk@zsh.org>
+
+	* unposted: Src/exec.c: AIX dependency fix
+
 2000-06-20  Peter Stephenson  <pws@cambridgesiliconradio.com>
 
 	* 12000: Functions/Misc/zmv: emulate zsh doesn't unset MARKDIRS,
@@ -5,7 +9,7 @@
 
 2000-06-20  Sven Wischnowsky  <wischnow@zsh.org>
 
-	* 11998: ChangeLog, Completion/Builtins/_pids, Completion/Core/compdump,
+	* 11998: Completion/Builtins/_pids, Completion/Core/compdump,
  	Completion/Core/compinit, Doc/Zsh/compsys.yo: a bit of security
  	for compinit (avoid using things writable by others); avoid
  	handling files with the same name twice; remove compconf
@@ -15,9 +19,9 @@
 	* 11992: Src/Zle/complist.c: make undo break out of menu selection
  	if nothing to undo inside it
 	
-	* 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo, Src/Zle/computil.c:
- 	_arguments: small fix for -s and new `!...' for things not to
- 	complete (but to understand)
+	* 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo,
+	Src/Zle/computil.c: _arguments: small fix for -s and new `!...' for
+	things not to complete (but to understand)
 	
 	* 11982: Test/comptest: update comptest to not set ZLS_COLORS
  	directly
diff --git a/Src/exec.c b/Src/exec.c
index e0247430b..6d2042721 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -715,7 +715,7 @@ execstring(char *s, int dont_change_job, int exiting)
 }
 
 /**/
-void
+mod_export void
 execode(Eprog p, int dont_change_job, int exiting)
 {
     struct estate s;