diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2012-03-01 03:38:30 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2012-03-01 03:38:30 +0000 |
commit | 3c3d3dc92c3812a7e7de17200ac8a944ad2dea93 (patch) | |
tree | 59f117ecccac6502953b2f0c10319dabf436f15c | |
parent | 915766c624880ead34a80796a80f014822db3d96 (diff) | |
download | zsh-3c3d3dc92c3812a7e7de17200ac8a944ad2dea93.tar.gz zsh-3c3d3dc92c3812a7e7de17200ac8a944ad2dea93.tar.xz zsh-3c3d3dc92c3812a7e7de17200ac8a944ad2dea93.zip |
Several previously uncommitted patches or patches based on list discussion;
see 30272, 30184, 30090, users/16715, users/16697.
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 5f34246b9..9009bb157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 @@ -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. @@ -16030,5 +16050,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5598 $ +* $Revision: 1.5599 $ ***************************************************** |