Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 1 | -19/+2 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -3/+4 |
| | |||||
* | 23097: splitting of $'...' strings in completion | Peter Stephenson | 2007-01-08 | 1 | -23/+32 |
| | |||||
* | 23036: three more fixes for completion using $'...' | Peter Stephenson | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | Incomplete improvements for $'...' in completion | Peter Stephenson | 2006-12-03 | 1 | -24/+197 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -39/+124 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22565: Fix bug after failed menucompletion with accept-and-menu-complete? | Peter Stephenson | 2006-07-30 | 1 | -2/+2 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -5/+11 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | ||||
* | 22328, modified: add -o option to compadd | Peter Stephenson | 2006-03-07 | 1 | -2/+2 |
| | | | | add _list_files helper to handle new file-list style for _path_files | ||||
* | Optimized away a recently-added call to strlen(). | Wayne Davison | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | Made the realocation of the line buffer in add_match_data() use a | Wayne Davison | 2006-02-19 | 1 | -8/+9 |
| | | | | little more optimal size. Also tweaked the code just a little. | ||||
* | The code in add_match_data() that looks for invalid characters | Wayne Davison | 2006-02-18 | 1 | -25/+26 |
| | | | | now properly parses the string as metafied. | ||||
* | Made add_match_data() look for invalid multibyte chars in the | Wayne Davison | 2006-02-13 | 1 | -4/+61 |
| | | | | names and substitute $'\123' sequences for them. | ||||
* | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 2005-11-15 | 1 | -4/+4 |
| | |||||
* | 21871: replace INULL() by inull() | Peter Stephenson | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | 21664: unmetafy ztat() argument | Andrey Borzenkov | 2005-08-18 | 1 | -9/+2 |
| | |||||
* | 21642: remove redundant checks | Andrey Borzenkov | 2005-08-16 | 1 | -16/+4 |
| | |||||
* | Moved declaration of char pointer var to comply with | Wayne Davison | 2005-08-16 | 1 | -2/+2 |
| | | | | restrictions of standard C. | ||||
* | 21631: make sure an unmetafied string is passed to ztat to determine file type. | Clint Adams | 2005-08-16 | 1 | -1/+8 |
| | |||||
* | 21627: fix recursive ZLE from completion call | Andrey Borzenkov | 2005-08-15 | 1 | -3/+22 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -32/+54 |
| | |||||
* | 21045: fix some uses of Meta characters in completion | Peter Stephenson | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -33/+33 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | fix "compadd -k assoc1 assoc2" | Bart Schaefer | 2004-11-05 | 1 | -2/+3 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -3/+3 |
| | |||||
* | Silenced three signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 1 | -3/+3 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -7/+7 |
| | |||||
* | 18938: Export some data symbols. | Peter Stephenson | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵ | Sven Wischnowsky | 2002-07-04 | 1 | -0/+4 |
| | | | | fix display problem with non-empty iprefix (17403) | ||||
* | add new sepcial context -assign-parameter- for completing the parameter in ↵ | Sven Wischnowsky | 2002-07-01 | 1 | -0/+2 |
| | | | | an assignment (17387) | ||||
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | fix for file-type-tests in nested quotes and don't count space ↵ | Sven Wischnowsky | 2002-05-21 | 1 | -3/+23 |
| | | | | file-type-character (17195) | ||||
* | fix for completion in nested quotes where the sub-word ends in a backslash ↵ | Sven Wischnowsky | 2002-05-21 | 1 | -2/+6 |
| | | | | (17192) | ||||
* | follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵ | Sven Wischnowsky | 2002-05-15 | 1 | -5/+16 |
| | | | | right, yet (17163) | ||||
* | fix for unquoting with `compset -q' with singly and doubly quoted strings ↵ | Sven Wischnowsky | 2002-05-13 | 1 | -12/+87 |
| | | | | (17135) | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 1 | -4/+20 |
| | | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | ||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -4/+0 |
| | | | | change uses of _guard (16708) | ||||
* | fix group handling nothing should now possibly be added to the wrong group ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -27/+19 |
| | | | | again (16668) | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 1 | -37/+25 |
| | | | | implementation of compadd -x) (16483) | ||||
* | make sure auto menu isn't started accidentially when bashautolist is set (16408) | Sven Wischnowsky | 2002-01-07 | 1 | -1/+2 |
| | |||||
* | hide all but one match with the same string in the list even for unsorted ↵ | Sven Wischnowsky | 2001-10-09 | 1 | -0/+13 |
| | | | | groups (15991) | ||||
* | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 2001-08-20 | 1 | -10/+4 |
| | |||||
* | 15650 | Sven Wischnowsky | 2001-08-17 | 1 | -4/+10 |
| | |||||
* | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2001-07-25 | 1 | -1/+1 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 1 | -28/+41 |
| | | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | ||||
* | (15357) | Sven Wischnowsky | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-18 | 1 | -5/+6 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -5/+11 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | fix for listpacked for matches as long as screen is wide (minus added ↵ | Sven Wischnowsky | 2001-01-08 | 1 | -0/+1 |
| | | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331) |