about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 31902: rationalise use of gamma function.Jun T2013-10-271-0/+9
* 31885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer2013-10-241-18/+24
* 31877: fix behaviour of disable -p with parenthesesPeter Stephenson2013-10-241-18/+26
* 31882: Insulate completion widget against environment.Peter Stephenson2013-10-241-4/+1
* 31879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer2013-10-231-17/+35
* 31869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer2013-10-211-2/+4
* Use VERBOSE option in execstring()Peter Stephenson2013-10-191-0/+5
* 31846: fix NOEXEC option in execsimple() optimisationPeter Stephenson2013-10-181-0/+3
* 31832: make execrestore() more signal-safe.Bart Schaefer2013-10-171-23/+27
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-171-0/+17
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-172-4/+22
* 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-113-2/+43
* 31815: another fix for INCAPPENDHISTORY change.Peter Stephenson2013-10-111-2/+15
* 31809: Make whitespace clear in trace output for patterns.Peter Stephenson2013-10-101-0/+13
* 31797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer2013-10-081-0/+6
* 31794: further refinement to INCAPPENDHISTORY change.Peter Stephenson2013-10-071-1/+9
* 31793: Fix problem with non-interactive history.Peter Stephenson2013-10-071-1/+1
* users:18023: Add PIPEFAIL optionPeter Stephenson2013-10-063-3/+12
* 31789: Save history for INCAPPENDHISTORY later.Han Pingtian2013-10-051-1/+7
* 31784: better line width calculation for completion listingsBarton E. Schaefer2013-10-031-25/+33
* 31781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer2013-10-031-0/+1
* 31772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer2013-09-261-0/+2
* 31770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer2013-09-261-1/+1
* 31765: If zle starts in viins mark as insertion.Peter Stephenson2013-09-251-0/+7
* 31764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson2013-09-232-5/+7
* unposted: improve an error message.Barton E. Schaefer2013-09-211-1/+2
* 31737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer2013-09-191-1/+1
* 31735: fix off-by-one in completion utility cache code.Axel Beckert2013-09-191-1/+1
* 31706: standardize handling of "test ! <x> <y> <z>"Peter Stephenson2013-09-061-3/+10
* 31696: In "test" No One Can Hear If You Shriek.Peter Stephenson2013-09-041-3/+11
* 31672: Add test that was failing and fix zpty set-up racePeter Stephenson2013-08-261-2/+28
* 31665: zpty should attach terminal on slave.Peter Stephenson2013-08-251-0/+3
* 31637: be more selective about retry of lchdir() in cd_do_chdir()Barton E. Schaefer2013-08-181-1/+2
* 31650: use zlong for mailcheck parameters to ensure rangePeter Stephenson2013-08-111-4/+4
* 31648: fix timing errors in mailcheckjoe M2013-08-101-3/+6
* 31644: Fix insertion of multibyte characters into editor line.Peter Stephenson2013-08-081-1/+2
* users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson2013-08-083-1/+19
* 31631: Use cygwin_conv_path if available.Peter Stephenson2013-08-051-0/+5
* 31611: attempt to fix crash completing redirection in do loopPeter Stephenson2013-08-021-2/+24
* 17591: fix error message for invalid fd in print -uPeter Stephenson2013-07-291-8/+8
* 31574: alternative fix for bad fd if no FD_CLOEXEC.Peter Stephenson2013-07-251-8/+16
* 31750: fix for HISTREDUCEBLANKS option.Peter Stephenson2013-07-241-2/+27
* unposted: fix previous commit: ihwend -> hwendPeter Stephenson2013-07-221-1/+1
* 31559: Fix history line problem with aliases and commentsPeter Stephenson2013-07-221-0/+1
* 31549: Fix third problem with file descriptor management.Peter Stephenson2013-07-212-18/+1
* 31545: Use of FD_CLOEXEC to remove possibility of fd reuse.Peter Stephenson2013-07-202-0/+9
* 31536 with additions: Fix hang in previous process substitution fix.Peter Stephenson2013-07-191-0/+25
* 31528: use job table to record file descriptors associated with process substPeter Stephenson2013-07-173-35/+59
* 31483: Call zrefresh() before unqueue()ing signalsMikael Magnusson2013-06-271-0/+2
* 31465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2013-06-132-35/+75