summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2013-07-2531574: alternative fix for bad fd if no FD_CLOEXEC.Peter Stephenson1-8/+16
2013-07-2431750: fix for HISTREDUCEBLANKS option.Peter Stephenson1-2/+27
2013-07-22unposted: fix previous commit: ihwend -> hwendPeter Stephenson1-1/+1
2013-07-2231559: Fix history line problem with aliases and commentsPeter Stephenson1-0/+1
2013-07-2131549: Fix third problem with file descriptor management.Peter Stephenson2-18/+1
2013-07-2031545: Use of FD_CLOEXEC to remove possibility of fd reuse.Peter Stephenson2-0/+9
2013-07-1931536 with additions: Fix hang in previous process substitution fix.Peter Stephenson1-0/+25
2013-07-1731528: use job table to record file descriptors associated with process substPeter Stephenson3-35/+59
2013-06-2731483: Call zrefresh() before unqueue()ing signalsMikael Magnusson1-0/+2
2013-06-1331465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2-35/+75
2013-06-1331444: Basic code for enable/disable -pPeter Stephenson5-4/+205
2013-06-1331474: create patchlevel.h correctly when using a separate build treeBarton E. Schaefer1-1/+1
2013-06-0131441: use array to decide which forms of pattern are enabledPeter Stephenson3-91/+177
2013-05-2131419: Add time zone and year to string formatted time output from zstatPeter Stephenson1-2/+2
2013-05-20upon "read" of a short line, assign all variables passed as arguments.Barton Schaefer1-1/+1
2013-05-10Unused function attribute fix for clang compilationMihai Moldovan1-1/+1
2013-05-0531376: Make sure every execve() is prefixed by winch_unblock()Frank Terbeck1-0/+6
2013-05-05Revert "31372: Do not block SIGWINCH for child processes"Frank Terbeck1-3/+1
2013-05-0531372: Do not block SIGWINCH for child processesBart Schaefer1-1/+3
2013-04-3031361: handle negative optno ("no" prefix used)Bart Schaefer1-3/+4
2013-04-3031353: fix handling of floating point in ternaryBart Schaefer1-1/+2
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer5-0/+28
2013-04-2031272: Avoid double free, get_compctl should not free its arguments.Bart Schaefer1-1/+0
2013-04-10users/17754: failing to retie an arrayPeter Stephenson1-1/+1
2013-04-0931246: make a separate patch level header for releasesPeter Stephenson1-2/+6
2013-04-0531172: Let vared define custom init and finish hooksFrank Terbeck1-7/+14
2013-04-0531174: zle: Make sure state changes are refreshed after init hookFrank Terbeck1-2/+2
2013-04-03Generate patch level using `git describe`Aaron Schrab1-4/+4
2013-04-02Jun. T: typo in vi-goto-markPeter Stephenson1-1/+1
2013-03-1931158: following a wildcard with a repetition produces a bad pattern errorBart Schaefer1-1/+1
2013-03-1331140: avoid crash when hitting recursion limitMikael Magnusson1-1/+2
2013-03-1031141: Tighten NO_CLOBBER restrictions on {fd} syntaxPeter Stephenson1-1/+8
2013-03-1030496: Parse argument to %F and %K as prompt sequencesMikael Magnusson1-14/+29
2013-03-05users/17665: add FORCE_FLOAT optionPeter Stephenson3-0/+17
2013-02-2231060:"+" before a flag for "functions" orPeter Stephenson1-4/+9
2013-02-0931037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle1-4/+12
2013-01-2230993: fix parameter modifier crash with :wq on empty stringPeter Stephenson1-1/+9
2013-01-08unposted: tweak 30949 to fix buffer pointerBart Schaefer1-2/+1
2013-01-0630949: restore "read -q" behavior lost by 27188Bart Schaefer1-0/+3
2012-12-21this prevent process-based features from working in their argumentsPeter Stephenson1-2/+4
2012-12-16add missing mod_exportPeter Stephenson1-1/+1
2012-12-1330876: fix obscure failures to propagate non-zero statusPeter Stephenson1-3/+3
2012-12-08users/17445: fix handling of leading zeroes in floating pointBart Schaefer1-1/+2
2012-11-18users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer1-0/+2
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson4-3/+10
2012-11-0830786: do not enter interactive history editing or command execution ifBart Schaefer1-0/+6
2012-11-0830783: We don't want leading "="s to be active whenPeter Stephenson1-39/+41
2012-10-2530735: array substitutions aren't simple:Peter Stephenson1-0/+5
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson9-40/+227
2012-10-1130724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson2-4/+31