about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 36044: deactivate-region widget for escape in visual modeOliver Kiddle2015-08-113-0/+9
* 35952: bind escape in vi mode so it is a full key sequence and later keys are...Jun T2015-08-111-1/+1
* 36084: use zrealloc() consistentlyBarton E. Schaefer2015-08-102-4/+4
* 36079: do not allow update_job() and its helpers to run the signal queue whil...Barton E. Schaefer2015-08-101-0/+8
* 36083: set array value when consistently retying scalar and arrayPeter Stephenson2015-08-101-0/+2
* Don't rely on implicit value when saving background process statusPeter Stephenson2015-08-101-2/+8
* not quite posted: check for error return before EINTRPeter Stephenson2015-08-102-2/+2
* 36039: Restart socket commands on EINTRJoshua Krusell2015-08-102-4/+10
* 36033: a few more queue_signals() to protect global state changesBarton E. Schaefer2015-08-092-1/+11
* 36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...Barton E. Schaefer2015-08-091-0/+2
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-096-14/+109
* Fix retying variables in opposite order.Peter Stephenson2015-08-091-1/+3
* 36025: Fix completion aftoer "foo=bar; setopt ".Peter Stephenson2015-08-091-3/+13
* 36008: trap: Fix listing of traps created under non-alias non-canonical signa...Daniel Shahaf2015-08-081-1/+7
* 35929: protect FDT_PROC_SUBST by #ifdefJun-ichi Takimoto2015-08-091-2/+5
* 35928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto2015-08-081-1/+1
* unposted: Typo fix.Daniel Shahaf2015-08-041-1/+1
* 35963: simplify condition found by coverity to include tautologyOliver Kiddle2015-07-311-2/+1
* 35953: fix handling of command substitution in math contextBarton E. Schaefer2015-07-291-1/+5
* 35910: Don't add to raw lex buffer if lex stopped.Peter Stephenson2015-07-251-1/+2
* 35809: fix $((...)) completion by _expand widget.Peter Stephenson2015-07-251-1/+19
* 35908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson2015-07-251-2/+4
* 35882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer2015-07-241-1/+1
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-242-2/+184
* 35883: Don't attempt to back up over history if expanding aliasPeter Stephenson2015-07-241-1/+2
* 35872: protect against NULL pointers in unmetaPeter Stephenson2015-07-231-1/+4
* 35849: close fd's from process substitution after forkPeter Stephenson2015-07-232-6/+9
* 35854: ensure history character unget doesn't recurse infinitelyPeter Stephenson2015-07-231-2/+8
* 35793: avoid undefined behaviour shifting signed numberPeter Stephenson2015-07-231-3/+4
* 35824: allow highlighting of just pasted text and put text from bracketed pas...Oliver Kiddle2015-07-234-9/+32
* 35814: POSTEDIT needs to be unmetafiedOliver Kiddle2015-07-231-1/+1
* 35939: fix select polling in ztcp and zsocketJoshua Krusell2015-07-222-2/+2
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer2015-07-228-20/+33
* 35581, 35582: output array assignments with spaces inside the parensBarton E. Schaefer2015-07-221-3/+9
* 35799: with NO_EXEC, parse parameter subscript expressionsBarton E. Schaefer2015-07-151-7/+15
* 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...Oliver Kiddle2015-07-141-1/+1
* 35708: add UNDO_LIMIT_NOPeter Stephenson2015-07-092-2/+25
* 35751: Fix ERR_RETURN and ERR_EXIT in "else"Peter Stephenson2015-07-091-1/+7
* 35745: ztrftime: Pass everything unhandled to the system strftime()Mikael Magnusson2015-07-091-25/+54
* unposted: remove compiler error in completion codePeter Stephenson2015-07-071-1/+2
* 35694: fix handling of history modifiers applied across all elements of an ar...Barton E. Schaefer2015-07-061-2/+8
* 35704: compadd -E 0 should imply -J and -2Oliver Kiddle2015-07-062-3/+3
* 35692: cfp_matcher_range used wrong raw characterPeter Stephenson2015-07-051-1/+1
* 35688: Improved attempt to turn case wordcode into text.Peter Stephenson2015-07-051-7/+10
* Turning case parsed as multiple alternatives back into text.Peter Stephenson2015-07-041-10/+11
* 35681: fix day of month initialisationOliver Kiddle2015-07-031-1/+3
* 35674: make an undo event for initial buffer contentsOliver Kiddle2015-07-031-0/+1
* 35665: better handling for command line completion match handlingHan Pingtian2015-07-021-3/+6
* 35668: Improved fix for command/proc subst starting in alias.Peter Stephenson2015-07-023-12/+18
* 35667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson2015-07-012-4/+11