about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 32157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer2013-12-183-24/+41
* 32131: avoid infinite loop reading pty on platforms that do not buffer output...Jun T2013-12-161-2/+2
* 32136: fix problem with kshglob.Peter Stephenson2013-12-162-5/+15
* 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2013-12-162-7/+31
* 32099: change pointer declaration to avoid arithmetic on (void *).Barton E. Schaefer2013-12-101-1/+1
* 32091: WARN_CREATE_GLOBAL false positive.Daniel Shahaf2013-12-061-1/+4
* 32061: Fix "use of uninitialized memory" in metafyBarton E. Schaefer2013-11-271-2/+2
* unposted, see 32054: Rationalise character encoding.Peter Stephenson2013-11-273-15/+15
* 32030: need to revert empty glob qualifier change.Peter Stephenson2013-11-201-1/+1
* 32023: better interrupt handling at RM_STAR_WAITBarton E. Schaefer2013-11-191-0/+2
* 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a lea...Barton E. Schaefer2013-11-181-1/+1
* 32001: fix crash on ${:*} and ${:|}Peter Stephenson2013-11-171-0/+8
* 31983: suppress warning from cmp when genering patchlevel.h.Peter Stephenson2013-11-141-1/+1
* 31982: detection of floating point constants was problematic.Peter Stephenson2013-11-141-8/+3
* 31977: It's OK to autoload a feature that's loaded.Peter Stephenson2013-11-131-1/+14
* 31961: rationalise fd watching to use structurePeter Stephenson2013-11-123-60/+56
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-074-23/+61
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-062-5/+7
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-032-13/+6
* 31935: further updates to limits for BSDStefan Neudorf2013-11-032-13/+6
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-312-0/+50
* 31929: Src/jobs.c: fix DPUTS3() test condition from 31906.Barton E. Schaefer2013-10-291-1/+1
* 31922: zlecharasstring missed flip of bit 5 after MetaPeter Stephenson2013-10-281-0/+1
* 31919: fix deadlock when a shell builtin with a multio redirection is used on...Barton E. Schaefer2013-10-272-2/+3
* 31912: in closemn(), distinguish closing for >&- from closing for a real redi...Barton E. Schaefer2013-10-271-5/+5
* Merge overlapping ChangeLog entriesBarton E. Schaefer2013-10-261-0/+9
|\
| * 31902: rationalise use of gamma function.Jun T2013-10-271-0/+9
* | 31906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer2013-10-261-3/+10
|/
* 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