about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog146
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Misc/make-zsh-urls2
-rw-r--r--Src/builtin.c23
-rw-r--r--Src/signals.c3
6 files changed, 161 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index c8853baff..d4dac82d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,151 @@
+1999-11-29  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* pws: Convig/version.mk: version 3.1.6-pws-10
+
+	* Sven: 8796: Src/Zle/computil.c, Src/utils.c: make freearray()
+	  safer w.r.t. null pointers.
+
+	* pws: 8794: Completion/User/_man: handle .bz2 files.
+
+	* pws: 8793: Src/jobs.c: matheval called incorrectly with
+	  heap allocation.
+
+1999-11-26  Peter Stephenson  <pws@supanet.com>
+
+	* Sven: 8787: Completion/Core/_approximate,
+	  Completion/Core/_correct, Completion/Core/_expand,
+	  Completion/Core/_main_complete: don't prepend completer name if
+	  there; save/restore $curcontext; typo.
+
+	* Tanaka Akira: 8786: Completion/User/_gs: ghostscript can handle
+	  PDF.
+
+	* Tanaka Akira: 8785: Completion/Debian/_apt: quoting typo.
+
+	* Bart: 8782, 8783: Src/lex.c: fix line numbers for `unmatched
+	  ...' errors.
+
+	* Clint: 8779: Src/utils.c: more compiler like error messages.
+
+	* Sven: 8777: Completion/Core/_normal, Completion/Core/_sort_tags,
+	  Doc/Zsh/compsys.yo: extra colon in ordinary argument contexts
+	  for consistency.
+
+	* Sven: 8776: Src/mkbltnmlst.sh, Src/module.c: error in static
+	  shell loading unknown module; don't use autoload stuff in
+	  static shells.
+
+1999-11-24  Peter Stephenson  <pws@supanet.com>
+
+	* Sven: 8770: Src/Builtins/rlimits.c, Src/Builtins/sched.c,
+	  Src/Modules/cap.c, Src/Modules/clone.c, Src/Modules/example.c,
+	  Src/Modules/files.c, Src/Modules/mapfile.c,
+	  Src/Modules/mathfunc.c, Src/Modules/parameter.c,
+	  Src/Modules/stat.c, Src/Modules/zftp.c, Src/Zle/compctl.c,
+	  Src/Zle/complete.c, Src/Zle/complist.c, Src/Zle/computil.c,
+	  Src/Zle/deltochar.c, Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c,
+	  Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
+	  Src/Zle/zleparameter.c, Src/builtin.c, Src/exec.c, Src/init.c,
+	  Src/mkbltnmlst.sh, Src/module.c, Src/params.c, Src/zsh.h,
+	  Doc/Zsh/builtins.yo, Etc/zsh-development-guide: zmodload now
+	  behaves same for builtin as for dynamically loaded modules
+	  (need to call `zmodload' or autoload explicitly even in statically
+	  linked shells).
+
+	* Sven: 8768: Completion/Core/_complete: change the current
+	  context only if called from _main_complete.
+
+	* Sven: 8766: Src/module.c: don't try to load linked-in module.
+
+	* Zefram: 8764: Src/Modules/zftp.c, acconfig.h, configure.in:
+	  Support for IPv6 in zftp.
+
+1999-11-23  Peter Stephenson  <pws@supanet.com>
+
+	* Adam: 8756: Doc/Zsh/compsys.yo: typo.
+
+	* Sven: 8754: INSTALL: this really does remove comp1, and rewrites
+	  the instructions for systems where module symbols are not
+	  intervisible.
+
+	* Tanaka Akira: more funky telnet options.
+
+	* Sven: 8750: Completion/User/_perldoc: update.
+
+	* Sven: 8749: Src/Zle/computil.c, Completion/Base/_arguments:
+	  mixing single-letter and long options.
+
+	* Sven: 8747: INSTALL: remove comp1 references.
+
+	* Sven: 8746: Src/Zle/computil.c, Completion/Base/_arguments:
+	  (not compsys.yo hunk): escape :'s in computils; fix nesting of
+	  loops in arguments.
+
+	* Oliver: 8745: Completion/User/_mount: handles IRIX 5.3 and AIX,
+	  improves Linux.
+
+	* Sven: 8744: Src/init.c: make compctlreadptr visible after 8741.
+
+	* Sven/Alexandre: 8742: Completion/Builtins/_pids: added more
+	  matches than descriptions; also use command ps.
+
+	* Adam: 8741: Src/init.c: remove references to deleted comp1
+	  module.
+
+	* pws: 8738: Completion/Builtins/_vars, Completion/User/_make,
+	  Doc/Zsh/compsys.yo, Src/math.c, configure.in: parts missing
+	  in 3.1.6-pws-9.
+
+1999-11-22  Peter Stephenson  <pws@supanet.com>
+
+	* Alexandre: 8728: Completion/Base/_arguments: extra local.
+
+	* Oliver: 8726: Completion/User/_netscape: was broken.
+
+	* Oliver: 8725: Src/zsh.export, Src/Zle/compctl.mdd,
+	  Src/Zle/complete.export, Src/Zle/computil.mdd,
+	  Src/Zle/zle.export, Src/Zle/.distfiles: lastest changes
+	  necessary for dynamical AIX support.
+
+	* Sven: 8722: Completion/Base/_arguments,
+	  Completion/Core/_path_files, Completion/User/_telnet,
+	  Doc/Zsh/compsys.yo: ignored-suffixes style.
+
+	* Sven: 8721: Src/signals.c: null sigfuncs when being saved.
+
+	* Sven: 8720: Doc/Zsh/compsys.yo,
+	  Functions/Zle/incremental-complete-word,
+	  Functions/Zle/predict-on, Completion/Base/_combination,
+	  Completion/Base/_describe, Completion/Base/_jobs,
+	  Completion/Base/_subscript, Completion/Base/_tilde,
+	  Completion/Builtins/_pids, Completion/Builtins/_popd,
+	  Completion/Builtins/_sched, Completion/Core/_approximate,
+	  Completion/Core/_complete, Completion/Core/_correct,
+	  Completion/Core/_expand, Completion/Core/_list,
+	  Completion/Core/_main_complete, Completion/Core/_match,
+	  Completion/Core/_menu, Completion/Core/_oldlist,
+	  Completion/Core/compinit, Completion/User/_groups,
+	  Completion/User/_hosts, Completion/User/_my_accounts,
+	  Completion/User/_other_accounts, Completion/User/_ports,
+	  Completion/User/_rlogin, Completion/User/_socket,
+	  Completion/User/_ssh, Completion/User/_telnet,
+	  Completion/User/_user_at_host, Completion/User/_users: various
+	  parameters have become styles.
+
+	* Sven: 8718: Src/Zle/compcore.c: addmatches() with fignore.
+
+	* Sven: 8715: Src/Zle/complist.mdd: module depends on zle.
+
+	* Sven: 8716: Completion/Base/_arguments, Src/Zle/computil.c:
+	  option completion fixes; careful with multiple use of tags.
+
+	* Bart: 8501: configure.in: don't try testing for job control
+	  if stdin is not a terminal.
+
 1999-11-21  Peter Stephenson  <pws@supanet.com>
 
+	* pws: Configure/version.mk: 3.1.6-pws-9 made available.
+	
 	* Clint: 8702: Completion/Debian/_dpkg: typo.
 
 	* Bart: 8696: Completion/User/_cvs: `cvs watch add' failed.
diff --git a/Config/version.mk b/Config/version.mk
index 4f87db967..43e2a41e5 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=3.1.6-pws-9
-VERSION_DATE='November 21, 1999'
+VERSION=3.1.6-pws-10
+VERSION_DATE='November 29, 1999'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index f2c596a33..e91584cb6 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -49,7 +49,7 @@ description(\
 mydit(Archive-Name:) unix-faq/shell/zsh
 mydit(Last-Modified:) 1999/07/30
 mydit(Submitted-By:) email(pws@ibmth.df.unipi.it (Peter Stephenson))
-mydit(Version:) $Id: FAQ.yo,v 1.1.1.14 1999/11/03 09:06:27 akr Exp $
+mydit(Version:) $Id: FAQ.yo,v 1.1.1.15 1999/11/30 06:12:09 akr Exp $
 mydit(Posting-Frequency:) Monthly
 mydit(Copyright:) (C) P.W. Stephenson, 1995--1999 (see end of document)
 )
diff --git a/Misc/make-zsh-urls b/Misc/make-zsh-urls
index 8d0431890..86cf0b85a 100644
--- a/Misc/make-zsh-urls
+++ b/Misc/make-zsh-urls
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# $Id: make-zsh-urls,v 1.1.1.1 1999/11/09 02:36:42 akr Exp $
+# $Id: make-zsh-urls,v 1.1.1.2 1999/11/30 06:12:12 akr Exp $
 
 use strict;
 
diff --git a/Src/builtin.c b/Src/builtin.c
index 88b90cfec..5d4b2be2c 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -3159,25 +3159,22 @@ checkjobs(void)
 {
     int i;
 
-    for (i = 1; i < MAXJOB; i++) {
+    for (i = 1; i < MAXJOB; i++)
 	if (i != thisjob && (jobtab[i].stat & STAT_LOCKED) &&
-	    !(jobtab[i].stat & STAT_NOPRINT)) {
-	    if (jobtab[i].stat & STAT_STOPPED) {
+	    !(jobtab[i].stat & STAT_NOPRINT))
+	    break;
+    if (i < MAXJOB) {
+	if (jobtab[i].stat & STAT_STOPPED) {
 
 #ifdef USE_SUSPENDED
-		zerr("you have suspended jobs.", NULL, 0);
+	    zerr("you have suspended jobs.", NULL, 0);
 #else
-		zerr("you have stopped jobs.", NULL, 0);
+	    zerr("you have stopped jobs.", NULL, 0);
 #endif
 
-		stopmsg = 1;
-	    } else if (isset(HUP)) {
-		zerr("you have running jobs.", NULL, 0);
-		stopmsg = 1;
-	    }
-	    if (stopmsg)
-		break;
-	}
+	} else
+	    zerr("you have running jobs.", NULL, 0);
+	stopmsg = 1;
     }
 }
 
diff --git a/Src/signals.c b/Src/signals.c
index 8908a7958..5a2d62c25 100644
--- a/Src/signals.c
+++ b/Src/signals.c
@@ -572,8 +572,7 @@ killrunjobs(int from_signal)
         if ((from_signal || i != thisjob) && (jobtab[i].stat & STAT_LOCKED) &&
             !(jobtab[i].stat & STAT_NOPRINT) &&
             !(jobtab[i].stat & STAT_STOPPED)) {
-            if (jobtab[i].gleader != getpid() &&
-		killpg(jobtab[i].gleader, SIGHUP) != -1)
+            if (killpg(jobtab[i].gleader, SIGHUP) != -1)
                 killed++;
         }
     if (killed)