summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2009-03-03fix the cap.c patchPeter Stephenson1-2/+1
2009-03-0326680: still more metafy() stuff in capPeter Stephenson1-3/+5
2009-03-0326677: cap module needs some unmetafy() callsPeter Stephenson1-0/+3
2009-03-0326675: add POSIX_ALIASES optionPeter Stephenson3-2/+6
2009-03-0326671: various minor attribute tidy upsPeter Stephenson1-17/+17
2009-03-03Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson3-0/+188
2009-03-0326665: Src/utils.c: fix one incorrect test in 26614.Bart Schaefer1-1/+2
2009-03-02Lionel Flandrin: 26625: inopportune interrupt wrecked terminal set upPeter Stephenson1-2/+3
2009-03-0226614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson2-34/+81
2009-02-2726622: improve comments within $(...) and add testPeter Stephenson1-1/+2
2009-02-2626617 c.f. Tomáš Smetana, 26610: comments weren't handled in $(...)Peter Stephenson1-1/+11
2009-02-2526602: history substitution buffer could overflow with no testPeter Stephenson1-3/+15
2009-02-25c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson3-125/+125
2009-02-2026588: don't expand aliases in run-helpPeter Stephenson1-2/+1
2009-02-2026584: use bind/netdb.h where appropriatePeter Stephenson1-0/+9
2009-02-1926583: use HOOK_FUNCTIONS more widelyPeter Stephenson3-3/+10
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