summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2016-10-1639500: compdescribe: perform on-screen-width computation using the "nice" len...Daniel Shahaf1-9/+10
2016-10-1339625: case needs to reset lastval if no pattern matchedMartijn Dekker1-2/+6
2016-10-1339611: with _arguments sets completion stopped if one of the rest arguments s...Oliver Kiddle1-1/+2
2016-10-1136108: command -[vV] assumed -pPeter Stephenson1-2/+4
2016-10-1039599: Don't reset status before "case" executionPeter Stephenson1-1/+0
2016-10-0639579: Fix string calculation for parameter quoting.Julien Cretin1-3/+3
2016-10-0539571: Fix ERR_EXIT bug with && and function.Peter Stephenson1-6/+6
2016-10-0539568: "! <complex-command>" suppresses ERR_EXITPeter Stephenson1-2/+7
2016-10-0539566: Improve usefulness of command_not_found_handler.Peter Stephenson1-5/+8
2016-10-0439561: missing unqueue_signals() when ZSH_HEAP_DEBUGBarton E. Schaefer1-2/+7
2016-10-0339550: reset signal queue in recursiveedit()Barton E. Schaefer1-0/+6
2016-10-0339548: DEBUG for queueing_enabledBarton E. Schaefer2-3/+32
2016-10-0339547: handle zero delta in calc_timeout()Barton E. Schaefer1-1/+1
2016-10-0339545: Add some missing unqueue_signals().Peter Stephenson10-4/+24
2016-10-0339521: Refactor start of execcmd().Peter Stephenson2-46/+97
2016-10-0239540: "! command" should suppress ERR_EXIT and ERR_RETURNPeter Stephenson1-2/+6
2016-09-3039509: in the event the current directory has been removed, use chasedots sem...Barton E. Schaefer1-4/+21
2016-09-3039519: restore missing PM_EXPORT flags.Peter Stephenson1-0/+1
2016-09-3039517: back off 39502 (WC_ASSIGN causes fork in pipe).Peter Stephenson1-1/+1
2016-09-3039498: use PRIVILEGED option to decide on problematic parameter importsPeter Stephenson2-4/+4
2016-09-30Call the pre-redraw hook if there is text in the buffer on initMikael Magnusson1-1/+13
2016-09-2939507: TMPSUFFIX for =(...)Barton E. Schaefer1-0/+9
2016-09-2939470: failure to open a supposedly unique temp file name should result in an...Barton E. Schaefer2-5/+15
2016-09-2939502: Fork for assignment in LHS of pipeline.Peter Stephenson1-1/+2
2016-09-29unposted: Update findcmd() in Zle.Peter Stephenson2-5/+7
2016-09-2934943: Fixes for "command" with multiple options.Peter Stephenson3-39/+126
2016-09-28unposted: change '\0' to NULL to silence spurious compile warning.Bart Schaefer1-1/+1
2016-09-2839460: Don't import PS4 if running as root.Peter Stephenson2-3/+31
2016-09-27unposted: remove extra close-paren from d6a6b4ffBart Schaefer1-1/+1
2016-09-2739369 (tweaked cf 39371): when calling an internal widget, set bindk because ...Oliver Kiddle1-0/+4
2016-09-2739437: use list_pipe_pid in assignment for clarityBarton E. Schaefer1-1/+1
2016-09-2639448: reset REPLY in select on user actionMartijn Dekker1-0/+2
2016-09-2539436: Pass on status of SIGINT better.Peter Stephenson2-1/+3
2016-09-2539435: Further fix for pgrp of funny pipelines.Peter Stephenson1-1/+2
2016-09-2339412: Fix directory completion when $PWD:h contains parentheses, which are i...Daniel Shahaf1-1/+4
2016-09-2039383: compadd: Restrict previous patch to the case where $PREFIX includes ch...Daniel Shahaf1-2/+4
2016-09-2039372: compadd: Match -P prefix all-or-nothing rather than greedily.Daniel Shahaf1-4/+7
2016-09-1939381: handle save/restore of variable values when "typeset"-related reserved...Barton E. Schaefer1-2/+2
2016-09-1639362: another race with pipeline handling.Peter Stephenson1-25/+9
2016-09-1639359: Fix remaining race with orphaned subjob.Peter Stephenson3-5/+58
2016-09-1639331: Reparent subjob on fork with exited superjob.Peter Stephenson3-4/+31
2016-09-1639310/0010: internals: match_str: Simplify expression.Daniel Shahaf1-5/+5
2016-09-1639310/0009: internals: match_str: Downscope local variable 't'.Daniel Shahaf1-2/+11
2016-09-1639310/0008: internals: match_str: Document several local variables.Daniel Shahaf1-2/+16
2016-09-1639310/0007: internals: match_str: Rename and constify local variables 'oll', ...Daniel Shahaf1-2/+3
2016-09-1639310/0006: internals: match_str: Downscope local variable 'bpc'.Daniel Shahaf1-3/+7
2016-09-1639310/0005: internals: match_str: Constify some local variables.Daniel Shahaf1-6/+6
2016-09-1639310/0004: internals: match_str: Document 'savl'.Daniel Shahaf1-1/+16
2016-09-1639310/0003: internals: match_str: Document 'savw'. Avoid magic number.Daniel Shahaf1-3/+6
2016-09-1639310/0002: internals: match_str: Simplify by removing 'zoff'.Daniel Shahaf1-10/+10