Skip to content

Commit

Permalink
Several previously uncommitted patches or patches based on list discu…
Browse files Browse the repository at this point in the history
…ssion;

see 30272, 30184, 30090, users/16715, users/16697.
  • Loading branch information
Bart Schaefer committed Mar 1, 2012
1 parent 915766c commit 3c3d3dc
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2012-02-29 Barton E. Schaefer <schaefer@zsh.org>

* 30272 (tweaked): Src/exec.c: most failures of fork() cause
non-interactive shells to exit nonzero; bad options to "exec"
cause exit under POSIX_BUILTINS behavior.

* unposted (see users/16715): Doc/Zsh/options.yo: document the
effects of HASH_LIST_ALL on spelling correction.

* 30184: Src/hashtable.c: the HASH_EXECUTABLES_ONLY test matches
the test used during path search in exec.c:iscom().

* unposted (see 30090): Functions/Misc/add-zsh-hook: add -h and
-L options for help text and a list of extant hooks respectively.

* unposted (see users/16697): Functions/Misc/zkbd: select a more
reasonable output file name when the DISPLAY variable refers to a
local socket file (MacOS); fix problem with writing the output
file when the user overrides the default value of TERM.

2012-02-29 Mikael Magnusson <mikachu@gmail.com>

* 30276: Src/glob.c: Use zlong rather than int when calculating
Expand All @@ -10,7 +30,7 @@

2012-02-26 Peter Stephenson <p.w.stephenson@ntlworld.com>

* Alexey I. Froloff: 30270: Test/C02Cond.ztst: we don't care
* Alexey I. Froloff: 30270: Test/C02cond.ztst: we don't care
about errors from df when testing whether the file system has
noatime.

Expand Down Expand Up @@ -16030,5 +16050,5 @@

*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5598 $
* $Revision: 1.5599 $
*****************************************************

0 comments on commit 3c3d3dc

Please sign in to comment.