summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2013-12-1632131: avoid infinite loop reading pty on platforms that do not buffer output...Jun T1-2/+2
2013-12-1632136: fix problem with kshglob.Peter Stephenson2-5/+15
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2-7/+31
2013-12-1032099: change pointer declaration to avoid arithmetic on (void *).Barton E. Schaefer1-1/+1
2013-12-0632091: WARN_CREATE_GLOBAL false positive.Daniel Shahaf1-1/+4
2013-11-2732061: Fix "use of uninitialized memory" in metafyBarton E. Schaefer1-2/+2
2013-11-27unposted, see 32054: Rationalise character encoding.Peter Stephenson3-15/+15
2013-11-2032030: need to revert empty glob qualifier change.Peter Stephenson1-1/+1
2013-11-1932023: better interrupt handling at RM_STAR_WAITBarton E. Schaefer1-0/+2
2013-11-1831995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a lea...Barton E. Schaefer1-1/+1
2013-11-1732001: fix crash on ${:*} and ${:|}Peter Stephenson1-0/+8
2013-11-1431983: suppress warning from cmp when genering patchlevel.h.Peter Stephenson1-1/+1
2013-11-1431982: detection of floating point constants was problematic.Peter Stephenson1-8/+3
2013-11-1331977: It's OK to autoload a feature that's loaded.Peter Stephenson1-1/+14
2013-11-1231961: rationalise fd watching to use structurePeter Stephenson3-60/+56
2013-11-0731937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson4-23/+61
2013-11-06unposted: updates for 4.0.2-test-1.Peter Stephenson2-5/+7
2013-11-0331936: Rationalise limits for threadsStefan Neudorf2-13/+6
2013-11-0331935: further updates to limits for BSDStefan Neudorf2-13/+6
2013-10-3131930 / 31934: New limits from BSD.Stefan Neudorf2-0/+50
2013-10-2931929: Src/jobs.c: fix DPUTS3() test condition from 31906.Barton E. Schaefer1-1/+1
2013-10-2831922: zlecharasstring missed flip of bit 5 after MetaPeter Stephenson1-0/+1
2013-10-2731919: fix deadlock when a shell builtin with a multio redirection is used on...Barton E. Schaefer2-2/+3
2013-10-2731912: in closemn(), distinguish closing for >&- from closing for a real redi...Barton E. Schaefer1-5/+5
2013-10-26Merge overlapping ChangeLog entriesBarton E. Schaefer1-0/+9
2013-10-2631906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer1-3/+10
2013-10-2731902: rationalise use of gamma function.Jun T1-0/+9
2013-10-2431885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer1-18/+24
2013-10-2431877: fix behaviour of disable -p with parenthesesPeter Stephenson1-18/+26
2013-10-2431882: Insulate completion widget against environment.Peter Stephenson1-4/+1
2013-10-2331879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer1-17/+35
2013-10-2131869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer1-2/+4
2013-10-19Use VERBOSE option in execstring()Peter Stephenson1-0/+5
2013-10-1831846: fix NOEXEC option in execsimple() optimisationPeter Stephenson1-0/+3
2013-10-1731832: make execrestore() more signal-safe.Bart Schaefer1-23/+27
2013-10-1731823: add HISTORY_IGNORE parameterBarton E. Schaefer1-0/+17
2013-10-1731830: New feature for zshaddhistory hooks.Peter Stephenson2-4/+22
2013-10-1131805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson3-2/+43
2013-10-1131815: another fix for INCAPPENDHISTORY change.Peter Stephenson1-2/+15
2013-10-1031809: Make whitespace clear in trace output for patterns.Peter Stephenson1-0/+13
2013-10-0831797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer1-0/+6
2013-10-0731794: further refinement to INCAPPENDHISTORY change.Peter Stephenson1-1/+9
2013-10-0731793: Fix problem with non-interactive history.Peter Stephenson1-1/+1
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson3-3/+12
2013-10-0531789: Save history for INCAPPENDHISTORY later.Han Pingtian1-1/+7
2013-10-0331784: better line width calculation for completion listingsBarton E. Schaefer1-25/+33
2013-10-0331781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer1-0/+1
2013-09-2631772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer1-0/+2
2013-09-2631770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer1-1/+1
2013-09-2531765: If zle starts in viins mark as insertion.Peter Stephenson1-0/+7