about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson2009-04-243-18/+59
* 26852: make terminfo.mdd test agree with one in terminfo.cPeter Stephenson2009-04-201-3/+1
* users/14041: bind : by default to execute-named-cmd in vicmd modePeter Stephenson2009-04-171-1/+1
* 26806 (doc tweaked): Add CORRECT_IGNORE variablePeter Stephenson2009-04-061-1/+13
* Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson2009-03-251-9/+48
* Michael Hwang: 26776: improved column alignment with print -c -PPeter Stephenson2009-03-251-0/+17
* 26774: cd to $HOME on failure in preference to /Peter Stephenson2009-03-241-4/+18
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-244-12/+31
* 26769: fix finger trouble in 26767Peter Stephenson2009-03-241-1/+1
* 26748: c modifier to add command pathPeter Stephenson2009-03-232-18/+61
* 26767: fix file descriptor leak in 26763Peter Stephenson2009-03-231-15/+32
* 26763: fix problem on failed cd -s to relative pathPeter Stephenson2009-03-201-5/+6
* tidy up from 26625Peter Stephenson2009-03-201-3/+2
* Bart: 26761: typo in realpath() checkPeter Stephenson2009-03-201-1/+1
* Mikael: 26759: missing here-document terminatorPeter Stephenson2009-03-191-0/+1
* 26754: tweak zgetdir() and test for realpath()Peter Stephenson2009-03-192-5/+59
* 26752: fix ../ removal and metafication in :a and :A modifersPeter Stephenson2009-03-181-3/+7
* users/13937, users/13939: configure.ac, Src/jobs.c: check forBart Schaefer2009-03-161-0/+8
* Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiersPeter Stephenson2009-03-152-0/+155
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-157-15/+21
* users/13910: spawnjob() should output to ttyPeter Stephenson2009-03-141-4/+4
* users/13902: make isearch return status usefulPeter Stephenson2009-03-132-21/+66
* users/13903 fix vi search prompt and repeatPeter Stephenson2009-03-131-1/+5
* print message if we give up trying to crate a lock file with hard linksPeter Stephenson2009-03-101-3/+6
* 26705: multibyte characters with Meta in ${(%)foo} etc.Peter Stephenson2009-03-101-7/+3
* 26072: lexsave()/lexrestore() to fix bug with sourcing from "funny" placesPeter Stephenson2009-03-091-0/+4
* 26697: test for Linux- and Mac-style xattr functionsPeter Stephenson2009-03-082-6/+26
* 26686: problem storing long $_ using VARARR()Peter Stephenson2009-03-032-8/+23
* fix the cap.c patchPeter Stephenson2009-03-031-2/+1
* 26680: still more metafy() stuff in capPeter Stephenson2009-03-031-3/+5
* 26677: cap module needs some unmetafy() callsPeter Stephenson2009-03-031-0/+3
* 26675: add POSIX_ALIASES optionPeter Stephenson2009-03-033-2/+6
* 26671: various minor attribute tidy upsPeter Stephenson2009-03-031-17/+17
* Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson2009-03-033-0/+188
* 26665: Src/utils.c: fix one incorrect test in 26614.Bart Schaefer2009-03-031-1/+2
* Lionel Flandrin: 26625: inopportune interrupt wrecked terminal set upPeter Stephenson2009-03-021-2/+3
* 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson2009-03-022-34/+81
* 26622: improve comments within $(...) and add testPeter Stephenson2009-02-271-1/+2
* 26617 c.f. Tomáš Smetana, 26610: comments weren't handled in $(...)Peter Stephenson2009-02-261-1/+11
* 26602: history substitution buffer could overflow with no testPeter Stephenson2009-02-251-3/+15
* c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson2009-02-253-125/+125
* 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