summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-2524318: drop leading spaces from direntry to cope with new makeinfo behavior.Clint Adams2-1/+6
2007-12-2524316: count skipped tests differently from successes and failures.Clint Adams3-3/+13
2007-12-20unposted: 4.3.4-dev-6Peter Stephenson2-2/+4
2007-12-2024305: update release docs in preparation for 4.3.5Peter Stephenson4-5/+36
2007-12-1924301: missed a case for lower-casing optionsPeter Stephenson2-1/+5
2007-12-1924298: Tonguc Yumruk: emulate -L consistencyPeter Stephenson2-1/+6
2007-12-1824289 plus Ismail's suggestion 24290: count test scripts succeeded and failedPeter Stephenson5-17/+79
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson4-2/+42
2007-12-17unposted: suppress harmless warningPeter Stephenson2-1/+3
2007-12-1724275: fixes for multibyte characters on SolarisPeter Stephenson4-9/+43
2007-12-17unposted: minor typoPeter Stephenson2-1/+3
2007-12-17unposted: 4.3.4-dev-5Peter Stephenson2-2/+4
2007-12-17Wayne: 24273: curses macros dont return a valuePeter Stephenson2-3/+13
2007-12-1624271: handle parse failures in command substitution betterPeter Stephenson3-11/+56
2007-12-1624268: handle backslashed = in mailbox completionPeter Stephenson2-1/+3
2007-12-16Typo in 24264.Bart Schaefer1-1/+1
2007-12-1624264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson7-124/+146
2007-12-15Improved --whole-file description.Wayne Davison2-1/+6
2007-12-1424252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson4-1/+24
2007-12-1424251: attempt to fix sitem() YODL macro in ztexi.yoPeter Stephenson2-1/+5
2007-12-1324242: unify top lines as #!/bin/zsh (followed by options).Clint Adams8-7/+12
2007-12-13Peter: 24235: handle underscoresClint Adams2-5/+10
2007-12-1324241: explain the effect of time glob modifiers betterPeter Stephenson2-2/+11
2007-12-1324240: make vared check for trailing garbage earlierPeter Stephenson2-0/+7
2007-12-1324239: _subscript added too many backslashesPeter Stephenson2-1/+5
2007-12-1324236: another case where cond -N test can failPeter Stephenson2-1/+6
2007-12-1324234: apply typeset parameter flags consistentlyPeter Stephenson5-155/+193
2007-12-12users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson3-1/+28
2007-12-12users/12305: option output not well documentedPeter Stephenson4-6/+27
-c and SHIN_STDIN inconsistent with manual
2007-12-11unposted: updateClint Adams2-15/+19
2007-12-11users/12307: Expand delay in [[ -N ... ]] test to 2 secondsPeter Stephenson2-3/+7
2007-12-1124210: set -o should abort on failurePeter Stephenson2-5/+9
2007-12-11unposted: 4.3.4-dev-4Peter Stephenson3-3/+9
2007-12-10Vincent Lefevre: 24192: make GNU make completion support -includePeter Stephenson2-3/+8
2007-12-0924150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer3-2/+18
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson3-6/+11
2007-12-0824188: completion for GNU id.Clint Adams2-1/+16
2007-12-0824187: completion for members.Clint Adams2-0/+13
2007-12-0724174: Oliver's deuglification of 24169.Clint Adams2-1/+6
2007-12-07unposted: add explanatory comment for blocking around fork()Peter Stephenson2-0/+8
2007-12-0724179: use queue_signals() for 24170Peter Stephenson4-32/+7
24180: back off strerror_r() patch, except for use of temporary var
2007-12-07Guillaume Chazarain: 24170: block interrupts around fork()Peter Stephenson2-0/+9
2007-12-0724173: fix thinko in 24171Clint Adams2-2/+2
2007-12-07unposted: arghClint Adams2-2/+2
2007-12-0724172: check ncurses.h, ncurses/ncurses.h, and ncursesw/ncurses.h for curses ↵Clint Adams2-6/+12
keys.
2007-12-0724171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ↵Clint Adams2-1/+6
ncursesw/ncurses.h is present.
2007-12-0624169: use print in command substitution to avoid a literal non-ASCII ↵Clint Adams2-1/+7
character in the German translation of args for cut completion.
2007-12-0524160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams3-2/+30
2007-12-05unposted: typo in "ip addr replace" completionPeter Stephenson2-1/+6
2007-12-0424147Wayne Davison2-10/+13