summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2009-02-18unposted: .cvsignore patchlevel.hPeter Stephenson1-20/+21
2009-02-14Danek Duvall: 26571: Additions for SolarisPeter Stephenson1-1/+1
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson13-29/+116
environments, plus documentation
2009-01-2926466: suffix in certain matcher modes mishandled patternPeter Stephenson1-7/+10
2009-01-2826463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson3-7/+43
26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution
2009-01-2726448: add glob sort operators oe and o+Peter Stephenson1-43/+174
2009-01-2526425: allow "emulate sh -c command" to eval command under sh emulationAndrey Borzenkov1-18/+79
2009-01-2026373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson1-0/+1
2009-01-1926366: add "isearch" keymap and "accept-search" functinoPeter Stephenson3-0/+15
2009-01-1926362: avoid calling regfree() on uninitialized regex_t.Wayne Davison1-1/+1
2009-01-19Fixed a few compiler warnings.Wayne Davison1-6/+8
2009-01-1526315: define ZSH_PATCHLEVEL to "unknown" if not foundPeter Stephenson1-0/+5
2009-01-1526313: --enable-custom-patchlevelPeter Stephenson1-0/+4
unposted: WARN_CREATE_GLOBAL in tcp_log
2009-01-1326393: turn off text attributes in refresh when deleting textPeter Stephenson1-9/+10
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson3-17/+12
Was causing memory corruption
2009-01-1326301: make zpty -r exit more cleanly on bad readsPeter Stephenson1-13/+33
add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest
2009-01-1326300: dont use "echo -n" for $ZSH_PATCHLEVELPeter Stephenson1-5/+3
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov3-12/+17
2009-01-09unposted: fix error using dollar Revision dollarPeter Stephenson1-1/+1
2009-01-09262727: add $ZSH_PATCHLEVEL from ChangeLog revisionPeter Stephenson2-0/+11
2009-01-0826260: fix crash failing to assigns scalar to special hashPeter Stephenson1-3/+12
2009-01-0526249: remove arbitrary string length limit in unmeta()Peter Stephenson1-10/+51
2009-01-0526247: fix compilation with -Werror=format-securityAndrey Borzenkov1-1/+1
2009-01-03Greg Klanderman: 26159: fix appending of killsPeter Stephenson1-1/+1
2008-12-0926110: option to allow vared to open to an alternative terminalPeter Stephenson1-5/+14
2008-12-0726116: didn't get updated properly for combining charactersPeter Stephenson1-6/+5
2008-11-2726095: compilation error if TIOCGWINSZ not definedPeter Stephenson1-0/+2
2008-11-2526091: crash at end of history line if history not in usePeter Stephenson1-6/+8
2008-11-18François Revol: some BeOS fixesPeter Stephenson2-1/+6
2008-11-1826061: fix clash between process subst and numeric globPeter Stephenson5-19/+21
26062: additional compmatch change, missed from 26047
2008-11-1726056 "< <(...)more_stuff" etc. are errorsPeter Stephenson1-1/+6
2008-11-1726055: ensure process substitution is handled before parameter and commandPeter Stephenson1-4/+9
2008-11-1526047: convert lower levels of completion matching to usePeter Stephenson6-310/+392
multibyte strings and wide characters
2008-11-1326042 with some fixes from 26043 (Mikael):Peter Stephenson3-58/+67
allow <(...) and >(...) to occur in the middle of strings and =(...) to have extra text following
2008-11-1226030: fix memory leak in varedOliver Kiddle1-0/+1
2008-11-1226028: close temporary file when aborting fcOliver Kiddle1-0/+3
2008-11-1126024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle1-1/+2
2008-11-1126027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams1-0/+1
2008-11-1126025: prefer handling user input to zle -F file descriptorPeter Stephenson1-8/+15
2008-11-08unposted: revert 26014.Clint Adams1-4/+2
2008-11-0626014: don't allocate and leak a patprog if it's not going to be used.Clint Adams1-2/+4
2008-11-0626013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams1-1/+1
2008-11-05"typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson1-1/+2
2008-11-0225989: fix crash in matchingPeter Stephenson1-36/+27
2008-11-0125987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams1-1/+1
2008-11-0125985: don't try to disable signal traps if getsignum returns -1.Clint Adams1-2/+4
2008-10-3125983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle1-3/+7
2008-10-3025975: bad tests for pattern match when building up a completion line stringPeter Stephenson1-3/+11
2008-10-3025972: leaked and uninitialised memory found by valgrindPeter Stephenson2-1/+2
2008-10-3025971: fix options handling for builtins that handle their ownPeter Stephenson2-6/+13