about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 26588: don't expand aliases in run-helpPeter Stephenson2009-02-201-2/+1
* 26584: use bind/netdb.h where appropriatePeter Stephenson2009-02-201-0/+9
* 26583: use HOOK_FUNCTIONS more widelyPeter Stephenson2009-02-193-3/+10
* unposted: .cvsignore patchlevel.hPeter Stephenson2009-02-181-20/+21
* Danek Duvall: 26571: Additions for SolarisPeter Stephenson2009-02-141-1/+1
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-1113-29/+116
* 26466: suffix in certain matcher modes mishandled patternPeter Stephenson2009-01-291-7/+10
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-283-7/+43
* 26448: add glob sort operators oe and o+Peter Stephenson2009-01-271-43/+174
* 26425: allow "emulate sh -c command" to eval command under sh emulationAndrey Borzenkov2009-01-251-18/+79
* 26373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson2009-01-201-0/+1
* 26366: add "isearch" keymap and "accept-search" functinoPeter Stephenson2009-01-193-0/+15
* 26362: avoid calling regfree() on uninitialized regex_t.Wayne Davison2009-01-191-1/+1
* Fixed a few compiler warnings.Wayne Davison2009-01-191-6/+8
* 26315: define ZSH_PATCHLEVEL to "unknown" if not foundPeter Stephenson2009-01-151-0/+5
* 26313: --enable-custom-patchlevelPeter Stephenson2009-01-151-0/+4
* 26393: turn off text attributes in refresh when deleting textPeter Stephenson2009-01-131-9/+10
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-133-17/+12
* 26301: make zpty -r exit more cleanly on bad readsPeter Stephenson2009-01-131-13/+33
* 26300: dont use "echo -n" for $ZSH_PATCHLEVELPeter Stephenson2009-01-131-5/+3
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-093-12/+17
* unposted: fix error using dollar Revision dollarPeter Stephenson2009-01-091-1/+1
* 262727: add $ZSH_PATCHLEVEL from ChangeLog revisionPeter Stephenson2009-01-092-0/+11
* 26260: fix crash failing to assigns scalar to special hashPeter Stephenson2009-01-081-3/+12
* 26249: remove arbitrary string length limit in unmeta()Peter Stephenson2009-01-051-10/+51
* 26247: fix compilation with -Werror=format-securityAndrey Borzenkov2009-01-051-1/+1
* Greg Klanderman: 26159: fix appending of killsPeter Stephenson2009-01-031-1/+1
* 26110: option to allow vared to open to an alternative terminalPeter Stephenson2008-12-091-5/+14
* 26116: didn't get updated properly for combining charactersPeter Stephenson2008-12-071-6/+5
* 26095: compilation error if TIOCGWINSZ not definedPeter Stephenson2008-11-271-0/+2
* 26091: crash at end of history line if history not in usePeter Stephenson2008-11-251-6/+8
* François Revol: some BeOS fixesPeter Stephenson2008-11-182-1/+6
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-185-19/+21
* 26056 "< <(...)more_stuff" etc. are errorsPeter Stephenson2008-11-171-1/+6
* 26055: ensure process substitution is handled before parameter and commandPeter Stephenson2008-11-171-4/+9
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-156-310/+392
* 26042 with some fixes from 26043 (Mikael):Peter Stephenson2008-11-133-58/+67
* 26030: fix memory leak in varedOliver Kiddle2008-11-121-0/+1
* 26028: close temporary file when aborting fcOliver Kiddle2008-11-121-0/+3
* 26024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle2008-11-111-1/+2
* 26027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams2008-11-111-0/+1
* 26025: prefer handling user input to zle -F file descriptorPeter Stephenson2008-11-111-8/+15
* unposted: revert 26014.Clint Adams2008-11-081-4/+2
* 26014: don't allocate and leak a patprog if it's not going to be used.Clint Adams2008-11-061-2/+4
* 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2008-11-061-1/+1
* "typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson2008-11-051-1/+2
* 25989: fix crash in matchingPeter Stephenson2008-11-021-36/+27
* 25987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2008-11-011-1/+1
* 25985: don't try to disable signal traps if getsignum returns -1.Clint Adams2008-11-011-2/+4
* 25983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle2008-10-311-3/+7