about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-202-2/+3
* Silenced some compiler warnings about uninitialized variables.Wayne Davison2004-02-191-4/+4
* 19422: fix crash resulting from passing a long option to compctlOliver Kiddle2004-02-151-1/+1
* Another fix in sub_match() to avoid allowing a partial-meta matchWayne Davison2004-02-101-4/+9
* Optimized the check for a widowed Meta character.Wayne Davison2004-02-091-5/+7
* 19385: NULL dereference in add_match_partPeter Stephenson2004-01-201-1/+1
* 19336: Src/Zle/compmatch.c: Bug with metafied characters in length ofPeter Stephenson2004-01-051-1/+8
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-152-3/+36
* 19281: zle-line-init special widgetPeter Stephenson2003-12-122-1/+22
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-1/+1
* 19218: extend 19216 to zle widgetsPeter Stephenson2003-11-031-4/+2
* Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz2003-11-031-0/+1
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-2910-35/+35
* 18938: Export some data symbols.Peter Stephenson2003-08-112-3/+3
* 18926: problem accepting filename require metafication with menu selectionPeter Stephenson2003-08-051-0/+4
* Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison2003-07-291-1/+3
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-222-6/+2
* 18543: memory leak vared'ing arraysPeter Stephenson2003-05-191-1/+2
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-142-0/+12
* 18513: Work around crash on resize in menu selectionPeter Stephenson2003-05-141-1/+15
* unposted: cvsignore VIM *.swp filesAndrey Borzenkov2003-05-051-0/+5
* 18476: Fix menu selection on Linux consoleAndrey Borzenkov2003-05-052-4/+4
* 18477: Null pointer dereferenced in _arguments "*-+bar"Peter Stephenson2003-04-231-1/+1
* workers-18440: add previously added cygwin completion functions to the comple...Felix Rosencrantz2003-04-081-1/+1
* 18378: fix lots of problems with $killringPeter Stephenson2003-03-241-19/+24
* 183818: memory leak in zle_params.cPeter Stephenson2003-03-051-2/+4
* 18313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson2003-02-271-1/+1
* 18306: fix redisplay of rprompt when line shortensGeoff Wing2003-02-271-1/+1
* 18252: pass ignoreeof as flag to zlereadPeter Stephenson2003-02-171-7/+5
* 18243: Nasty tty poll fix for SolarisPeter Stephenson2003-02-141-9/+38
* 18238: bashcompinit was not being installed with --enable-function-subdirsOliver Kiddle2003-02-131-1/+1
* 18191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson2003-02-061-0/+7
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-275-56/+113
* 18059: allow compadd -r and -R with default space suffixPeter Stephenson2003-01-131-1/+1
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-062-2/+20
* 17582: Improved option argument handling.Peter Stephenson2002-08-276-82/+84
* fix typo in comment (17569)Sven Wischnowsky2002-08-201-1/+1
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-203-1/+13
* make sure invalidatelist() isn't called hwen we are inside menu selection and...Sven Wischnowsky2002-07-301-1/+1
* remove qword, it isn't needed anymore (17439)Sven Wischnowsky2002-07-081-12/+1
* improve interactive mode when there are no matches left (alow to go back with...Sven Wischnowsky2002-07-051-10/+30
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-042-0/+11
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky2002-07-043-19/+42
* fix for interactive mode when menu selection is called via the menu-select wi...Sven Wischnowsky2002-07-031-5/+5
* 17390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2002-07-012-22/+112
* 17384: new recursive-edit widget.Peter Stephenson2002-07-012-66/+87
* add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2002-07-012-6/+21
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-263-46/+456
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-16/+26
* 17350: add $CUTBUFFER and $killring zle parametersPeter Stephenson2002-06-241-0/+129