Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.9-dev-3
- X-seq: zsh-workers 12271
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: 3.1.9-dev-3
- Date: Mon, 17 Jul 2000 10:37:48 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is now there.
ftp://ftp.zsh.org/pub/development/zsh-3.1.9-dev-3.tar.gz
The changes are all small scale.
2000-07-17 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* Config/version.mk: 3.1.9-dev-3.
2000-07-17 Sven Wischnowsky <wischnow@xxxxxxx>
* 12266: Src/Zle/computil.c: don't treat non-option arguments as
options
2000-07-17 Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
* 12265: Src/hist.c: Fixed gethistent(). Fixed a race condition
in the SHARE_HISTORY code that could fail to import some shared
history lines from other shells.
2000-07-16 Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
* 12260: Src/hist.c: Added unmeta() calls. Fixed lockhistfile().
2000-07-13 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12247: Src/init.c, Src/params.c, Src/prompt.c: remove hostnam
internal variable and use $HOST wherever hostname is needed.
* 12242: Fr. Br. George (George V Kouryachy) and pws:
Doc/Zsh/prompt.yo, Src/prompt.c: negative integers in prompt
escapes count from the other end of the appropriate string.
2000-07-13 Sven Wischnowsky <wischnow@xxxxxxx>
* 12243: Src/hist.c: try to get (z) parameter flag parsing for
conditions right
* 12241: Completion/Core/_main_complete, Src/Zle/computil.c: fix
for _arguments with single-letter options: recognize
option-strings with multiple options; in _main_complete stop
trying completers when one called _message, don't display warnings
in such cases
* 12238: Src/Zle/zle_thingy.c: fix zle widget -n num with num>9
* 12237: Src/hist.c, Src/lex.c: slightly improved (z) flag for
parsing conditions; recognising glob flags in conditions still
doesn't work
2000-07-12 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12231: Completion/Core/compinstall: fix setting of list-prompt.
2000-07-12 Sven Wischnowsky <wischnow@xxxxxxx>
* 12229: Doc/Zsh/compsys.yo: fix for list-prompt docs
* 12228: Src/hist.c, Src/lex.c: fix for (z) flag, don't take # as
comment
2000-07-12 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12227: Completion/Core/compinstall: add select-prompt handling
and correct menu entry and missing local parameters.
2000-07-12 Sven Wischnowsky <wischnow@xxxxxxx>
* 12226: Completion/Core/_main_complete: don't start menu
selection with only select=long
* 12225: Completion/Linux/_rpm: check if options were completed
2000-07-11 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12222: Src/exec.c: ignore EINTR in helper processe for
tee and cat with multios. It might be considered unfortunate
that the shell is liable to exit on SIGPIPE if these disappear
early.
* 12220: Src/exec.c: print error message for unfound autoload
function body at lower locallevel.
2000-07-10 Bart Schaefer <schaefer@xxxxxxx>
* unposted: Completion/User/_killall: Complete process IDs and
names for all processes when EUID is 0 (root); suggested by
Thomas Kohler in 12202 and followups.
2000-07-10 Sven Wischnowsky <wischnow@xxxxxxx>
* 12208: Completion/Core/_path_files: avoid insertion of `+'
before ~1/<TAB>; don't use undeclared local $tmp
2000-07-08 Tanaka Akira <akr@xxxxxxx>
* 12201: Completion/User/_java: fix completion for jar. complete
package qualified class names. fix typos.
2000-07-07 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
* 12193: configure.in, Src/Builtins/rlimits.mdd: Fix unnecessary
rebuilds of rlimits.o on platforms where getrlimit() is not found.
2000-07-06 Oliver Kiddle <opk@xxxxxxx>
* 12181: Completion/AIX/_lscfg, Completion/AIX/_object_classes,
Completion/AIX/_physical_volumes, Completion/AIX/_smit,
Completion/AIX/_volume_groups, Completion/User/_printers: updates
and additions to completions for AIX commands
2000-07-05 Oliver Kiddle <opk@xxxxxxx>
* 12177: Doc/Zsh/compsys.yo, Completion/Builtins/_unhash,
Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo, Doc/Zsh/mod_zutil.yo: add more
standard tags to docs and fix typos
2000-07-05 Sven Wischnowsky <wischnow@xxxxxxx>
* 12171: Completion/User/_arp: get return status right
2000-07-05 Bart Schaefer <schaefer@xxxxxxx>
* 12167: Test/Makefile.in: Ignore failure exit from "for" loop
so that cleanup code following it will be executed.
2000-07-04 Oliver Kiddle <opk@xxxxxxx>
* 12165: Completion/User/_arp: new completion for arp
2000-07-04 Bart Schaefer <schaefer@xxxxxxx>
* 12160: Completion/Core/compdump: Return failure early if the
dot-file directory is not writable.
2000-07-04 Oliver Kiddle <opk@xxxxxxx>
* unposted: Src/params.c, Src/Zle/compcore.c, Src/Zle/zle_utils.c:
AIX dependency fixes
2000-07-04 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12158: Src/Modules/parameter.c: cast pid_t to int for printing.
2000-07-04 Sven Wischnowsky <wischnow@xxxxxxx>
* 12156: Completion/Core/_expand, Completion/Core/_path_files: add
some $(print...)s because of possible math-parse errors
2000-07-03 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12149: acconfig.h, configure.in, Src/Modules/zftp.c:
h_errno wasn't found on HPUX 10.20. Maybe in some library.
2000-07-03 Adam Spiers <adam@xxxxxxxxxx>
* 12152: Completion/User/_perl: tweak completion of Perl script
parameters to perl.
2000-07-03 Bart Schaefer <schaefer@xxxxxxx>
* 12151: Test/Makefile.in, Test/comptest: Point ZDOTDIR into the
Test directory itself, and clean up .zcompdump after testing.
* 12148: Completion/Core/_path_files: Followup to 12133 as
suggested by Sven in 12137: Don't merge display-ordering glob
flags into the parens in $(...) expressions.
2000-07-03 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 12146: Doc/Makefile.in: reintroduce mysteriously disappeared
code do install info files in directory.
* 12140: Completion/Core/compinit, Completion/Core/compinstall,
Doc/Zsh/compsys.yo: compinstall calls compinit after styles
are defined; compinit checks for _expand completer and if
necessary rebinds ^i to complete-word.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author